COLOR #2C4D74

HEX: #2C4D74
RGB: (44,77,116)

Color info

#2C4D74 contains mainly green and blue colors. Web safe color of #2C4D74 is #333366 (or #336).

RGB color model

#2C4D74 color RGB value is (44,77,116).

  • red value is 44;
  • green value is 77;
  • blue value is 116.
RGB:
(44,77,116)
(17%,30%,45%)

RGB channels and saturation

R 44 of 255 = 17%
G 77 of 255 = 30%
B 116 of 255 = 45%

44
77
116

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

Portions of RGB colors in percentages

R + G + B =
44 + 77 + 116 = 237 (100%)
R 44 of 237 ~ 18.57%
G 77 of 237 ~ 32.49%
B 116 of 237 ~ 48.95%

%18.57
%32.49
%48.95

CMYK color model

#2C4D74 color CMYK value is (62,34,0,55).

  • cyan value is 62.07%
  • magenta value is 33.62%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(62,34,0,55)
C62M34Y0K55 
(62%,34%,0%,55%)
(0.62/0.34/0.00/0.55)	

CMYK percentages

%62.07
%33.62
%0
%54.51

Codes

Color #2C4D74 in popluar color models

2C4D74
RGB4477116
HSL213°45.00%31.37%
HSB/HSV213°62.07%45.49%
CMYK62.07%33.62%0.00%
54.51%

Color #2C4D74 in popluar number systems.

HEX2C4D74
Decimal4477116
Binary10110010011011110100
Octal54115164

Shades and tints

Shades of #2C4D74

#2C4D74
(44,77,116)
#28466A
(40,70,106)
#243F60
(36,63,96)
#203856
(32,56,86)
#1C314C
(28,49,76)
#182A42
(24,42,66)
#142338
(20,35,56)
#101C2E
(16,28,46)
#0C1524
(12,21,36)
#080E1A
(8,14,26)
#040710
(4,7,16)
#000000
(0,0,0)

Tints of #2C4D74

#2C4D74
(44,77,116)
#3F5D80
(63,93,128)
#526D8C
(82,109,140)
#657D98
(101,125,152)
#788DA4
(120,141,164)
#8B9DB0
(139,157,176)
#9EADBC
(158,173,188)
#B1BDC8
(177,189,200)
#C4CDD4
(196,205,212)
#D7DDE0
(215,221,224)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4D74 color. Also use rgb(44,77,116) instead hex code.

Text Font Color

.myTextColor { color: #2C4D74; }

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

This text font color is #2C4D74.


Background Color

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

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

This div background color is #2C4D74.


Border color

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

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

This div border color is #2C4D74.


Opacity

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

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

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

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

This text has shadow with #2C4D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4D74 on black background.


Color preview on white background

This text has color #2C4D74 on white background.



Black color preview on #2C4D74 background

This text has black color on #2C4D74 background.


White color preview on #2C4D74 background

This text has white color on #2C4D74 background.