COLOR #2C576D

HEX: #2C576D RGB: (44,87,109)

Color info

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

RGB color model

#2C576D color RGB value is (44,87,109).

RGB: (44,87,109) (17%, 34%, 43%)

RGB channels and saturation

R 44 of 255 = 17%
G 87 of 255 = 34%
B 109 of 255 = 43%

44
87
109

R + G + B ~ 31%. #2C576D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 87 + 109 = 240 (100%)
R 44 of 240 ~ 18.33%
G 87 of 240 ~ 36.25%
B 109 of 240 ~ 45.42'%

%18.33
%36.25
%45.42

CMYK color model

#2C576D color CMYK value is (60,20,0,57).

  • cyan value is 59.63%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (60,20,0,57)
C60M20Y0K57 (60%, 20%, 0%, 57%)
(0.60 / 0.20 / 0.00 / 0.57)

CMYK percentages

%59.63
%20.18
%0
%57.25

Codes

Color #2C576D in popluar color models

2C 57 6D
RGB 44 87 109
HSL 200° 42.48% 30.00%
HSB/HSV 200° 59.63% 42.75%
CMYK 59.63% 20.18% 0.00%
57.25%

Color #2C576D in popluar number systems.

HEX 2C 57 6D
Decimal 44 87 109
Binary 101100 1010111 1101101
Octal 54 127 155

Shades and tints

Shades of #2C576D

#2C576D
(44,87,109)
#285064
(40,80,100)
#24495B
(36,73,91)
#204252
(32,66,82)
#1C3B49
(28,59,73)
#183440
(24,52,64)
#142D37
(20,45,55)
#10262E
(16,38,46)
#0C1F25
(12,31,37)
#08181C
(8,24,28)
#041113
(4,17,19)
#000000
(0,0,0)

Tints of #2C576D

#2C576D
(44,87,109)
#3F667A
(63,102,122)
#527587
(82,117,135)
#658494
(101,132,148)
#7893A1
(120,147,161)
#8BA2AE
(139,162,174)
#9EB1BB
(158,177,187)
#B1C0C8
(177,192,200)
#C4CFD5
(196,207,213)
#D7DEE2
(215,222,226)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C576D color. Also use rgb(44,87,109) instead hex code.

Text Font Color

.myTextColor { color: #2C576D; }

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

This text font color is #2C576D.

Background Color

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

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

This div background color is #2C576D.

Border color

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

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

This div border color is #2C576D.

Opacity

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

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

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

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

This text has shadow with #2C576D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C576D.

Preview

Color preview on black background

This text has color #2C576D on black background.


Color preview on white background

This text has color #2C576D on white background.


Black color preview on #2C576D background

This text has black color on #2C576D background.


White color preview on #2C576D background

This text has white color on #2C576D background.


Related colors

Complementary color

Complementary color for #hex is #D3A892.


I love getcolorcode.com

Triadic colors

1 #6D2C57 and #576D2C with #2C576D are triadic colors.

2 #6D572C and #572C6D with #2C576D are triadic colors.