COLOR #2C4859

HEX: #2C4859 RGB: (44,72,89)

Color info

#2C4859 contains red, green and blue colors in about the same proportion. Web safe color of #2C4859 is #333366 (or #336).

RGB color model

#2C4859 color RGB value is (44,72,89).

RGB: (44,72,89) (17%, 28%, 35%)

RGB channels and saturation

R 44 of 255 = 17%
G 72 of 255 = 28%
B 89 of 255 = 35%

44
72
89

R + G + B ~ 27%. #2C4859 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 72 + 89 = 205 (100%)
R 44 of 205 ~ 21.46%
G 72 of 205 ~ 35.12%
B 89 of 205 ~ 43.41'%

%21.46
%35.12
%43.41

CMYK color model

#2C4859 color CMYK value is (51,19,0,65).

  • cyan value is 50.56%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (51,19,0,65)
C51M19Y0K65 (51%, 19%, 0%, 65%)
(0.51 / 0.19 / 0.00 / 0.65)

CMYK percentages

%50.56
%19.1
%0
%65.1

Codes

Color #2C4859 in popluar color models

2C 48 59
RGB 44 72 89
HSL 203° 33.83% 26.08%
HSB/HSV 203° 50.56% 34.90%
CMYK 50.56% 19.10% 0.00%
65.10%

Color #2C4859 in popluar number systems.

HEX 2C 48 59
Decimal 44 72 89
Binary 101100 1001000 1011001
Octal 54 110 131

Shades and tints

Shades of #2C4859

#2C4859
(44,72,89)
#284251
(40,66,81)
#243C49
(36,60,73)
#203641
(32,54,65)
#1C3039
(28,48,57)
#182A31
(24,42,49)
#142429
(20,36,41)
#101E21
(16,30,33)
#0C1819
(12,24,25)
#081211
(8,18,17)
#040C09
(4,12,9)
#000000
(0,0,0)

Tints of #2C4859

#2C4859
(44,72,89)
#3F5868
(63,88,104)
#526877
(82,104,119)
#657886
(101,120,134)
#788895
(120,136,149)
#8B98A4
(139,152,164)
#9EA8B3
(158,168,179)
#B1B8C2
(177,184,194)
#C4C8D1
(196,200,209)
#D7D8E0
(215,216,224)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4859 color. Also use rgb(44,72,89) instead hex code.

Text Font Color

.myTextColor { color: #2C4859; }

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

This text font color is #2C4859.

Background Color

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

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

This div background color is #2C4859.

Border color

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

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

This div border color is #2C4859.

Opacity

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

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

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

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

This text has shadow with #2C4859 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C4859.

Preview

Color preview on black background

This text has color #2C4859 on black background.


Color preview on white background

This text has color #2C4859 on white background.


Black color preview on #2C4859 background

This text has black color on #2C4859 background.


White color preview on #2C4859 background

This text has white color on #2C4859 background.


Related colors

Complementary color

Complementary color for #hex is #D3B7A6.


I love getcolorcode.com

Triadic colors

1 #592C48 and #48592C with #2C4859 are triadic colors.

2 #59482C and #482C59 with #2C4859 are triadic colors.