COLOR #2C4B77

HEX: #2C4B77
RGB: (44,75,119)

Color info

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

RGB color model

#2C4B77 color RGB value is (44,75,119).

  • red value is 44;
  • green value is 75;
  • blue value is 119.
RGB:
(44,75,119)
(17%,29%,47%)

RGB channels and saturation

R 44 of 255 = 17%
G 75 of 255 = 29%
B 119 of 255 = 47%

44
75
119

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

Portions of RGB colors in percentages

R + G + B =
44 + 75 + 119 = 238 (100%)
R 44 of 238 ~ 18.49%
G 75 of 238 ~ 31.51%
B 119 of 238 ~ 50%

%18.49
%31.51
%50

CMYK color model

#2C4B77 color CMYK value is (63,37,0,53).

  • cyan value is 63.03%
  • magenta value is 36.97%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(63,37,0,53)
C63M37Y0K53 
(63%,37%,0%,53%)
(0.63/0.37/0.00/0.53)	

CMYK percentages

%63.03
%36.97
%0
%53.33

Codes

Color #2C4B77 in popluar color models

2C4B77
RGB4475119
HSL215°46.01%31.96%
HSB/HSV215°63.03%46.67%
CMYK63.03%36.97%0.00%
53.33%

Color #2C4B77 in popluar number systems.

HEX2C4B77
Decimal4475119
Binary10110010010111110111
Octal54113167

Shades and tints

Shades of #2C4B77

#2C4B77
(44,75,119)
#28456D
(40,69,109)
#243F63
(36,63,99)
#203959
(32,57,89)
#1C334F
(28,51,79)
#182D45
(24,45,69)
#14273B
(20,39,59)
#102131
(16,33,49)
#0C1B27
(12,27,39)
#08151D
(8,21,29)
#040F13
(4,15,19)
#000000
(0,0,0)

Tints of #2C4B77

#2C4B77
(44,75,119)
#3F5B83
(63,91,131)
#526B8F
(82,107,143)
#657B9B
(101,123,155)
#788BA7
(120,139,167)
#8B9BB3
(139,155,179)
#9EABBF
(158,171,191)
#B1BBCB
(177,187,203)
#C4CBD7
(196,203,215)
#D7DBE3
(215,219,227)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4B77 color. Also use rgb(44,75,119) instead hex code.

Text Font Color

.myTextColor { color: #2C4B77; }

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

This text font color is #2C4B77.


Background Color

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

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

This div background color is #2C4B77.


Border color

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

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

This div border color is #2C4B77.


Opacity

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

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

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

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

This text has shadow with #2C4B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4B77 on black background.


Color preview on white background

This text has color #2C4B77 on white background.



Black color preview on #2C4B77 background

This text has black color on #2C4B77 background.


White color preview on #2C4B77 background

This text has white color on #2C4B77 background.