COLOR #2F404B

HEX: #2F404B
RGB: (47,64,75)

Color info

#2F404B contains red, green and blue colors in about the same proportion. Web safe color of #2F404B is #333333 (or #333).

RGB color model

#2F404B color RGB value is (47,64,75).

  • red value is 47;
  • green value is 64;
  • blue value is 75.
RGB:
(47,64,75)
(18%,25%,29%)

RGB channels and saturation

R 47 of 255 = 18%
G 64 of 255 = 25%
B 75 of 255 = 29%

47
64
75

R + G + B ~ 24%. #2F404B is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 64 + 75 = 186 (100%)
R 47 of 186 ~ 25.27%
G 64 of 186 ~ 34.41%
B 75 of 186 ~ 40.32%

%25.27
%34.41
%40.32

CMYK color model

#2F404B color CMYK value is (37,15,0,71).

  • cyan value is 37.33%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(37,15,0,71)
C37M15Y0K71 
(37%,15%,0%,71%)
(0.37/0.15/0.00/0.71)	

CMYK percentages

%37.33
%14.67
%0
%70.59

Codes

Color #2F404B in popluar color models

2F404B
RGB476475
HSL204°22.95%23.92%
HSB/HSV204°37.33%29.41%
CMYK37.33%14.67%0.00%
70.59%

Color #2F404B in popluar number systems.

HEX2F404B
Decimal476475
Binary10111110000001001011
Octal57100113

Shades and tints

Shades of #2F404B

#2F404B
(47,64,75)
#2B3B45
(43,59,69)
#27363F
(39,54,63)
#233139
(35,49,57)
#1F2C33
(31,44,51)
#1B272D
(27,39,45)
#172227
(23,34,39)
#131D21
(19,29,33)
#0F181B
(15,24,27)
#0B1315
(11,19,21)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #2F404B

#2F404B
(47,64,75)
#41515B
(65,81,91)
#53626B
(83,98,107)
#65737B
(101,115,123)
#77848B
(119,132,139)
#89959B
(137,149,155)
#9BA6AB
(155,166,171)
#ADB7BB
(173,183,187)
#BFC8CB
(191,200,203)
#D1D9DB
(209,217,219)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F404B color. Also use rgb(47,64,75) instead hex code.

Text Font Color

.myTextColor { color: #2F404B; }

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

This text font color is #2F404B.


Background Color

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

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

This div background color is #2F404B.


Border color

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

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

This div border color is #2F404B.


Opacity

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

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

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

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

This text has shadow with #2F404B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F404B on black background.


Color preview on white background

This text has color #2F404B on white background.



Black color preview on #2F404B background

This text has black color on #2F404B background.


White color preview on #2F404B background

This text has white color on #2F404B background.