COLOR #3C531C

HEX: #3C531C
RGB: (60,83,28)

Color info

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

RGB color model

#3C531C color RGB value is (60,83,28).

  • red value is 60;
  • green value is 83;
  • blue value is 28.
RGB:
(60,83,28)
(24%,33%,11%)

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 28 of 255 = 11%

60
83
28

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

Portions of RGB colors in percentages

R + G + B =
60 + 83 + 28 = 171 (100%)
R 60 of 171 ~ 35.09%
G 83 of 171 ~ 48.54%
B 28 of 171 ~ 16.37%

%35.09
%48.54
%16.37

CMYK color model

#3C531C color CMYK value is (28,0,66,67).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 66.27%
  • key color value is 67.45%
CMYK:
(28,0,66,67)
C28M0Y66K67 
(28%,0%,66%,67%)
(0.28/0.00/0.66/0.67)	

CMYK percentages

%27.71
%0
%66.27
%67.45

Codes

Color #3C531C in popluar color models

3C531C
RGB608328
HSL85°49.55%21.76%
HSB/HSV85°66.27%32.55%
CMYK27.71%0.00%66.27%
67.45%

Color #3C531C in popluar number systems.

HEX3C531C
Decimal608328
Binary111100101001111100
Octal7412334

Shades and tints

Shades of #3C531C

#3C531C
(60,83,28)
#374C1A
(55,76,26)
#324518
(50,69,24)
#2D3E16
(45,62,22)
#283714
(40,55,20)
#233012
(35,48,18)
#1E2910
(30,41,16)
#19220E
(25,34,14)
#141B0C
(20,27,12)
#0F140A
(15,20,10)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #3C531C

#3C531C
(60,83,28)
#4D6230
(77,98,48)
#5E7144
(94,113,68)
#6F8058
(111,128,88)
#808F6C
(128,143,108)
#919E80
(145,158,128)
#A2AD94
(162,173,148)
#B3BCA8
(179,188,168)
#C4CBBC
(196,203,188)
#D5DAD0
(213,218,208)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C531C color. Also use rgb(60,83,28) instead hex code.

Text Font Color

.myTextColor { color: #3C531C; }

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

This text font color is #3C531C.


Background Color

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

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

This div background color is #3C531C.


Border color

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

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

This div border color is #3C531C.


Opacity

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

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

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

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

This text has shadow with #3C531C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C531C on black background.


Color preview on white background

This text has color #3C531C on white background.



Black color preview on #3C531C background

This text has black color on #3C531C background.


White color preview on #3C531C background

This text has white color on #3C531C background.