COLOR #2F444F

HEX: #2F444F
RGB: (47,68,79)

Color info

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

RGB color model

#2F444F color RGB value is (47,68,79).

  • red value is 47;
  • green value is 68;
  • blue value is 79.
RGB:
(47,68,79)
(18%,27%,31%)

RGB channels and saturation

R 47 of 255 = 18%
G 68 of 255 = 27%
B 79 of 255 = 31%

47
68
79

R + G + B ~ 25%. #2F444F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 68 + 79 = 194 (100%)
R 47 of 194 ~ 24.23%
G 68 of 194 ~ 35.05%
B 79 of 194 ~ 40.72%

%24.23
%35.05
%40.72

CMYK color model

#2F444F color CMYK value is (41,14,0,69).

  • cyan value is 40.51%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(41,14,0,69)
C41M14Y0K69 
(41%,14%,0%,69%)
(0.41/0.14/0.00/0.69)	

CMYK percentages

%40.51
%13.92
%0
%69.02

Codes

Color #2F444F in popluar color models

2F444F
RGB476879
HSL201°25.40%24.71%
HSB/HSV201°40.51%30.98%
CMYK40.51%13.92%0.00%
69.02%

Color #2F444F in popluar number systems.

HEX2F444F
Decimal476879
Binary10111110001001001111
Octal57104117

Shades and tints

Shades of #2F444F

#2F444F
(47,68,79)
#2B3E48
(43,62,72)
#273841
(39,56,65)
#23323A
(35,50,58)
#1F2C33
(31,44,51)
#1B262C
(27,38,44)
#172025
(23,32,37)
#131A1E
(19,26,30)
#0F1417
(15,20,23)
#0B0E10
(11,14,16)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #2F444F

#2F444F
(47,68,79)
#41555F
(65,85,95)
#53666F
(83,102,111)
#65777F
(101,119,127)
#77888F
(119,136,143)
#89999F
(137,153,159)
#9BAAAF
(155,170,175)
#ADBBBF
(173,187,191)
#BFCCCF
(191,204,207)
#D1DDDF
(209,221,223)
#E3EEEF
(227,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F444F color. Also use rgb(47,68,79) instead hex code.

Text Font Color

.myTextColor { color: #2F444F; }

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

This text font color is #2F444F.


Background Color

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

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

This div background color is #2F444F.


Border color

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

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

This div border color is #2F444F.


Opacity

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

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

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

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

This text has shadow with #2F444F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F444F on black background.


Color preview on white background

This text has color #2F444F on white background.



Black color preview on #2F444F background

This text has black color on #2F444F background.


White color preview on #2F444F background

This text has white color on #2F444F background.