COLOR #3C5F4E

HEX: #3C5F4E
RGB: (60,95,78)

Color info

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

RGB color model

#3C5F4E color RGB value is (60,95,78).

  • red value is 60;
  • green value is 95;
  • blue value is 78.
RGB:
(60,95,78)
(24%,37%,31%)

RGB channels and saturation

R 60 of 255 = 24%
G 95 of 255 = 37%
B 78 of 255 = 31%

60
95
78

R + G + B ~ 31%. #3C5F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 95 + 78 = 233 (100%)
R 60 of 233 ~ 25.75%
G 95 of 233 ~ 40.77%
B 78 of 233 ~ 33.48%

%25.75
%40.77
%33.48

CMYK color model

#3C5F4E color CMYK value is (37,0,18,63).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 62.75%
CMYK:
(37,0,18,63)
C37M0Y18K63 
(37%,0%,18%,63%)
(0.37/0.00/0.18/0.63)	

CMYK percentages

%36.84
%0
%17.89
%62.75

Codes

Color #3C5F4E in popluar color models

3C5F4E
RGB609578
HSL151°22.58%30.39%
HSB/HSV151°36.84%37.25%
CMYK36.84%0.00%17.89%
62.75%

Color #3C5F4E in popluar number systems.

HEX3C5F4E
Decimal609578
Binary11110010111111001110
Octal74137116

Shades and tints

Shades of #3C5F4E

#3C5F4E
(60,95,78)
#375747
(55,87,71)
#324F40
(50,79,64)
#2D4739
(45,71,57)
#283F32
(40,63,50)
#23372B
(35,55,43)
#1E2F24
(30,47,36)
#19271D
(25,39,29)
#141F16
(20,31,22)
#0F170F
(15,23,15)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #3C5F4E

#3C5F4E
(60,95,78)
#4D6D5E
(77,109,94)
#5E7B6E
(94,123,110)
#6F897E
(111,137,126)
#80978E
(128,151,142)
#91A59E
(145,165,158)
#A2B3AE
(162,179,174)
#B3C1BE
(179,193,190)
#C4CFCE
(196,207,206)
#D5DDDE
(213,221,222)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5F4E color. Also use rgb(60,95,78) instead hex code.

Text Font Color

.myTextColor { color: #3C5F4E; }

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

This text font color is #3C5F4E.


Background Color

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

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

This div background color is #3C5F4E.


Border color

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

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

This div border color is #3C5F4E.


Opacity

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

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

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

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

This text has shadow with #3C5F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5F4E on black background.


Color preview on white background

This text has color #3C5F4E on white background.



Black color preview on #3C5F4E background

This text has black color on #3C5F4E background.


White color preview on #3C5F4E background

This text has white color on #3C5F4E background.