COLOR #3C4D51

HEX: #3C4D51
RGB: (60,77,81)

Color info

#3C4D51 contains red, green and blue colors in about the same proportion. Web safe color of #3C4D51 is #333366 (or #336).

RGB color model

#3C4D51 color RGB value is (60,77,81).

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

RGB channels and saturation

R 60 of 255 = 24%
G 77 of 255 = 30%
B 81 of 255 = 32%

60
77
81

R + G + B ~ 29%. #3C4D51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 77 + 81 = 218 (100%)
R 60 of 218 ~ 27.52%
G 77 of 218 ~ 35.32%
B 81 of 218 ~ 37.16%

%27.52
%35.32
%37.16

CMYK color model

#3C4D51 color CMYK value is (26,5,0,68).

  • cyan value is 25.93%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(26,5,0,68)
C26M5Y0K68 
(26%,5%,0%,68%)
(0.26/0.05/0.00/0.68)	

CMYK percentages

%25.93
%4.94
%0
%68.24

Codes

Color #3C4D51 in popluar color models

3C4D51
RGB607781
HSL191°14.89%27.65%
HSB/HSV191°25.93%31.76%
CMYK25.93%4.94%0.00%
68.24%

Color #3C4D51 in popluar number systems.

HEX3C4D51
Decimal607781
Binary11110010011011010001
Octal74115121

Shades and tints

Shades of #3C4D51

#3C4D51
(60,77,81)
#37464A
(55,70,74)
#323F43
(50,63,67)
#2D383C
(45,56,60)
#283135
(40,49,53)
#232A2E
(35,42,46)
#1E2327
(30,35,39)
#191C20
(25,28,32)
#141519
(20,21,25)
#0F0E12
(15,14,18)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #3C4D51

#3C4D51
(60,77,81)
#4D5D60
(77,93,96)
#5E6D6F
(94,109,111)
#6F7D7E
(111,125,126)
#808D8D
(128,141,141)
#919D9C
(145,157,156)
#A2ADAB
(162,173,171)
#B3BDBA
(179,189,186)
#C4CDC9
(196,205,201)
#D5DDD8
(213,221,216)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4D51; }

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

This text font color is #3C4D51.


Background Color

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

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

This div background color is #3C4D51.


Border color

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

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

This div border color is #3C4D51.


Opacity

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

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

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

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

This text has shadow with #3C4D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4D51 on black background.


Color preview on white background

This text has color #3C4D51 on white background.



Black color preview on #3C4D51 background

This text has black color on #3C4D51 background.


White color preview on #3C4D51 background

This text has white color on #3C4D51 background.