COLOR #3C76A0

HEX: #3C76A0
RGB: (60,118,160)

Color info

#3C76A0 contains mainly green and blue colors. Web safe color of #3C76A0 is #336699 (or #369).

RGB color model

#3C76A0 color RGB value is (60,118,160).

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

RGB channels and saturation

R 60 of 255 = 24%
G 118 of 255 = 46%
B 160 of 255 = 63%

60
118
160

R + G + B ~ 44%. #3C76A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 118 + 160 = 338 (100%)
R 60 of 338 ~ 17.75%
G 118 of 338 ~ 34.91%
B 160 of 338 ~ 47.34%

%17.75
%34.91
%47.34

CMYK color model

#3C76A0 color CMYK value is (63,26,0,37).

  • cyan value is 62.50%
  • magenta value is 26.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(63,26,0,37)
C63M26Y0K37 
(63%,26%,0%,37%)
(0.63/0.26/0.00/0.37)	

CMYK percentages

%62.5
%26.25
%0
%37.25

Codes

Color #3C76A0 in popluar color models

3C76A0
RGB60118160
HSL205°45.45%43.14%
HSB/HSV205°62.50%62.75%
CMYK62.50%26.25%0.00%
37.25%

Color #3C76A0 in popluar number systems.

HEX3C76A0
Decimal60118160
Binary111100111011010100000
Octal74166240

Shades and tints

Shades of #3C76A0

#3C76A0
(60,118,160)
#376C92
(55,108,146)
#326284
(50,98,132)
#2D5876
(45,88,118)
#284E68
(40,78,104)
#23445A
(35,68,90)
#1E3A4C
(30,58,76)
#19303E
(25,48,62)
#142630
(20,38,48)
#0F1C22
(15,28,34)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #3C76A0

#3C76A0
(60,118,160)
#4D82A8
(77,130,168)
#5E8EB0
(94,142,176)
#6F9AB8
(111,154,184)
#80A6C0
(128,166,192)
#91B2C8
(145,178,200)
#A2BED0
(162,190,208)
#B3CAD8
(179,202,216)
#C4D6E0
(196,214,224)
#D5E2E8
(213,226,232)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C76A0; }

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

This text font color is #3C76A0.


Background Color

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

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

This div background color is #3C76A0.


Border color

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

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

This div border color is #3C76A0.


Opacity

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

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

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

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

This text has shadow with #3C76A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C76A0 on black background.


Color preview on white background

This text has color #3C76A0 on white background.



Black color preview on #3C76A0 background

This text has black color on #3C76A0 background.


White color preview on #3C76A0 background

This text has white color on #3C76A0 background.