COLOR #2C5C77

HEX: #2C5C77
RGB: (44,92,119)

Color info

#2C5C77 contains mainly green and blue colors. Web safe color of #2C5C77 is #336666 (or #366).

RGB color model

#2C5C77 color RGB value is (44,92,119).

  • red value is 44;
  • green value is 92;
  • blue value is 119.
RGB:
(44,92,119)
(17%,36%,47%)

RGB channels and saturation

R 44 of 255 = 17%
G 92 of 255 = 36%
B 119 of 255 = 47%

44
92
119

R + G + B ~ 33%. #2C5C77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 92 + 119 = 255 (100%)
R 44 of 255 ~ 17.25%
G 92 of 255 ~ 36.08%
B 119 of 255 ~ 46.67%

%17.25
%36.08
%46.67

CMYK color model

#2C5C77 color CMYK value is (63,23,0,53).

  • cyan value is 63.03%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(63,23,0,53)
C63M23Y0K53 
(63%,23%,0%,53%)
(0.63/0.23/0.00/0.53)	

CMYK percentages

%63.03
%22.69
%0
%53.33

Codes

Color #2C5C77 in popluar color models

2C5C77
RGB4492119
HSL202°46.01%31.96%
HSB/HSV202°63.03%46.67%
CMYK63.03%22.69%0.00%
53.33%

Color #2C5C77 in popluar number systems.

HEX2C5C77
Decimal4492119
Binary10110010111001110111
Octal54134167

Shades and tints

Shades of #2C5C77

#2C5C77
(44,92,119)
#28546D
(40,84,109)
#244C63
(36,76,99)
#204459
(32,68,89)
#1C3C4F
(28,60,79)
#183445
(24,52,69)
#142C3B
(20,44,59)
#102431
(16,36,49)
#0C1C27
(12,28,39)
#08141D
(8,20,29)
#040C13
(4,12,19)
#000000
(0,0,0)

Tints of #2C5C77

#2C5C77
(44,92,119)
#3F6A83
(63,106,131)
#52788F
(82,120,143)
#65869B
(101,134,155)
#7894A7
(120,148,167)
#8BA2B3
(139,162,179)
#9EB0BF
(158,176,191)
#B1BECB
(177,190,203)
#C4CCD7
(196,204,215)
#D7DAE3
(215,218,227)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5C77 color. Also use rgb(44,92,119) instead hex code.

Text Font Color

.myTextColor { color: #2C5C77; }

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

This text font color is #2C5C77.


Background Color

.myBgColor { background-color: #2C5C77; }

<div style="background-color:#2C5C77">Inner text</div>

This div background color is #2C5C77.


Border color

.myBorderColor { border: 1px solid #2C5C77; }

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

This div border color is #2C5C77.


Opacity

.myOpacity80 { color: #2C5C77; opacity: 0.8; }

<p style="color:#2C5C77;opacity:0.8;">80%</p>

Text with #2C5C77 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 #2C5C77;}

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

This text has shadow with #2C5C77 color.

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

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

This text has shadow with #2C5C77 primary color and red secondary color.


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

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

This text has shadow with #2C5C77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5C77 on black background.


Color preview on white background

This text has color #2C5C77 on white background.



Black color preview on #2C5C77 background

This text has black color on #2C5C77 background.


White color preview on #2C5C77 background

This text has white color on #2C5C77 background.