COLOR #3C5619

HEX: #3C5619
RGB: (60,86,25)

Color info

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

RGB color model

#3C5619 color RGB value is (60,86,25).

  • red value is 60;
  • green value is 86;
  • blue value is 25.
RGB:
(60,86,25)
(24%,34%,10%)

RGB channels and saturation

R 60 of 255 = 24%
G 86 of 255 = 34%
B 25 of 255 = 10%

60
86
25

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

Portions of RGB colors in percentages

R + G + B =
60 + 86 + 25 = 171 (100%)
R 60 of 171 ~ 35.09%
G 86 of 171 ~ 50.29%
B 25 of 171 ~ 14.62%

%35.09
%50.29
%14.62

CMYK color model

#3C5619 color CMYK value is (30,0,71,66).

  • cyan value is 30.23%
  • magenta value is 0.00%
  • yellow value is 70.93%
  • key color value is 66.27%
CMYK:
(30,0,71,66)
C30M0Y71K66 
(30%,0%,71%,66%)
(0.30/0.00/0.71/0.66)	

CMYK percentages

%30.23
%0
%70.93
%66.27

Codes

Color #3C5619 in popluar color models

3C5619
RGB608625
HSL86°54.95%21.76%
HSB/HSV86°70.93%33.73%
CMYK30.23%0.00%70.93%
66.27%

Color #3C5619 in popluar number systems.

HEX3C5619
Decimal608625
Binary111100101011011001
Octal7412631

Shades and tints

Shades of #3C5619

#3C5619
(60,86,25)
#374F17
(55,79,23)
#324815
(50,72,21)
#2D4113
(45,65,19)
#283A11
(40,58,17)
#23330F
(35,51,15)
#1E2C0D
(30,44,13)
#19250B
(25,37,11)
#141E09
(20,30,9)
#0F1707
(15,23,7)
#0A1005
(10,16,5)
#000000
(0,0,0)

Tints of #3C5619

#3C5619
(60,86,25)
#4D652D
(77,101,45)
#5E7441
(94,116,65)
#6F8355
(111,131,85)
#809269
(128,146,105)
#91A17D
(145,161,125)
#A2B091
(162,176,145)
#B3BFA5
(179,191,165)
#C4CEB9
(196,206,185)
#D5DDCD
(213,221,205)
#E6ECE1
(230,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5619; }

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

This text font color is #3C5619.


Background Color

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

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

This div background color is #3C5619.


Border color

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

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

This div border color is #3C5619.


Opacity

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

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

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

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

This text has shadow with #3C5619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5619 on black background.


Color preview on white background

This text has color #3C5619 on white background.



Black color preview on #3C5619 background

This text has black color on #3C5619 background.


White color preview on #3C5619 background

This text has white color on #3C5619 background.