COLOR #2D4776

HEX: #2D4776
RGB: (45,71,118)

Color info

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

RGB color model

#2D4776 color RGB value is (45,71,118).

  • red value is 45;
  • green value is 71;
  • blue value is 118.
RGB:
(45,71,118)
(18%,28%,46%)

RGB channels and saturation

R 45 of 255 = 18%
G 71 of 255 = 28%
B 118 of 255 = 46%

45
71
118

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

Portions of RGB colors in percentages

R + G + B =
45 + 71 + 118 = 234 (100%)
R 45 of 234 ~ 19.23%
G 71 of 234 ~ 30.34%
B 118 of 234 ~ 50.43%

%19.23
%30.34
%50.43

CMYK color model

#2D4776 color CMYK value is (62,40,0,54).

  • cyan value is 61.86%
  • magenta value is 39.83%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(62,40,0,54)
C62M40Y0K54 
(62%,40%,0%,54%)
(0.62/0.40/0.00/0.54)	

CMYK percentages

%61.86
%39.83
%0
%53.73

Codes

Color #2D4776 in popluar color models

2D4776
RGB4571118
HSL219°44.79%31.96%
HSB/HSV219°61.86%46.27%
CMYK61.86%39.83%0.00%
53.73%

Color #2D4776 in popluar number systems.

HEX2D4776
Decimal4571118
Binary10110110001111110110
Octal55107166

Shades and tints

Shades of #2D4776

#2D4776
(45,71,118)
#29416C
(41,65,108)
#253B62
(37,59,98)
#213558
(33,53,88)
#1D2F4E
(29,47,78)
#192944
(25,41,68)
#15233A
(21,35,58)
#111D30
(17,29,48)
#0D1726
(13,23,38)
#09111C
(9,17,28)
#050B12
(5,11,18)
#000000
(0,0,0)

Tints of #2D4776

#2D4776
(45,71,118)
#405782
(64,87,130)
#53678E
(83,103,142)
#66779A
(102,119,154)
#7987A6
(121,135,166)
#8C97B2
(140,151,178)
#9FA7BE
(159,167,190)
#B2B7CA
(178,183,202)
#C5C7D6
(197,199,214)
#D8D7E2
(216,215,226)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4776 color. Also use rgb(45,71,118) instead hex code.

Text Font Color

.myTextColor { color: #2D4776; }

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

This text font color is #2D4776.


Background Color

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

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

This div background color is #2D4776.


Border color

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

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

This div border color is #2D4776.


Opacity

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

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

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

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

This text has shadow with #2D4776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4776 on black background.


Color preview on white background

This text has color #2D4776 on white background.



Black color preview on #2D4776 background

This text has black color on #2D4776 background.


White color preview on #2D4776 background

This text has white color on #2D4776 background.