COLOR #2D4072

HEX: #2D4072
RGB: (45,64,114)

Color info

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

RGB color model

#2D4072 color RGB value is (45,64,114).

  • red value is 45;
  • green value is 64;
  • blue value is 114.
RGB:
(45,64,114)
(18%,25%,45%)

RGB channels and saturation

R 45 of 255 = 18%
G 64 of 255 = 25%
B 114 of 255 = 45%

45
64
114

R + G + B ~ 29%. #2D4072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 64 + 114 = 223 (100%)
R 45 of 223 ~ 20.18%
G 64 of 223 ~ 28.7%
B 114 of 223 ~ 51.12%

%20.18
%28.7
%51.12

CMYK color model

#2D4072 color CMYK value is (61,44,0,55).

  • cyan value is 60.53%
  • magenta value is 43.86%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(61,44,0,55)
C61M44Y0K55 
(61%,44%,0%,55%)
(0.61/0.44/0.00/0.55)	

CMYK percentages

%60.53
%43.86
%0
%55.29

Codes

Color #2D4072 in popluar color models

2D4072
RGB4564114
HSL223°43.40%31.18%
HSB/HSV223°60.53%44.71%
CMYK60.53%43.86%0.00%
55.29%

Color #2D4072 in popluar number systems.

HEX2D4072
Decimal4564114
Binary10110110000001110010
Octal55100162

Shades and tints

Shades of #2D4072

#2D4072
(45,64,114)
#293B68
(41,59,104)
#25365E
(37,54,94)
#213154
(33,49,84)
#1D2C4A
(29,44,74)
#192740
(25,39,64)
#152236
(21,34,54)
#111D2C
(17,29,44)
#0D1822
(13,24,34)
#091318
(9,19,24)
#050E0E
(5,14,14)
#000000
(0,0,0)

Tints of #2D4072

#2D4072
(45,64,114)
#40517E
(64,81,126)
#53628A
(83,98,138)
#667396
(102,115,150)
#7984A2
(121,132,162)
#8C95AE
(140,149,174)
#9FA6BA
(159,166,186)
#B2B7C6
(178,183,198)
#C5C8D2
(197,200,210)
#D8D9DE
(216,217,222)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4072 color. Also use rgb(45,64,114) instead hex code.

Text Font Color

.myTextColor { color: #2D4072; }

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

This text font color is #2D4072.


Background Color

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

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

This div background color is #2D4072.


Border color

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

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

This div border color is #2D4072.


Opacity

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

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

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

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

This text has shadow with #2D4072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4072 on black background.


Color preview on white background

This text has color #2D4072 on white background.



Black color preview on #2D4072 background

This text has black color on #2D4072 background.


White color preview on #2D4072 background

This text has white color on #2D4072 background.