COLOR #3C6572

HEX: #3C6572
RGB: (60,101,114)

Color info

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

RGB color model

#3C6572 color RGB value is (60,101,114).

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

RGB channels and saturation

R 60 of 255 = 24%
G 101 of 255 = 40%
B 114 of 255 = 45%

60
101
114

R + G + B ~ 36%. #3C6572 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 101 + 114 = 275 (100%)
R 60 of 275 ~ 21.82%
G 101 of 275 ~ 36.73%
B 114 of 275 ~ 41.45%

%21.82
%36.73
%41.45

CMYK color model

#3C6572 color CMYK value is (47,11,0,55).

  • cyan value is 47.37%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(47,11,0,55)
C47M11Y0K55 
(47%,11%,0%,55%)
(0.47/0.11/0.00/0.55)	

CMYK percentages

%47.37
%11.4
%0
%55.29

Codes

Color #3C6572 in popluar color models

3C6572
RGB60101114
HSL194°31.03%34.12%
HSB/HSV194°47.37%44.71%
CMYK47.37%11.40%0.00%
55.29%

Color #3C6572 in popluar number systems.

HEX3C6572
Decimal60101114
Binary11110011001011110010
Octal74145162

Shades and tints

Shades of #3C6572

#3C6572
(60,101,114)
#375C68
(55,92,104)
#32535E
(50,83,94)
#2D4A54
(45,74,84)
#28414A
(40,65,74)
#233840
(35,56,64)
#1E2F36
(30,47,54)
#19262C
(25,38,44)
#141D22
(20,29,34)
#0F1418
(15,20,24)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #3C6572

#3C6572
(60,101,114)
#4D737E
(77,115,126)
#5E818A
(94,129,138)
#6F8F96
(111,143,150)
#809DA2
(128,157,162)
#91ABAE
(145,171,174)
#A2B9BA
(162,185,186)
#B3C7C6
(179,199,198)
#C4D5D2
(196,213,210)
#D5E3DE
(213,227,222)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6572; }

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

This text font color is #3C6572.


Background Color

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

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

This div background color is #3C6572.


Border color

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

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

This div border color is #3C6572.


Opacity

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

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

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

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

This text has shadow with #3C6572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6572 on black background.


Color preview on white background

This text has color #3C6572 on white background.



Black color preview on #3C6572 background

This text has black color on #3C6572 background.


White color preview on #3C6572 background

This text has white color on #3C6572 background.