COLOR #2D475B

HEX: #2D475B
RGB: (45,71,91)

Color info

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

RGB color model

#2D475B color RGB value is (45,71,91).

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

RGB channels and saturation

R 45 of 255 = 18%
G 71 of 255 = 28%
B 91 of 255 = 36%

45
71
91

R + G + B ~ 27%. #2D475B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 71 + 91 = 207 (100%)
R 45 of 207 ~ 21.74%
G 71 of 207 ~ 34.3%
B 91 of 207 ~ 43.96%

%21.74
%34.3
%43.96

CMYK color model

#2D475B color CMYK value is (51,22,0,64).

  • cyan value is 50.55%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(51,22,0,64)
C51M22Y0K64 
(51%,22%,0%,64%)
(0.51/0.22/0.00/0.64)	

CMYK percentages

%50.55
%21.98
%0
%64.31

Codes

Color #2D475B in popluar color models

2D475B
RGB457191
HSL206°33.82%26.67%
HSB/HSV206°50.55%35.69%
CMYK50.55%21.98%0.00%
64.31%

Color #2D475B in popluar number systems.

HEX2D475B
Decimal457191
Binary10110110001111011011
Octal55107133

Shades and tints

Shades of #2D475B

#2D475B
(45,71,91)
#294153
(41,65,83)
#253B4B
(37,59,75)
#213543
(33,53,67)
#1D2F3B
(29,47,59)
#192933
(25,41,51)
#15232B
(21,35,43)
#111D23
(17,29,35)
#0D171B
(13,23,27)
#091113
(9,17,19)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #2D475B

#2D475B
(45,71,91)
#405769
(64,87,105)
#536777
(83,103,119)
#667785
(102,119,133)
#798793
(121,135,147)
#8C97A1
(140,151,161)
#9FA7AF
(159,167,175)
#B2B7BD
(178,183,189)
#C5C7CB
(197,199,203)
#D8D7D9
(216,215,217)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D475B; }

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

This text font color is #2D475B.


Background Color

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

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

This div background color is #2D475B.


Border color

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

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

This div border color is #2D475B.


Opacity

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

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

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

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

This text has shadow with #2D475B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D475B on black background.


Color preview on white background

This text has color #2D475B on white background.



Black color preview on #2D475B background

This text has black color on #2D475B background.


White color preview on #2D475B background

This text has white color on #2D475B background.