COLOR #2F475C

HEX: #2F475C
RGB: (47,71,92)

Color info

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

RGB color model

#2F475C color RGB value is (47,71,92).

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

RGB channels and saturation

R 47 of 255 = 18%
G 71 of 255 = 28%
B 92 of 255 = 36%

47
71
92

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

Portions of RGB colors in percentages

R + G + B =
47 + 71 + 92 = 210 (100%)
R 47 of 210 ~ 22.38%
G 71 of 210 ~ 33.81%
B 92 of 210 ~ 43.81%

%22.38
%33.81
%43.81

CMYK color model

#2F475C color CMYK value is (49,23,0,64).

  • cyan value is 48.91%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(49,23,0,64)
C49M23Y0K64 
(49%,23%,0%,64%)
(0.49/0.23/0.00/0.64)	

CMYK percentages

%48.91
%22.83
%0
%63.92

Codes

Color #2F475C in popluar color models

2F475C
RGB477192
HSL208°32.37%27.25%
HSB/HSV208°48.91%36.08%
CMYK48.91%22.83%0.00%
63.92%

Color #2F475C in popluar number systems.

HEX2F475C
Decimal477192
Binary10111110001111011100
Octal57107134

Shades and tints

Shades of #2F475C

#2F475C
(47,71,92)
#2B4154
(43,65,84)
#273B4C
(39,59,76)
#233544
(35,53,68)
#1F2F3C
(31,47,60)
#1B2934
(27,41,52)
#17232C
(23,35,44)
#131D24
(19,29,36)
#0F171C
(15,23,28)
#0B1114
(11,17,20)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #2F475C

#2F475C
(47,71,92)
#41576A
(65,87,106)
#536778
(83,103,120)
#657786
(101,119,134)
#778794
(119,135,148)
#8997A2
(137,151,162)
#9BA7B0
(155,167,176)
#ADB7BE
(173,183,190)
#BFC7CC
(191,199,204)
#D1D7DA
(209,215,218)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F475C color. Also use rgb(47,71,92) instead hex code.

Text Font Color

.myTextColor { color: #2F475C; }

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

This text font color is #2F475C.


Background Color

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

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

This div background color is #2F475C.


Border color

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

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

This div border color is #2F475C.


Opacity

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

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

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

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

This text has shadow with #2F475C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F475C on black background.


Color preview on white background

This text has color #2F475C on white background.



Black color preview on #2F475C background

This text has black color on #2F475C background.


White color preview on #2F475C background

This text has white color on #2F475C background.