COLOR #3C6276

HEX: #3C6276
RGB: (60,98,118)

Color info

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

RGB color model

#3C6276 color RGB value is (60,98,118).

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

RGB channels and saturation

R 60 of 255 = 24%
G 98 of 255 = 38%
B 118 of 255 = 46%

60
98
118

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

Portions of RGB colors in percentages

R + G + B =
60 + 98 + 118 = 276 (100%)
R 60 of 276 ~ 21.74%
G 98 of 276 ~ 35.51%
B 118 of 276 ~ 42.75%

%21.74
%35.51
%42.75

CMYK color model

#3C6276 color CMYK value is (49,17,0,54).

  • cyan value is 49.15%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(49,17,0,54)
C49M17Y0K54 
(49%,17%,0%,54%)
(0.49/0.17/0.00/0.54)	

CMYK percentages

%49.15
%16.95
%0
%53.73

Codes

Color #3C6276 in popluar color models

3C6276
RGB6098118
HSL201°32.58%34.90%
HSB/HSV201°49.15%46.27%
CMYK49.15%16.95%0.00%
53.73%

Color #3C6276 in popluar number systems.

HEX3C6276
Decimal6098118
Binary11110011000101110110
Octal74142166

Shades and tints

Shades of #3C6276

#3C6276
(60,98,118)
#375A6C
(55,90,108)
#325262
(50,82,98)
#2D4A58
(45,74,88)
#28424E
(40,66,78)
#233A44
(35,58,68)
#1E323A
(30,50,58)
#192A30
(25,42,48)
#142226
(20,34,38)
#0F1A1C
(15,26,28)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #3C6276

#3C6276
(60,98,118)
#4D7082
(77,112,130)
#5E7E8E
(94,126,142)
#6F8C9A
(111,140,154)
#809AA6
(128,154,166)
#91A8B2
(145,168,178)
#A2B6BE
(162,182,190)
#B3C4CA
(179,196,202)
#C4D2D6
(196,210,214)
#D5E0E2
(213,224,226)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6276; }

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

This text font color is #3C6276.


Background Color

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

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

This div background color is #3C6276.


Border color

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

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

This div border color is #3C6276.


Opacity

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

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

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

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

This text has shadow with #3C6276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6276 on black background.


Color preview on white background

This text has color #3C6276 on white background.



Black color preview on #3C6276 background

This text has black color on #3C6276 background.


White color preview on #3C6276 background

This text has white color on #3C6276 background.