COLOR #3C6576

HEX: #3C6576
RGB: (60,101,118)

Color info

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

RGB color model

#3C6576 color RGB value is (60,101,118).

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

RGB channels and saturation

R 60 of 255 = 24%
G 101 of 255 = 40%
B 118 of 255 = 46%

60
101
118

R + G + B ~ 37%. #3C6576 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 101 + 118 = 279 (100%)
R 60 of 279 ~ 21.51%
G 101 of 279 ~ 36.2%
B 118 of 279 ~ 42.29%

%21.51
%36.2
%42.29

CMYK color model

#3C6576 color CMYK value is (49,14,0,54).

  • cyan value is 49.15%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(49,14,0,54)
C49M14Y0K54 
(49%,14%,0%,54%)
(0.49/0.14/0.00/0.54)	

CMYK percentages

%49.15
%14.41
%0
%53.73

Codes

Color #3C6576 in popluar color models

3C6576
RGB60101118
HSL198°32.58%34.90%
HSB/HSV198°49.15%46.27%
CMYK49.15%14.41%0.00%
53.73%

Color #3C6576 in popluar number systems.

HEX3C6576
Decimal60101118
Binary11110011001011110110
Octal74145166

Shades and tints

Shades of #3C6576

#3C6576
(60,101,118)
#375C6C
(55,92,108)
#325362
(50,83,98)
#2D4A58
(45,74,88)
#28414E
(40,65,78)
#233844
(35,56,68)
#1E2F3A
(30,47,58)
#192630
(25,38,48)
#141D26
(20,29,38)
#0F141C
(15,20,28)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #3C6576

#3C6576
(60,101,118)
#4D7382
(77,115,130)
#5E818E
(94,129,142)
#6F8F9A
(111,143,154)
#809DA6
(128,157,166)
#91ABB2
(145,171,178)
#A2B9BE
(162,185,190)
#B3C7CA
(179,199,202)
#C4D5D6
(196,213,214)
#D5E3E2
(213,227,226)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6576; }

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

This text font color is #3C6576.


Background Color

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

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

This div background color is #3C6576.


Border color

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

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

This div border color is #3C6576.


Opacity

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

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

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

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

This text has shadow with #3C6576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6576 on black background.


Color preview on white background

This text has color #3C6576 on white background.



Black color preview on #3C6576 background

This text has black color on #3C6576 background.


White color preview on #3C6576 background

This text has white color on #3C6576 background.