COLOR #2D4862

HEX: #2D4862
RGB: (45,72,98)

Color info

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

RGB color model

#2D4862 color RGB value is (45,72,98).

  • red value is 45;
  • green value is 72;
  • blue value is 98.
RGB:
(45,72,98)
(18%,28%,38%)

RGB channels and saturation

R 45 of 255 = 18%
G 72 of 255 = 28%
B 98 of 255 = 38%

45
72
98

R + G + B ~ 28%. #2D4862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 72 + 98 = 215 (100%)
R 45 of 215 ~ 20.93%
G 72 of 215 ~ 33.49%
B 98 of 215 ~ 45.58%

%20.93
%33.49
%45.58

CMYK color model

#2D4862 color CMYK value is (54,27,0,62).

  • cyan value is 54.08%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(54,27,0,62)
C54M27Y0K62 
(54%,27%,0%,62%)
(0.54/0.27/0.00/0.62)	

CMYK percentages

%54.08
%26.53
%0
%61.57

Codes

Color #2D4862 in popluar color models

2D4862
RGB457298
HSL209°37.06%28.04%
HSB/HSV209°54.08%38.43%
CMYK54.08%26.53%0.00%
61.57%

Color #2D4862 in popluar number systems.

HEX2D4862
Decimal457298
Binary10110110010001100010
Octal55110142

Shades and tints

Shades of #2D4862

#2D4862
(45,72,98)
#29425A
(41,66,90)
#253C52
(37,60,82)
#21364A
(33,54,74)
#1D3042
(29,48,66)
#192A3A
(25,42,58)
#152432
(21,36,50)
#111E2A
(17,30,42)
#0D1822
(13,24,34)
#09121A
(9,18,26)
#050C12
(5,12,18)
#000000
(0,0,0)

Tints of #2D4862

#2D4862
(45,72,98)
#405870
(64,88,112)
#53687E
(83,104,126)
#66788C
(102,120,140)
#79889A
(121,136,154)
#8C98A8
(140,152,168)
#9FA8B6
(159,168,182)
#B2B8C4
(178,184,196)
#C5C8D2
(197,200,210)
#D8D8E0
(216,216,224)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4862 color. Also use rgb(45,72,98) instead hex code.

Text Font Color

.myTextColor { color: #2D4862; }

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

This text font color is #2D4862.


Background Color

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

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

This div background color is #2D4862.


Border color

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

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

This div border color is #2D4862.


Opacity

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

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

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

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

This text has shadow with #2D4862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4862 on black background.


Color preview on white background

This text has color #2D4862 on white background.



Black color preview on #2D4862 background

This text has black color on #2D4862 background.


White color preview on #2D4862 background

This text has white color on #2D4862 background.