COLOR #3A524E

HEX: #3A524E
RGB: (58,82,78)

Color info

#3A524E contains red, green and blue colors in about the same proportion. Web safe color of #3A524E is #336666 (or #366).

RGB color model

#3A524E color RGB value is (58,82,78).

  • red value is 58;
  • green value is 82;
  • blue value is 78.
RGB:
(58,82,78)
(23%,32%,31%)

RGB channels and saturation

R 58 of 255 = 23%
G 82 of 255 = 32%
B 78 of 255 = 31%

58
82
78

R + G + B ~ 29%. #3A524E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 82 + 78 = 218 (100%)
R 58 of 218 ~ 26.61%
G 82 of 218 ~ 37.61%
B 78 of 218 ~ 35.78%

%26.61
%37.61
%35.78

CMYK color model

#3A524E color CMYK value is (29,0,5,68).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 67.84%
CMYK:
(29,0,5,68)
C29M0Y5K68 
(29%,0%,5%,68%)
(0.29/0.00/0.05/0.68)	

CMYK percentages

%29.27
%0
%4.88
%67.84

Codes

Color #3A524E in popluar color models

3A524E
RGB588278
HSL170°17.14%27.45%
HSB/HSV170°29.27%32.16%
CMYK29.27%0.00%4.88%
67.84%

Color #3A524E in popluar number systems.

HEX3A524E
Decimal588278
Binary11101010100101001110
Octal72122116

Shades and tints

Shades of #3A524E

#3A524E
(58,82,78)
#354B47
(53,75,71)
#304440
(48,68,64)
#2B3D39
(43,61,57)
#263632
(38,54,50)
#212F2B
(33,47,43)
#1C2824
(28,40,36)
#17211D
(23,33,29)
#121A16
(18,26,22)
#0D130F
(13,19,15)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #3A524E

#3A524E
(58,82,78)
#4B615E
(75,97,94)
#5C706E
(92,112,110)
#6D7F7E
(109,127,126)
#7E8E8E
(126,142,142)
#8F9D9E
(143,157,158)
#A0ACAE
(160,172,174)
#B1BBBE
(177,187,190)
#C2CACE
(194,202,206)
#D3D9DE
(211,217,222)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A524E color. Also use rgb(58,82,78) instead hex code.

Text Font Color

.myTextColor { color: #3A524E; }

<p style="color:#3A524E">This sample text font color is #3A524E.</p>

This text font color is #3A524E.


Background Color

.myBgColor { background-color: #3A524E; }

<div style="background-color:#3A524E">Inner text</div>

This div background color is #3A524E.


Border color

.myBorderColor { border: 1px solid #3A524E; }

<div style="border:3px solid #3A524E">Div</div>

This div border color is #3A524E.


Opacity

.myOpacity80 { color: #3A524E; opacity: 0.8; }

<p style="color:#3A524E;opacity:0.8;">80%</p>

Text with #3A524E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3A524E;}

<p style="text-shadow: 3px 3px 1px #3A524E">Text here.</p>

This text has shadow with #3A524E color.

.textShadow {text-shadow: 3px 3px 1px #3A524E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3A524E, 5px 5px 20px red">Text here.</p>

This text has shadow with #3A524E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3A524E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3A524E, Direction=45, Strength=4)">Text</p>

This text has shadow with #3A524E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3A524E;
  -webkit-box-shadow:	1px 1px 3px 2px #3A524E;
  box-shadow:		1px 1px 3px 2px #3A524E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3A524E;
-webkit-box-shadow: 1px 1px 3px 2px #3A524E;
box-shadow:1px 1px 3px 2px #3A524E;">
Div content here</div>
This div box has shadow with color #3A524E.

Preview

Color preview on black background

This text has color #3A524E on black background.


Color preview on white background

This text has color #3A524E on white background.



Black color preview on #3A524E background

This text has black color on #3A524E background.


White color preview on #3A524E background

This text has white color on #3A524E background.