COLOR #3C6E51

HEX: #3C6E51
RGB: (60,110,81)

Color info

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

RGB color model

#3C6E51 color RGB value is (60,110,81).

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

RGB channels and saturation

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

60
110
81

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

Portions of RGB colors in percentages

R + G + B =
60 + 110 + 81 = 251 (100%)
R 60 of 251 ~ 23.9%
G 110 of 251 ~ 43.82%
B 81 of 251 ~ 32.27%

%23.9
%43.82
%32.27

CMYK color model

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

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

CMYK percentages

%45.45
%0
%26.36
%56.86

Codes

Color #3C6E51 in popluar color models

3C6E51
RGB6011081
HSL145°29.41%33.33%
HSB/HSV145°45.45%43.14%
CMYK45.45%0.00%26.36%
56.86%

Color #3C6E51 in popluar number systems.

HEX3C6E51
Decimal6011081
Binary11110011011101010001
Octal74156121

Shades and tints

Shades of #3C6E51

#3C6E51
(60,110,81)
#37644A
(55,100,74)
#325A43
(50,90,67)
#2D503C
(45,80,60)
#284635
(40,70,53)
#233C2E
(35,60,46)
#1E3227
(30,50,39)
#192820
(25,40,32)
#141E19
(20,30,25)
#0F1412
(15,20,18)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #3C6E51

#3C6E51
(60,110,81)
#4D7B60
(77,123,96)
#5E886F
(94,136,111)
#6F957E
(111,149,126)
#80A28D
(128,162,141)
#91AF9C
(145,175,156)
#A2BCAB
(162,188,171)
#B3C9BA
(179,201,186)
#C4D6C9
(196,214,201)
#D5E3D8
(213,227,216)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6E51; }

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

This text font color is #3C6E51.


Background Color

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

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

This div background color is #3C6E51.


Border color

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

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

This div border color is #3C6E51.


Opacity

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

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

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

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

This text has shadow with #3C6E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6E51 on black background.


Color preview on white background

This text has color #3C6E51 on white background.



Black color preview on #3C6E51 background

This text has black color on #3C6E51 background.


White color preview on #3C6E51 background

This text has white color on #3C6E51 background.