COLOR #2F4D51

HEX: #2F4D51
RGB: (47,77,81)

Color info

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

RGB color model

#2F4D51 color RGB value is (47,77,81).

  • red value is 47;
  • green value is 77;
  • blue value is 81.
RGB:
(47,77,81)
(18%,30%,32%)

RGB channels and saturation

R 47 of 255 = 18%
G 77 of 255 = 30%
B 81 of 255 = 32%

47
77
81

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

Portions of RGB colors in percentages

R + G + B =
47 + 77 + 81 = 205 (100%)
R 47 of 205 ~ 22.93%
G 77 of 205 ~ 37.56%
B 81 of 205 ~ 39.51%

%22.93
%37.56
%39.51

CMYK color model

#2F4D51 color CMYK value is (42,5,0,68).

  • cyan value is 41.98%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(42,5,0,68)
C42M5Y0K68 
(42%,5%,0%,68%)
(0.42/0.05/0.00/0.68)	

CMYK percentages

%41.98
%4.94
%0
%68.24

Codes

Color #2F4D51 in popluar color models

2F4D51
RGB477781
HSL187°26.56%25.10%
HSB/HSV187°41.98%31.76%
CMYK41.98%4.94%0.00%
68.24%

Color #2F4D51 in popluar number systems.

HEX2F4D51
Decimal477781
Binary10111110011011010001
Octal57115121

Shades and tints

Shades of #2F4D51

#2F4D51
(47,77,81)
#2B464A
(43,70,74)
#273F43
(39,63,67)
#23383C
(35,56,60)
#1F3135
(31,49,53)
#1B2A2E
(27,42,46)
#172327
(23,35,39)
#131C20
(19,28,32)
#0F1519
(15,21,25)
#0B0E12
(11,14,18)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #2F4D51

#2F4D51
(47,77,81)
#415D60
(65,93,96)
#536D6F
(83,109,111)
#657D7E
(101,125,126)
#778D8D
(119,141,141)
#899D9C
(137,157,156)
#9BADAB
(155,173,171)
#ADBDBA
(173,189,186)
#BFCDC9
(191,205,201)
#D1DDD8
(209,221,216)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4D51 color. Also use rgb(47,77,81) instead hex code.

Text Font Color

.myTextColor { color: #2F4D51; }

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

This text font color is #2F4D51.


Background Color

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

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

This div background color is #2F4D51.


Border color

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

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

This div border color is #2F4D51.


Opacity

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

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

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

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

This text has shadow with #2F4D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4D51 on black background.


Color preview on white background

This text has color #2F4D51 on white background.



Black color preview on #2F4D51 background

This text has black color on #2F4D51 background.


White color preview on #2F4D51 background

This text has white color on #2F4D51 background.