COLOR #3C5B09

HEX: #3C5B09
RGB: (60,91,9)

Color info

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

RGB color model

#3C5B09 color RGB value is (60,91,9).

  • red value is 60;
  • green value is 91;
  • blue value is 9.
RGB:
(60,91,9)
(24%,36%,4%)

RGB channels and saturation

R 60 of 255 = 24%
G 91 of 255 = 36%
B 9 of 255 = 4%

60
91
9

R + G + B ~ 21%. #3C5B09 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 91 + 9 = 160 (100%)
R 60 of 160 ~ 37.5%
G 91 of 160 ~ 56.88%
B 9 of 160 ~ 5.63%

%37.5
%56.88

CMYK color model

#3C5B09 color CMYK value is (34,0,90,64).

  • cyan value is 34.07%
  • magenta value is 0.00%
  • yellow value is 90.11%
  • key color value is 64.31%
CMYK:
(34,0,90,64)
C34M0Y90K64 
(34%,0%,90%,64%)
(0.34/0.00/0.90/0.64)	

CMYK percentages

%34.07
%0
%90.11
%64.31

Codes

Color #3C5B09 in popluar color models

3C5B09
RGB60919
HSL83°82.00%19.61%
HSB/HSV83°90.11%35.69%
CMYK34.07%0.00%90.11%
64.31%

Color #3C5B09 in popluar number systems.

HEX3C5B09
Decimal60919
Binary11110010110111001
Octal7413311

Shades and tints

Shades of #3C5B09

#3C5B09
(60,91,9)
#375309
(55,83,9)
#324B09
(50,75,9)
#2D4309
(45,67,9)
#283B09
(40,59,9)
#233309
(35,51,9)
#1E2B09
(30,43,9)
#192309
(25,35,9)
#141B09
(20,27,9)
#0F1309
(15,19,9)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #3C5B09

#3C5B09
(60,91,9)
#4D691F
(77,105,31)
#5E7735
(94,119,53)
#6F854B
(111,133,75)
#809361
(128,147,97)
#91A177
(145,161,119)
#A2AF8D
(162,175,141)
#B3BDA3
(179,189,163)
#C4CBB9
(196,203,185)
#D5D9CF
(213,217,207)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5B09 color. Also use rgb(60,91,9) instead hex code.

Text Font Color

.myTextColor { color: #3C5B09; }

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

This text font color is #3C5B09.


Background Color

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

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

This div background color is #3C5B09.


Border color

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

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

This div border color is #3C5B09.


Opacity

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

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

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

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

This text has shadow with #3C5B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5B09 on black background.


Color preview on white background

This text has color #3C5B09 on white background.



Black color preview on #3C5B09 background

This text has black color on #3C5B09 background.


White color preview on #3C5B09 background

This text has white color on #3C5B09 background.