COLOR #3C6D51

HEX: #3C6D51
RGB: (60,109,81)

Color info

#3C6D51 contains red, green and blue colors in about the same proportion. Web safe color of #3C6D51 is #336666 (or #366).

RGB color model

#3C6D51 color RGB value is (60,109,81).

  • red value is 60;
  • green value is 109;
  • blue value is 81.
RGB:
(60,109,81)
(24%,43%,32%)

RGB channels and saturation

R 60 of 255 = 24%
G 109 of 255 = 43%
B 81 of 255 = 32%

60
109
81

R + G + B ~ 33%. #3C6D51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 109 + 81 = 250 (100%)
R 60 of 250 ~ 24%
G 109 of 250 ~ 43.6%
B 81 of 250 ~ 32.4%

%24
%43.6
%32.4

CMYK color model

#3C6D51 color CMYK value is (45,0,26,57).

  • cyan value is 44.95%
  • magenta value is 0.00%
  • yellow value is 25.69%
  • key color value is 57.25%
CMYK:
(45,0,26,57)
C45M0Y26K57 
(45%,0%,26%,57%)
(0.45/0.00/0.26/0.57)	

CMYK percentages

%44.95
%0
%25.69
%57.25

Codes

Color #3C6D51 in popluar color models

3C6D51
RGB6010981
HSL146°28.99%33.14%
HSB/HSV146°44.95%42.75%
CMYK44.95%0.00%25.69%
57.25%

Color #3C6D51 in popluar number systems.

HEX3C6D51
Decimal6010981
Binary11110011011011010001
Octal74155121

Shades and tints

Shades of #3C6D51

#3C6D51
(60,109,81)
#37644A
(55,100,74)
#325B43
(50,91,67)
#2D523C
(45,82,60)
#284935
(40,73,53)
#23402E
(35,64,46)
#1E3727
(30,55,39)
#192E20
(25,46,32)
#142519
(20,37,25)
#0F1C12
(15,28,18)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #3C6D51

#3C6D51
(60,109,81)
#4D7A60
(77,122,96)
#5E876F
(94,135,111)
#6F947E
(111,148,126)
#80A18D
(128,161,141)
#91AE9C
(145,174,156)
#A2BBAB
(162,187,171)
#B3C8BA
(179,200,186)
#C4D5C9
(196,213,201)
#D5E2D8
(213,226,216)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6D51 color. Also use rgb(60,109,81) instead hex code.

Text Font Color

.myTextColor { color: #3C6D51; }

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

This text font color is #3C6D51.


Background Color

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

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

This div background color is #3C6D51.


Border color

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

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

This div border color is #3C6D51.


Opacity

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

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

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

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

This text has shadow with #3C6D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6D51 on black background.


Color preview on white background

This text has color #3C6D51 on white background.



Black color preview on #3C6D51 background

This text has black color on #3C6D51 background.


White color preview on #3C6D51 background

This text has white color on #3C6D51 background.