COLOR #3C5426

HEX: #3C5426
RGB: (60,84,38)

Color info

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

RGB color model

#3C5426 color RGB value is (60,84,38).

  • red value is 60;
  • green value is 84;
  • blue value is 38.
RGB:
(60,84,38)
(24%,33%,15%)

RGB channels and saturation

R 60 of 255 = 24%
G 84 of 255 = 33%
B 38 of 255 = 15%

60
84
38

R + G + B ~ 24%. #3C5426 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 84 + 38 = 182 (100%)
R 60 of 182 ~ 32.97%
G 84 of 182 ~ 46.15%
B 38 of 182 ~ 20.88%

%32.97
%46.15
%20.88

CMYK color model

#3C5426 color CMYK value is (29,0,55,67).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 54.76%
  • key color value is 67.06%
CMYK:
(29,0,55,67)
C29M0Y55K67 
(29%,0%,55%,67%)
(0.29/0.00/0.55/0.67)	

CMYK percentages

%28.57
%0
%54.76
%67.06

Codes

Color #3C5426 in popluar color models

3C5426
RGB608438
HSL91°37.70%23.92%
HSB/HSV91°54.76%32.94%
CMYK28.57%0.00%54.76%
67.06%

Color #3C5426 in popluar number systems.

HEX3C5426
Decimal608438
Binary1111001010100100110
Octal7412446

Shades and tints

Shades of #3C5426

#3C5426
(60,84,38)
#374D23
(55,77,35)
#324620
(50,70,32)
#2D3F1D
(45,63,29)
#28381A
(40,56,26)
#233117
(35,49,23)
#1E2A14
(30,42,20)
#192311
(25,35,17)
#141C0E
(20,28,14)
#0F150B
(15,21,11)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #3C5426

#3C5426
(60,84,38)
#4D6339
(77,99,57)
#5E724C
(94,114,76)
#6F815F
(111,129,95)
#809072
(128,144,114)
#919F85
(145,159,133)
#A2AE98
(162,174,152)
#B3BDAB
(179,189,171)
#C4CCBE
(196,204,190)
#D5DBD1
(213,219,209)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5426 color. Also use rgb(60,84,38) instead hex code.

Text Font Color

.myTextColor { color: #3C5426; }

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

This text font color is #3C5426.


Background Color

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

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

This div background color is #3C5426.


Border color

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

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

This div border color is #3C5426.


Opacity

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

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

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

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

This text has shadow with #3C5426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5426 on black background.


Color preview on white background

This text has color #3C5426 on white background.



Black color preview on #3C5426 background

This text has black color on #3C5426 background.


White color preview on #3C5426 background

This text has white color on #3C5426 background.