COLOR #2F455B

HEX: #2F455B
RGB: (47,69,91)

Color info

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

RGB color model

#2F455B color RGB value is (47,69,91).

  • red value is 47;
  • green value is 69;
  • blue value is 91.
RGB:
(47,69,91)
(18%,27%,36%)

RGB channels and saturation

R 47 of 255 = 18%
G 69 of 255 = 27%
B 91 of 255 = 36%

47
69
91

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

Portions of RGB colors in percentages

R + G + B =
47 + 69 + 91 = 207 (100%)
R 47 of 207 ~ 22.71%
G 69 of 207 ~ 33.33%
B 91 of 207 ~ 43.96%

%22.71
%33.33
%43.96

CMYK color model

#2F455B color CMYK value is (48,24,0,64).

  • cyan value is 48.35%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(48,24,0,64)
C48M24Y0K64 
(48%,24%,0%,64%)
(0.48/0.24/0.00/0.64)	

CMYK percentages

%48.35
%24.18
%0
%64.31

Codes

Color #2F455B in popluar color models

2F455B
RGB476991
HSL210°31.88%27.06%
HSB/HSV210°48.35%35.69%
CMYK48.35%24.18%0.00%
64.31%

Color #2F455B in popluar number systems.

HEX2F455B
Decimal476991
Binary10111110001011011011
Octal57105133

Shades and tints

Shades of #2F455B

#2F455B
(47,69,91)
#2B3F53
(43,63,83)
#27394B
(39,57,75)
#233343
(35,51,67)
#1F2D3B
(31,45,59)
#1B2733
(27,39,51)
#17212B
(23,33,43)
#131B23
(19,27,35)
#0F151B
(15,21,27)
#0B0F13
(11,15,19)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #2F455B

#2F455B
(47,69,91)
#415569
(65,85,105)
#536577
(83,101,119)
#657585
(101,117,133)
#778593
(119,133,147)
#8995A1
(137,149,161)
#9BA5AF
(155,165,175)
#ADB5BD
(173,181,189)
#BFC5CB
(191,197,203)
#D1D5D9
(209,213,217)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F455B color. Also use rgb(47,69,91) instead hex code.

Text Font Color

.myTextColor { color: #2F455B; }

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

This text font color is #2F455B.


Background Color

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

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

This div background color is #2F455B.


Border color

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

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

This div border color is #2F455B.


Opacity

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

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

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

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

This text has shadow with #2F455B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F455B on black background.


Color preview on white background

This text has color #2F455B on white background.



Black color preview on #2F455B background

This text has black color on #2F455B background.


White color preview on #2F455B background

This text has white color on #2F455B background.