COLOR #2C5573

HEX: #2C5573
RGB: (44,85,115)

Color info

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

RGB color model

#2C5573 color RGB value is (44,85,115).

  • red value is 44;
  • green value is 85;
  • blue value is 115.
RGB:
(44,85,115)
(17%,33%,45%)

RGB channels and saturation

R 44 of 255 = 17%
G 85 of 255 = 33%
B 115 of 255 = 45%

44
85
115

R + G + B ~ 32%. #2C5573 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 85 + 115 = 244 (100%)
R 44 of 244 ~ 18.03%
G 85 of 244 ~ 34.84%
B 115 of 244 ~ 47.13%

%18.03
%34.84
%47.13

CMYK color model

#2C5573 color CMYK value is (62,26,0,55).

  • cyan value is 61.74%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(62,26,0,55)
C62M26Y0K55 
(62%,26%,0%,55%)
(0.62/0.26/0.00/0.55)	

CMYK percentages

%61.74
%26.09
%0
%54.9

Codes

Color #2C5573 in popluar color models

2C5573
RGB4485115
HSL205°44.65%31.18%
HSB/HSV205°61.74%45.10%
CMYK61.74%26.09%0.00%
54.90%

Color #2C5573 in popluar number systems.

HEX2C5573
Decimal4485115
Binary10110010101011110011
Octal54125163

Shades and tints

Shades of #2C5573

#2C5573
(44,85,115)
#284E69
(40,78,105)
#24475F
(36,71,95)
#204055
(32,64,85)
#1C394B
(28,57,75)
#183241
(24,50,65)
#142B37
(20,43,55)
#10242D
(16,36,45)
#0C1D23
(12,29,35)
#081619
(8,22,25)
#040F0F
(4,15,15)
#000000
(0,0,0)

Tints of #2C5573

#2C5573
(44,85,115)
#3F647F
(63,100,127)
#52738B
(82,115,139)
#658297
(101,130,151)
#7891A3
(120,145,163)
#8BA0AF
(139,160,175)
#9EAFBB
(158,175,187)
#B1BEC7
(177,190,199)
#C4CDD3
(196,205,211)
#D7DCDF
(215,220,223)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5573 color. Also use rgb(44,85,115) instead hex code.

Text Font Color

.myTextColor { color: #2C5573; }

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

This text font color is #2C5573.


Background Color

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

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

This div background color is #2C5573.


Border color

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

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

This div border color is #2C5573.


Opacity

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

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

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

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

This text has shadow with #2C5573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5573 on black background.


Color preview on white background

This text has color #2C5573 on white background.



Black color preview on #2C5573 background

This text has black color on #2C5573 background.


White color preview on #2C5573 background

This text has white color on #2C5573 background.