COLOR #3C5D29

HEX: #3C5D29
RGB: (60,93,41)

Color info

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

RGB color model

#3C5D29 color RGB value is (60,93,41).

  • red value is 60;
  • green value is 93;
  • blue value is 41.
RGB:
(60,93,41)
(24%,36%,16%)

RGB channels and saturation

R 60 of 255 = 24%
G 93 of 255 = 36%
B 41 of 255 = 16%

60
93
41

R + G + B ~ 25%. #3C5D29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 93 + 41 = 194 (100%)
R 60 of 194 ~ 30.93%
G 93 of 194 ~ 47.94%
B 41 of 194 ~ 21.13%

%30.93
%47.94
%21.13

CMYK color model

#3C5D29 color CMYK value is (35,0,56,64).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 55.91%
  • key color value is 63.53%
CMYK:
(35,0,56,64)
C35M0Y56K64 
(35%,0%,56%,64%)
(0.35/0.00/0.56/0.64)	

CMYK percentages

%35.48
%0
%55.91
%63.53

Codes

Color #3C5D29 in popluar color models

3C5D29
RGB609341
HSL98°38.81%26.27%
HSB/HSV98°55.91%36.47%
CMYK35.48%0.00%55.91%
63.53%

Color #3C5D29 in popluar number systems.

HEX3C5D29
Decimal609341
Binary1111001011101101001
Octal7413551

Shades and tints

Shades of #3C5D29

#3C5D29
(60,93,41)
#375526
(55,85,38)
#324D23
(50,77,35)
#2D4520
(45,69,32)
#283D1D
(40,61,29)
#23351A
(35,53,26)
#1E2D17
(30,45,23)
#192514
(25,37,20)
#141D11
(20,29,17)
#0F150E
(15,21,14)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #3C5D29

#3C5D29
(60,93,41)
#4D6B3C
(77,107,60)
#5E794F
(94,121,79)
#6F8762
(111,135,98)
#809575
(128,149,117)
#91A388
(145,163,136)
#A2B19B
(162,177,155)
#B3BFAE
(179,191,174)
#C4CDC1
(196,205,193)
#D5DBD4
(213,219,212)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5D29 color. Also use rgb(60,93,41) instead hex code.

Text Font Color

.myTextColor { color: #3C5D29; }

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

This text font color is #3C5D29.


Background Color

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

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

This div background color is #3C5D29.


Border color

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

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

This div border color is #3C5D29.


Opacity

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

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

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

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

This text has shadow with #3C5D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5D29 on black background.


Color preview on white background

This text has color #3C5D29 on white background.



Black color preview on #3C5D29 background

This text has black color on #3C5D29 background.


White color preview on #3C5D29 background

This text has white color on #3C5D29 background.