COLOR #3B5222

HEX: #3B5222
RGB: (59,82,34)

Color info

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

RGB color model

#3B5222 color RGB value is (59,82,34).

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

RGB channels and saturation

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

59
82
34

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

Portions of RGB colors in percentages

R + G + B =
59 + 82 + 34 = 175 (100%)
R 59 of 175 ~ 33.71%
G 82 of 175 ~ 46.86%
B 34 of 175 ~ 19.43%

%33.71
%46.86
%19.43

CMYK color model

#3B5222 color CMYK value is (28,0,59,68).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 58.54%
  • key color value is 67.84%
CMYK:
(28,0,59,68)
C28M0Y59K68 
(28%,0%,59%,68%)
(0.28/0.00/0.59/0.68)	

CMYK percentages

%28.05
%0
%58.54
%67.84

Codes

Color #3B5222 in popluar color models

3B5222
RGB598234
HSL89°41.38%22.75%
HSB/HSV89°58.54%32.16%
CMYK28.05%0.00%58.54%
67.84%

Color #3B5222 in popluar number systems.

HEX3B5222
Decimal598234
Binary1110111010010100010
Octal7312242

Shades and tints

Shades of #3B5222

#3B5222
(59,82,34)
#364B1F
(54,75,31)
#31441C
(49,68,28)
#2C3D19
(44,61,25)
#273616
(39,54,22)
#222F13
(34,47,19)
#1D2810
(29,40,16)
#18210D
(24,33,13)
#131A0A
(19,26,10)
#0E1307
(14,19,7)
#090C04
(9,12,4)
#000000
(0,0,0)

Tints of #3B5222

#3B5222
(59,82,34)
#4C6136
(76,97,54)
#5D704A
(93,112,74)
#6E7F5E
(110,127,94)
#7F8E72
(127,142,114)
#909D86
(144,157,134)
#A1AC9A
(161,172,154)
#B2BBAE
(178,187,174)
#C3CAC2
(195,202,194)
#D4D9D6
(212,217,214)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5222; }

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

This text font color is #3B5222.


Background Color

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

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

This div background color is #3B5222.


Border color

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

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

This div border color is #3B5222.


Opacity

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

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

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

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

This text has shadow with #3B5222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5222 on black background.


Color preview on white background

This text has color #3B5222 on white background.



Black color preview on #3B5222 background

This text has black color on #3B5222 background.


White color preview on #3B5222 background

This text has white color on #3B5222 background.