COLOR #3C5350

HEX: #3C5350
RGB: (60,83,80)

Color info

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

RGB color model

#3C5350 color RGB value is (60,83,80).

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

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 80 of 255 = 31%

60
83
80

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

Portions of RGB colors in percentages

R + G + B =
60 + 83 + 80 = 223 (100%)
R 60 of 223 ~ 26.91%
G 83 of 223 ~ 37.22%
B 80 of 223 ~ 35.87%

%26.91
%37.22
%35.87

CMYK color model

#3C5350 color CMYK value is (28,0,4,67).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 3.61%
  • key color value is 67.45%
CMYK:
(28,0,4,67)
C28M0Y4K67 
(28%,0%,4%,67%)
(0.28/0.00/0.04/0.67)	

CMYK percentages

%27.71
%0
%3.61
%67.45

Codes

Color #3C5350 in popluar color models

3C5350
RGB608380
HSL172°16.08%28.04%
HSB/HSV172°27.71%32.55%
CMYK27.71%0.00%3.61%
67.45%

Color #3C5350 in popluar number systems.

HEX3C5350
Decimal608380
Binary11110010100111010000
Octal74123120

Shades and tints

Shades of #3C5350

#3C5350
(60,83,80)
#374C49
(55,76,73)
#324542
(50,69,66)
#2D3E3B
(45,62,59)
#283734
(40,55,52)
#23302D
(35,48,45)
#1E2926
(30,41,38)
#19221F
(25,34,31)
#141B18
(20,27,24)
#0F1411
(15,20,17)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #3C5350

#3C5350
(60,83,80)
#4D625F
(77,98,95)
#5E716E
(94,113,110)
#6F807D
(111,128,125)
#808F8C
(128,143,140)
#919E9B
(145,158,155)
#A2ADAA
(162,173,170)
#B3BCB9
(179,188,185)
#C4CBC8
(196,203,200)
#D5DAD7
(213,218,215)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5350; }

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

This text font color is #3C5350.


Background Color

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

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

This div background color is #3C5350.


Border color

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

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

This div border color is #3C5350.


Opacity

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

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

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

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

This text has shadow with #3C5350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5350 on black background.


Color preview on white background

This text has color #3C5350 on white background.



Black color preview on #3C5350 background

This text has black color on #3C5350 background.


White color preview on #3C5350 background

This text has white color on #3C5350 background.