COLOR #3C5B2D

HEX: #3C5B2D
RGB: (60,91,45)

Color info

#3C5B2D contains red, green and blue colors in about the same proportion. Web safe color of #3C5B2D is #336633 (or #363).

RGB color model

#3C5B2D color RGB value is (60,91,45).

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

RGB channels and saturation

R 60 of 255 = 24%
G 91 of 255 = 36%
B 45 of 255 = 18%

60
91
45

R + G + B ~ 26%. #3C5B2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 91 + 45 = 196 (100%)
R 60 of 196 ~ 30.61%
G 91 of 196 ~ 46.43%
B 45 of 196 ~ 22.96%

%30.61
%46.43
%22.96

CMYK color model

#3C5B2D color CMYK value is (34,0,51,64).

  • cyan value is 34.07%
  • magenta value is 0.00%
  • yellow value is 50.55%
  • key color value is 64.31%
CMYK:
(34,0,51,64)
C34M0Y51K64 
(34%,0%,51%,64%)
(0.34/0.00/0.51/0.64)	

CMYK percentages

%34.07
%0
%50.55
%64.31

Codes

Color #3C5B2D in popluar color models

3C5B2D
RGB609145
HSL100°33.82%26.67%
HSB/HSV100°50.55%35.69%
CMYK34.07%0.00%50.55%
64.31%

Color #3C5B2D in popluar number systems.

HEX3C5B2D
Decimal609145
Binary1111001011011101101
Octal7413355

Shades and tints

Shades of #3C5B2D

#3C5B2D
(60,91,45)
#375329
(55,83,41)
#324B25
(50,75,37)
#2D4321
(45,67,33)
#283B1D
(40,59,29)
#233319
(35,51,25)
#1E2B15
(30,43,21)
#192311
(25,35,17)
#141B0D
(20,27,13)
#0F1309
(15,19,9)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #3C5B2D

#3C5B2D
(60,91,45)
#4D6940
(77,105,64)
#5E7753
(94,119,83)
#6F8566
(111,133,102)
#809379
(128,147,121)
#91A18C
(145,161,140)
#A2AF9F
(162,175,159)
#B3BDB2
(179,189,178)
#C4CBC5
(196,203,197)
#D5D9D8
(213,217,216)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5B2D; }

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

This text font color is #3C5B2D.


Background Color

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

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

This div background color is #3C5B2D.


Border color

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

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

This div border color is #3C5B2D.


Opacity

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

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

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

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

This text has shadow with #3C5B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5B2D on black background.


Color preview on white background

This text has color #3C5B2D on white background.



Black color preview on #3C5B2D background

This text has black color on #3C5B2D background.


White color preview on #3C5B2D background

This text has white color on #3C5B2D background.