COLOR #3A5222

HEX: #3A5222
RGB: (58,82,34)

Color info

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

RGB color model

#3A5222 color RGB value is (58,82,34).

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

RGB channels and saturation

R 58 of 255 = 23%
G 82 of 255 = 32%
B 34 of 255 = 13%

58
82
34

R + G + B ~ 23%. #3A5222 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 82 + 34 = 174 (100%)
R 58 of 174 ~ 33.33%
G 82 of 174 ~ 47.13%
B 34 of 174 ~ 19.54%

%33.33
%47.13
%19.54

CMYK color model

#3A5222 color CMYK value is (29,0,59,68).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 58.54%
  • key color value is 67.84%
CMYK:
(29,0,59,68)
C29M0Y59K68 
(29%,0%,59%,68%)
(0.29/0.00/0.59/0.68)	

CMYK percentages

%29.27
%0
%58.54
%67.84

Codes

Color #3A5222 in popluar color models

3A5222
RGB588234
HSL90°41.38%22.75%
HSB/HSV90°58.54%32.16%
CMYK29.27%0.00%58.54%
67.84%

Color #3A5222 in popluar number systems.

HEX3A5222
Decimal588234
Binary1110101010010100010
Octal7212242

Shades and tints

Shades of #3A5222

#3A5222
(58,82,34)
#354B1F
(53,75,31)
#30441C
(48,68,28)
#2B3D19
(43,61,25)
#263616
(38,54,22)
#212F13
(33,47,19)
#1C2810
(28,40,16)
#17210D
(23,33,13)
#121A0A
(18,26,10)
#0D1307
(13,19,7)
#080C04
(8,12,4)
#000000
(0,0,0)

Tints of #3A5222

#3A5222
(58,82,34)
#4B6136
(75,97,54)
#5C704A
(92,112,74)
#6D7F5E
(109,127,94)
#7E8E72
(126,142,114)
#8F9D86
(143,157,134)
#A0AC9A
(160,172,154)
#B1BBAE
(177,187,174)
#C2CAC2
(194,202,194)
#D3D9D6
(211,217,214)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5222; }

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

This text font color is #3A5222.


Background Color

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

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

This div background color is #3A5222.


Border color

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

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

This div border color is #3A5222.


Opacity

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

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

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

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

This text has shadow with #3A5222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5222 on black background.


Color preview on white background

This text has color #3A5222 on white background.



Black color preview on #3A5222 background

This text has black color on #3A5222 background.


White color preview on #3A5222 background

This text has white color on #3A5222 background.