COLOR #3C5351

HEX: #3C5351
RGB: (60,83,81)

Color info

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

RGB color model

#3C5351 color RGB value is (60,83,81).

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

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 81 of 255 = 32%

60
83
81

R + G + B ~ 30%. #3C5351 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 83 + 81 = 224 (100%)
R 60 of 224 ~ 26.79%
G 83 of 224 ~ 37.05%
B 81 of 224 ~ 36.16%

%26.79
%37.05
%36.16

CMYK color model

#3C5351 color CMYK value is (28,0,2,67).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(28,0,2,67)
C28M0Y2K67 
(28%,0%,2%,67%)
(0.28/0.00/0.02/0.67)	

CMYK percentages

%27.71
%0
%2.41
%67.45

Codes

Color #3C5351 in popluar color models

3C5351
RGB608381
HSL175°16.08%28.04%
HSB/HSV175°27.71%32.55%
CMYK27.71%0.00%2.41%
67.45%

Color #3C5351 in popluar number systems.

HEX3C5351
Decimal608381
Binary11110010100111010001
Octal74123121

Shades and tints

Shades of #3C5351

#3C5351
(60,83,81)
#374C4A
(55,76,74)
#324543
(50,69,67)
#2D3E3C
(45,62,60)
#283735
(40,55,53)
#23302E
(35,48,46)
#1E2927
(30,41,39)
#192220
(25,34,32)
#141B19
(20,27,25)
#0F1412
(15,20,18)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #3C5351

#3C5351
(60,83,81)
#4D6260
(77,98,96)
#5E716F
(94,113,111)
#6F807E
(111,128,126)
#808F8D
(128,143,141)
#919E9C
(145,158,156)
#A2ADAB
(162,173,171)
#B3BCBA
(179,188,186)
#C4CBC9
(196,203,201)
#D5DAD8
(213,218,216)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5351; }

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

This text font color is #3C5351.


Background Color

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

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

This div background color is #3C5351.


Border color

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

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

This div border color is #3C5351.


Opacity

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

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

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

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

This text has shadow with #3C5351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5351 on black background.


Color preview on white background

This text has color #3C5351 on white background.



Black color preview on #3C5351 background

This text has black color on #3C5351 background.


White color preview on #3C5351 background

This text has white color on #3C5351 background.