COLOR #3B5616

HEX: #3B5616
RGB: (59,86,22)

Color info

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

RGB color model

#3B5616 color RGB value is (59,86,22).

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

RGB channels and saturation

R 59 of 255 = 23%
G 86 of 255 = 34%
B 22 of 255 = 9%

59
86
22

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

Portions of RGB colors in percentages

R + G + B =
59 + 86 + 22 = 167 (100%)
R 59 of 167 ~ 35.33%
G 86 of 167 ~ 51.5%
B 22 of 167 ~ 13.17%

%35.33
%51.5
%13.17

CMYK color model

#3B5616 color CMYK value is (31,0,74,66).

  • cyan value is 31.40%
  • magenta value is 0.00%
  • yellow value is 74.42%
  • key color value is 66.27%
CMYK:
(31,0,74,66)
C31M0Y74K66 
(31%,0%,74%,66%)
(0.31/0.00/0.74/0.66)	

CMYK percentages

%31.4
%0
%74.42
%66.27

Codes

Color #3B5616 in popluar color models

3B5616
RGB598622
HSL85°59.26%21.18%
HSB/HSV85°74.42%33.73%
CMYK31.40%0.00%74.42%
66.27%

Color #3B5616 in popluar number systems.

HEX3B5616
Decimal598622
Binary111011101011010110
Octal7312626

Shades and tints

Shades of #3B5616

#3B5616
(59,86,22)
#364F14
(54,79,20)
#314812
(49,72,18)
#2C4110
(44,65,16)
#273A0E
(39,58,14)
#22330C
(34,51,12)
#1D2C0A
(29,44,10)
#182508
(24,37,8)
#131E06
(19,30,6)
#0E1704
(14,23,4)
#091002
(9,16,2)
#000000
(0,0,0)

Tints of #3B5616

#3B5616
(59,86,22)
#4C652B
(76,101,43)
#5D7440
(93,116,64)
#6E8355
(110,131,85)
#7F926A
(127,146,106)
#90A17F
(144,161,127)
#A1B094
(161,176,148)
#B2BFA9
(178,191,169)
#C3CEBE
(195,206,190)
#D4DDD3
(212,221,211)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5616; }

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

This text font color is #3B5616.


Background Color

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

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

This div background color is #3B5616.


Border color

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

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

This div border color is #3B5616.


Opacity

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

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

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

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

This text has shadow with #3B5616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5616 on black background.


Color preview on white background

This text has color #3B5616 on white background.



Black color preview on #3B5616 background

This text has black color on #3B5616 background.


White color preview on #3B5616 background

This text has white color on #3B5616 background.