COLOR #3C5E4E

HEX: #3C5E4E
RGB: (60,94,78)

Color info

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

RGB color model

#3C5E4E color RGB value is (60,94,78).

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

RGB channels and saturation

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

60
94
78

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

Portions of RGB colors in percentages

R + G + B =
60 + 94 + 78 = 232 (100%)
R 60 of 232 ~ 25.86%
G 94 of 232 ~ 40.52%
B 78 of 232 ~ 33.62%

%25.86
%40.52
%33.62

CMYK color model

#3C5E4E color CMYK value is (36,0,17,63).

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 63.14%
CMYK:
(36,0,17,63)
C36M0Y17K63 
(36%,0%,17%,63%)
(0.36/0.00/0.17/0.63)	

CMYK percentages

%36.17
%0
%17.02
%63.14

Codes

Color #3C5E4E in popluar color models

3C5E4E
RGB609478
HSL152°22.08%30.20%
HSB/HSV152°36.17%36.86%
CMYK36.17%0.00%17.02%
63.14%

Color #3C5E4E in popluar number systems.

HEX3C5E4E
Decimal609478
Binary11110010111101001110
Octal74136116

Shades and tints

Shades of #3C5E4E

#3C5E4E
(60,94,78)
#375647
(55,86,71)
#324E40
(50,78,64)
#2D4639
(45,70,57)
#283E32
(40,62,50)
#23362B
(35,54,43)
#1E2E24
(30,46,36)
#19261D
(25,38,29)
#141E16
(20,30,22)
#0F160F
(15,22,15)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #3C5E4E

#3C5E4E
(60,94,78)
#4D6C5E
(77,108,94)
#5E7A6E
(94,122,110)
#6F887E
(111,136,126)
#80968E
(128,150,142)
#91A49E
(145,164,158)
#A2B2AE
(162,178,174)
#B3C0BE
(179,192,190)
#C4CECE
(196,206,206)
#D5DCDE
(213,220,222)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5E4E; }

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

This text font color is #3C5E4E.


Background Color

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

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

This div background color is #3C5E4E.


Border color

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

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

This div border color is #3C5E4E.


Opacity

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

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

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

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

This text has shadow with #3C5E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5E4E on black background.


Color preview on white background

This text has color #3C5E4E on white background.



Black color preview on #3C5E4E background

This text has black color on #3C5E4E background.


White color preview on #3C5E4E background

This text has white color on #3C5E4E background.