COLOR #2C4555

HEX: #2C4555
RGB: (44,69,85)

Color info

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

RGB color model

#2C4555 color RGB value is (44,69,85).

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

RGB channels and saturation

R 44 of 255 = 17%
G 69 of 255 = 27%
B 85 of 255 = 33%

44
69
85

R + G + B ~ 26%. #2C4555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 69 + 85 = 198 (100%)
R 44 of 198 ~ 22.22%
G 69 of 198 ~ 34.85%
B 85 of 198 ~ 42.93%

%22.22
%34.85
%42.93

CMYK color model

#2C4555 color CMYK value is (48,19,0,67).

  • cyan value is 48.24%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(48,19,0,67)
C48M19Y0K67 
(48%,19%,0%,67%)
(0.48/0.19/0.00/0.67)	

CMYK percentages

%48.24
%18.82
%0
%66.67

Codes

Color #2C4555 in popluar color models

2C4555
RGB446985
HSL203°31.78%25.29%
HSB/HSV203°48.24%33.33%
CMYK48.24%18.82%0.00%
66.67%

Color #2C4555 in popluar number systems.

HEX2C4555
Decimal446985
Binary10110010001011010101
Octal54105125

Shades and tints

Shades of #2C4555

#2C4555
(44,69,85)
#283F4E
(40,63,78)
#243947
(36,57,71)
#203340
(32,51,64)
#1C2D39
(28,45,57)
#182732
(24,39,50)
#14212B
(20,33,43)
#101B24
(16,27,36)
#0C151D
(12,21,29)
#080F16
(8,15,22)
#04090F
(4,9,15)
#000000
(0,0,0)

Tints of #2C4555

#2C4555
(44,69,85)
#3F5564
(63,85,100)
#526573
(82,101,115)
#657582
(101,117,130)
#788591
(120,133,145)
#8B95A0
(139,149,160)
#9EA5AF
(158,165,175)
#B1B5BE
(177,181,190)
#C4C5CD
(196,197,205)
#D7D5DC
(215,213,220)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4555; }

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

This text font color is #2C4555.


Background Color

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

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

This div background color is #2C4555.


Border color

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

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

This div border color is #2C4555.


Opacity

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

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

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

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

This text has shadow with #2C4555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4555 on black background.


Color preview on white background

This text has color #2C4555 on white background.



Black color preview on #2C4555 background

This text has black color on #2C4555 background.


White color preview on #2C4555 background

This text has white color on #2C4555 background.