COLOR #3A524A

HEX: #3A524A
RGB: (58,82,74)

Color info

#3A524A contains red, green and blue colors in about the same proportion. Web safe color of #3A524A is #336633 (or #363).

RGB color model

#3A524A color RGB value is (58,82,74).

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

RGB channels and saturation

R 58 of 255 = 23%
G 82 of 255 = 32%
B 74 of 255 = 29%

58
82
74

R + G + B ~ 28%. #3A524A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 82 + 74 = 214 (100%)
R 58 of 214 ~ 27.1%
G 82 of 214 ~ 38.32%
B 74 of 214 ~ 34.58%

%27.1
%38.32
%34.58

CMYK color model

#3A524A color CMYK value is (29,0,10,68).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 67.84%
CMYK:
(29,0,10,68)
C29M0Y10K68 
(29%,0%,10%,68%)
(0.29/0.00/0.10/0.68)	

CMYK percentages

%29.27
%0
%9.76
%67.84

Codes

Color #3A524A in popluar color models

3A524A
RGB588274
HSL160°17.14%27.45%
HSB/HSV160°29.27%32.16%
CMYK29.27%0.00%9.76%
67.84%

Color #3A524A in popluar number systems.

HEX3A524A
Decimal588274
Binary11101010100101001010
Octal72122112

Shades and tints

Shades of #3A524A

#3A524A
(58,82,74)
#354B44
(53,75,68)
#30443E
(48,68,62)
#2B3D38
(43,61,56)
#263632
(38,54,50)
#212F2C
(33,47,44)
#1C2826
(28,40,38)
#172120
(23,33,32)
#121A1A
(18,26,26)
#0D1314
(13,19,20)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #3A524A

#3A524A
(58,82,74)
#4B615A
(75,97,90)
#5C706A
(92,112,106)
#6D7F7A
(109,127,122)
#7E8E8A
(126,142,138)
#8F9D9A
(143,157,154)
#A0ACAA
(160,172,170)
#B1BBBA
(177,187,186)
#C2CACA
(194,202,202)
#D3D9DA
(211,217,218)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A524A; }

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

This text font color is #3A524A.


Background Color

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

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

This div background color is #3A524A.


Border color

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

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

This div border color is #3A524A.


Opacity

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

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

Text with #3A524A 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 #3A524A;}

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

This text has shadow with #3A524A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A524A on black background.


Color preview on white background

This text has color #3A524A on white background.



Black color preview on #3A524A background

This text has black color on #3A524A background.


White color preview on #3A524A background

This text has white color on #3A524A background.