COLOR #3B5416

HEX: #3B5416
RGB: (59,84,22)

Color info

#3B5416 contains mainly red and green colors. Web safe color of #3B5416 is #336600 (or #360).

RGB color model

#3B5416 color RGB value is (59,84,22).

  • red value is 59;
  • green value is 84;
  • blue value is 22.
RGB:
(59,84,22)
(23%,33%,9%)

RGB channels and saturation

R 59 of 255 = 23%
G 84 of 255 = 33%
B 22 of 255 = 9%

59
84
22

R + G + B ~ 22%. #3B5416 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 84 + 22 = 165 (100%)
R 59 of 165 ~ 35.76%
G 84 of 165 ~ 50.91%
B 22 of 165 ~ 13.33%

%35.76
%50.91
%13.33

CMYK color model

#3B5416 color CMYK value is (30,0,74,67).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 73.81%
  • key color value is 67.06%
CMYK:
(30,0,74,67)
C30M0Y74K67 
(30%,0%,74%,67%)
(0.30/0.00/0.74/0.67)	

CMYK percentages

%29.76
%0
%73.81
%67.06

Codes

Color #3B5416 in popluar color models

3B5416
RGB598422
HSL84°58.49%20.78%
HSB/HSV84°73.81%32.94%
CMYK29.76%0.00%73.81%
67.06%

Color #3B5416 in popluar number systems.

HEX3B5416
Decimal598422
Binary111011101010010110
Octal7312426

Shades and tints

Shades of #3B5416

#3B5416
(59,84,22)
#364D14
(54,77,20)
#314612
(49,70,18)
#2C3F10
(44,63,16)
#27380E
(39,56,14)
#22310C
(34,49,12)
#1D2A0A
(29,42,10)
#182308
(24,35,8)
#131C06
(19,28,6)
#0E1504
(14,21,4)
#090E02
(9,14,2)
#000000
(0,0,0)

Tints of #3B5416

#3B5416
(59,84,22)
#4C632B
(76,99,43)
#5D7240
(93,114,64)
#6E8155
(110,129,85)
#7F906A
(127,144,106)
#909F7F
(144,159,127)
#A1AE94
(161,174,148)
#B2BDA9
(178,189,169)
#C3CCBE
(195,204,190)
#D4DBD3
(212,219,211)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5416 color. Also use rgb(59,84,22) instead hex code.

Text Font Color

.myTextColor { color: #3B5416; }

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

This text font color is #3B5416.


Background Color

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

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

This div background color is #3B5416.


Border color

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

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

This div border color is #3B5416.


Opacity

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

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

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

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

This text has shadow with #3B5416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5416 on black background.


Color preview on white background

This text has color #3B5416 on white background.



Black color preview on #3B5416 background

This text has black color on #3B5416 background.


White color preview on #3B5416 background

This text has white color on #3B5416 background.