COLOR #2F4952

HEX: #2F4952
RGB: (47,73,82)

Color info

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

RGB color model

#2F4952 color RGB value is (47,73,82).

  • red value is 47;
  • green value is 73;
  • blue value is 82.
RGB:
(47,73,82)
(18%,29%,32%)

RGB channels and saturation

R 47 of 255 = 18%
G 73 of 255 = 29%
B 82 of 255 = 32%

47
73
82

R + G + B ~ 26%. #2F4952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 73 + 82 = 202 (100%)
R 47 of 202 ~ 23.27%
G 73 of 202 ~ 36.14%
B 82 of 202 ~ 40.59%

%23.27
%36.14
%40.59

CMYK color model

#2F4952 color CMYK value is (43,11,0,68).

  • cyan value is 42.68%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(43,11,0,68)
C43M11Y0K68 
(43%,11%,0%,68%)
(0.43/0.11/0.00/0.68)	

CMYK percentages

%42.68
%10.98
%0
%67.84

Codes

Color #2F4952 in popluar color models

2F4952
RGB477382
HSL195°27.13%25.29%
HSB/HSV195°42.68%32.16%
CMYK42.68%10.98%0.00%
67.84%

Color #2F4952 in popluar number systems.

HEX2F4952
Decimal477382
Binary10111110010011010010
Octal57111122

Shades and tints

Shades of #2F4952

#2F4952
(47,73,82)
#2B434B
(43,67,75)
#273D44
(39,61,68)
#23373D
(35,55,61)
#1F3136
(31,49,54)
#1B2B2F
(27,43,47)
#172528
(23,37,40)
#131F21
(19,31,33)
#0F191A
(15,25,26)
#0B1313
(11,19,19)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #2F4952

#2F4952
(47,73,82)
#415961
(65,89,97)
#536970
(83,105,112)
#65797F
(101,121,127)
#77898E
(119,137,142)
#89999D
(137,153,157)
#9BA9AC
(155,169,172)
#ADB9BB
(173,185,187)
#BFC9CA
(191,201,202)
#D1D9D9
(209,217,217)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4952 color. Also use rgb(47,73,82) instead hex code.

Text Font Color

.myTextColor { color: #2F4952; }

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

This text font color is #2F4952.


Background Color

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

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

This div background color is #2F4952.


Border color

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

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

This div border color is #2F4952.


Opacity

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

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

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

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

This text has shadow with #2F4952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4952 on black background.


Color preview on white background

This text has color #2F4952 on white background.



Black color preview on #2F4952 background

This text has black color on #2F4952 background.


White color preview on #2F4952 background

This text has white color on #2F4952 background.