COLOR #3B5619

HEX: #3B5619 RGB: (59,86,25)

Color info

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

RGB color model

#3B5619 color RGB value is (59,86,25).

RGB: (59,86,25) (23%, 34%, 10%)

RGB channels and saturation

R 59 of 255 = 23%
G 86 of 255 = 34%
B 25 of 255 = 10%

59
86
25

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

Portions of RGB colors in percentages

R + G + B = 59 + 86 + 25 = 170 (100%)
R 59 of 170 ~ 34.71%
G 86 of 170 ~ 50.59%
B 25 of 170 ~ 14.71'%

%34.71
%50.59
%14.71

CMYK color model

#3B5619 color CMYK value is (31,0,71,66).

  • cyan value is 31.40%
  • magenta value is 0.00%
  • yellow value is 70.93%
  • key color value is 66.27%

CMYK: (31,0,71,66)
C31M0Y71K66 (31%, 0%, 71%, 66%)
(0.31 / 0.00 / 0.71 / 0.66)

CMYK percentages

%31.4
%0
%70.93
%66.27

Codes

Color #3B5619 in popluar color models

3B 56 19
RGB 59 86 25
HSL 87° 54.95% 21.76%
HSB/HSV 87° 70.93% 33.73%
CMYK 31.40% 0.00% 70.93%
66.27%

Color #3B5619 in popluar number systems.

HEX 3B 56 19
Decimal 59 86 25
Binary 111011 1010110 11001
Octal 73 126 31

Shades and tints

Shades of #3B5619

#3B5619
(59,86,25)
#364F17
(54,79,23)
#314815
(49,72,21)
#2C4113
(44,65,19)
#273A11
(39,58,17)
#22330F
(34,51,15)
#1D2C0D
(29,44,13)
#18250B
(24,37,11)
#131E09
(19,30,9)
#0E1707
(14,23,7)
#091005
(9,16,5)
#000000
(0,0,0)

Tints of #3B5619

#3B5619
(59,86,25)
#4C652D
(76,101,45)
#5D7441
(93,116,65)
#6E8355
(110,131,85)
#7F9269
(127,146,105)
#90A17D
(144,161,125)
#A1B091
(161,176,145)
#B2BFA5
(178,191,165)
#C3CEB9
(195,206,185)
#D4DDCD
(212,221,205)
#E5ECE1
(229,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5619; }

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

This text font color is #3B5619.

Background Color

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

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

This div background color is #3B5619.

Border color

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

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

This div border color is #3B5619.

Opacity

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

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

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

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

This text has shadow with #3B5619 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5619.

Preview

Color preview on black background

This text has color #3B5619 on black background.


Color preview on white background

This text has color #3B5619 on white background.


Black color preview on #3B5619 background

This text has black color on #3B5619 background.


White color preview on #3B5619 background

This text has white color on #3B5619 background.


Related colors

Complementary color

Complementary color for #hex is #C4A9E6.


I love getcolorcode.com

Triadic colors

1 #193B56 and #56193B with #3B5619 are triadic colors.

2 #19563B and #563B19 with #3B5619 are triadic colors.