COLOR #3C4E4D

HEX: #3C4E4D
RGB: (60,78,77)

Color info

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

RGB color model

#3C4E4D color RGB value is (60,78,77).

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

RGB channels and saturation

R 60 of 255 = 24%
G 78 of 255 = 31%
B 77 of 255 = 30%

60
78
77

R + G + B ~ 28%. #3C4E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 78 + 77 = 215 (100%)
R 60 of 215 ~ 27.91%
G 78 of 215 ~ 36.28%
B 77 of 215 ~ 35.81%

%27.91
%36.28
%35.81

CMYK color model

#3C4E4D color CMYK value is (23,0,1,69).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 69.41%
CMYK:
(23,0,1,69)
C23M0Y1K69 
(23%,0%,1%,69%)
(0.23/0.00/0.01/0.69)	

CMYK percentages

%23.08
%0
%1.28
%69.41

Codes

Color #3C4E4D in popluar color models

3C4E4D
RGB607877
HSL177°13.04%27.06%
HSB/HSV177°23.08%30.59%
CMYK23.08%0.00%1.28%
69.41%

Color #3C4E4D in popluar number systems.

HEX3C4E4D
Decimal607877
Binary11110010011101001101
Octal74116115

Shades and tints

Shades of #3C4E4D

#3C4E4D
(60,78,77)
#374746
(55,71,70)
#32403F
(50,64,63)
#2D3938
(45,57,56)
#283231
(40,50,49)
#232B2A
(35,43,42)
#1E2423
(30,36,35)
#191D1C
(25,29,28)
#141615
(20,22,21)
#0F0F0E
(15,15,14)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #3C4E4D

#3C4E4D
(60,78,77)
#4D5E5D
(77,94,93)
#5E6E6D
(94,110,109)
#6F7E7D
(111,126,125)
#808E8D
(128,142,141)
#919E9D
(145,158,157)
#A2AEAD
(162,174,173)
#B3BEBD
(179,190,189)
#C4CECD
(196,206,205)
#D5DEDD
(213,222,221)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4E4D; }

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

This text font color is #3C4E4D.


Background Color

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

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

This div background color is #3C4E4D.


Border color

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

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

This div border color is #3C4E4D.


Opacity

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

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

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

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

This text has shadow with #3C4E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4E4D on black background.


Color preview on white background

This text has color #3C4E4D on white background.



Black color preview on #3C4E4D background

This text has black color on #3C4E4D background.


White color preview on #3C4E4D background

This text has white color on #3C4E4D background.