COLOR #3C77A3

HEX: #3C77A3
RGB: (60,119,163)

Color info

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

RGB color model

#3C77A3 color RGB value is (60,119,163).

  • red value is 60;
  • green value is 119;
  • blue value is 163.
RGB:
(60,119,163)
(24%,47%,64%)

RGB channels and saturation

R 60 of 255 = 24%
G 119 of 255 = 47%
B 163 of 255 = 64%

60
119
163

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

Portions of RGB colors in percentages

R + G + B =
60 + 119 + 163 = 342 (100%)
R 60 of 342 ~ 17.54%
G 119 of 342 ~ 34.8%
B 163 of 342 ~ 47.66%

%17.54
%34.8
%47.66

CMYK color model

#3C77A3 color CMYK value is (63,27,0,36).

  • cyan value is 63.19%
  • magenta value is 26.99%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(63,27,0,36)
C63M27Y0K36 
(63%,27%,0%,36%)
(0.63/0.27/0.00/0.36)	

CMYK percentages

%63.19
%26.99
%0
%36.08

Codes

Color #3C77A3 in popluar color models

3C77A3
RGB60119163
HSL206°46.19%43.73%
HSB/HSV206°63.19%63.92%
CMYK63.19%26.99%0.00%
36.08%

Color #3C77A3 in popluar number systems.

HEX3C77A3
Decimal60119163
Binary111100111011110100011
Octal74167243

Shades and tints

Shades of #3C77A3

#3C77A3
(60,119,163)
#376D95
(55,109,149)
#326387
(50,99,135)
#2D5979
(45,89,121)
#284F6B
(40,79,107)
#23455D
(35,69,93)
#1E3B4F
(30,59,79)
#193141
(25,49,65)
#142733
(20,39,51)
#0F1D25
(15,29,37)
#0A1317
(10,19,23)
#000000
(0,0,0)

Tints of #3C77A3

#3C77A3
(60,119,163)
#4D83AB
(77,131,171)
#5E8FB3
(94,143,179)
#6F9BBB
(111,155,187)
#80A7C3
(128,167,195)
#91B3CB
(145,179,203)
#A2BFD3
(162,191,211)
#B3CBDB
(179,203,219)
#C4D7E3
(196,215,227)
#D5E3EB
(213,227,235)
#E6EFF3
(230,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C77A3 color. Also use rgb(60,119,163) instead hex code.

Text Font Color

.myTextColor { color: #3C77A3; }

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

This text font color is #3C77A3.


Background Color

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

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

This div background color is #3C77A3.


Border color

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

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

This div border color is #3C77A3.


Opacity

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

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

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

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

This text has shadow with #3C77A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C77A3 on black background.


Color preview on white background

This text has color #3C77A3 on white background.



Black color preview on #3C77A3 background

This text has black color on #3C77A3 background.


White color preview on #3C77A3 background

This text has white color on #3C77A3 background.