COLOR #3C5650

HEX: #3C5650
RGB: (60,86,80)

Color info

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

RGB color model

#3C5650 color RGB value is (60,86,80).

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

RGB channels and saturation

R 60 of 255 = 24%
G 86 of 255 = 34%
B 80 of 255 = 31%

60
86
80

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

Portions of RGB colors in percentages

R + G + B =
60 + 86 + 80 = 226 (100%)
R 60 of 226 ~ 26.55%
G 86 of 226 ~ 38.05%
B 80 of 226 ~ 35.4%

%26.55
%38.05
%35.4

CMYK color model

#3C5650 color CMYK value is (30,0,7,66).

  • cyan value is 30.23%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 66.27%
CMYK:
(30,0,7,66)
C30M0Y7K66 
(30%,0%,7%,66%)
(0.30/0.00/0.07/0.66)	

CMYK percentages

%30.23
%0
%6.98
%66.27

Codes

Color #3C5650 in popluar color models

3C5650
RGB608680
HSL166°17.81%28.63%
HSB/HSV166°30.23%33.73%
CMYK30.23%0.00%6.98%
66.27%

Color #3C5650 in popluar number systems.

HEX3C5650
Decimal608680
Binary11110010101101010000
Octal74126120

Shades and tints

Shades of #3C5650

#3C5650
(60,86,80)
#374F49
(55,79,73)
#324842
(50,72,66)
#2D413B
(45,65,59)
#283A34
(40,58,52)
#23332D
(35,51,45)
#1E2C26
(30,44,38)
#19251F
(25,37,31)
#141E18
(20,30,24)
#0F1711
(15,23,17)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #3C5650

#3C5650
(60,86,80)
#4D655F
(77,101,95)
#5E746E
(94,116,110)
#6F837D
(111,131,125)
#80928C
(128,146,140)
#91A19B
(145,161,155)
#A2B0AA
(162,176,170)
#B3BFB9
(179,191,185)
#C4CEC8
(196,206,200)
#D5DDD7
(213,221,215)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5650; }

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

This text font color is #3C5650.


Background Color

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

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

This div background color is #3C5650.


Border color

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

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

This div border color is #3C5650.


Opacity

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

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

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

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

This text has shadow with #3C5650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5650 on black background.


Color preview on white background

This text has color #3C5650 on white background.



Black color preview on #3C5650 background

This text has black color on #3C5650 background.


White color preview on #3C5650 background

This text has white color on #3C5650 background.