COLOR #3C5F72

HEX: #3C5F72
RGB: (60,95,114)

Color info

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

RGB color model

#3C5F72 color RGB value is (60,95,114).

  • red value is 60;
  • green value is 95;
  • blue value is 114.
RGB:
(60,95,114)
(24%,37%,45%)

RGB channels and saturation

R 60 of 255 = 24%
G 95 of 255 = 37%
B 114 of 255 = 45%

60
95
114

R + G + B ~ 35%. #3C5F72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 95 + 114 = 269 (100%)
R 60 of 269 ~ 22.3%
G 95 of 269 ~ 35.32%
B 114 of 269 ~ 42.38%

%22.3
%35.32
%42.38

CMYK color model

#3C5F72 color CMYK value is (47,17,0,55).

  • cyan value is 47.37%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(47,17,0,55)
C47M17Y0K55 
(47%,17%,0%,55%)
(0.47/0.17/0.00/0.55)	

CMYK percentages

%47.37
%16.67
%0
%55.29

Codes

Color #3C5F72 in popluar color models

3C5F72
RGB6095114
HSL201°31.03%34.12%
HSB/HSV201°47.37%44.71%
CMYK47.37%16.67%0.00%
55.29%

Color #3C5F72 in popluar number systems.

HEX3C5F72
Decimal6095114
Binary11110010111111110010
Octal74137162

Shades and tints

Shades of #3C5F72

#3C5F72
(60,95,114)
#375768
(55,87,104)
#324F5E
(50,79,94)
#2D4754
(45,71,84)
#283F4A
(40,63,74)
#233740
(35,55,64)
#1E2F36
(30,47,54)
#19272C
(25,39,44)
#141F22
(20,31,34)
#0F1718
(15,23,24)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #3C5F72

#3C5F72
(60,95,114)
#4D6D7E
(77,109,126)
#5E7B8A
(94,123,138)
#6F8996
(111,137,150)
#8097A2
(128,151,162)
#91A5AE
(145,165,174)
#A2B3BA
(162,179,186)
#B3C1C6
(179,193,198)
#C4CFD2
(196,207,210)
#D5DDDE
(213,221,222)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5F72 color. Also use rgb(60,95,114) instead hex code.

Text Font Color

.myTextColor { color: #3C5F72; }

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

This text font color is #3C5F72.


Background Color

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

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

This div background color is #3C5F72.


Border color

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

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

This div border color is #3C5F72.


Opacity

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

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

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

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

This text has shadow with #3C5F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5F72 on black background.


Color preview on white background

This text has color #3C5F72 on white background.



Black color preview on #3C5F72 background

This text has black color on #3C5F72 background.


White color preview on #3C5F72 background

This text has white color on #3C5F72 background.