COLOR #2F444E

HEX: #2F444E
RGB: (47,68,78)

Color info

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

RGB color model

#2F444E color RGB value is (47,68,78).

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

RGB channels and saturation

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

47
68
78

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

Portions of RGB colors in percentages

R + G + B =
47 + 68 + 78 = 193 (100%)
R 47 of 193 ~ 24.35%
G 68 of 193 ~ 35.23%
B 78 of 193 ~ 40.41%

%24.35
%35.23
%40.41

CMYK color model

#2F444E color CMYK value is (40,13,0,69).

  • cyan value is 39.74%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(40,13,0,69)
C40M13Y0K69 
(40%,13%,0%,69%)
(0.40/0.13/0.00/0.69)	

CMYK percentages

%39.74
%12.82
%0
%69.41

Codes

Color #2F444E in popluar color models

2F444E
RGB476878
HSL199°24.80%24.51%
HSB/HSV199°39.74%30.59%
CMYK39.74%12.82%0.00%
69.41%

Color #2F444E in popluar number systems.

HEX2F444E
Decimal476878
Binary10111110001001001110
Octal57104116

Shades and tints

Shades of #2F444E

#2F444E
(47,68,78)
#2B3E47
(43,62,71)
#273840
(39,56,64)
#233239
(35,50,57)
#1F2C32
(31,44,50)
#1B262B
(27,38,43)
#172024
(23,32,36)
#131A1D
(19,26,29)
#0F1416
(15,20,22)
#0B0E0F
(11,14,15)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #2F444E

#2F444E
(47,68,78)
#41555E
(65,85,94)
#53666E
(83,102,110)
#65777E
(101,119,126)
#77888E
(119,136,142)
#89999E
(137,153,158)
#9BAAAE
(155,170,174)
#ADBBBE
(173,187,190)
#BFCCCE
(191,204,206)
#D1DDDE
(209,221,222)
#E3EEEE
(227,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F444E; }

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

This text font color is #2F444E.


Background Color

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

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

This div background color is #2F444E.


Border color

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

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

This div border color is #2F444E.


Opacity

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

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

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

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

This text has shadow with #2F444E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F444E on black background.


Color preview on white background

This text has color #2F444E on white background.



Black color preview on #2F444E background

This text has black color on #2F444E background.


White color preview on #2F444E background

This text has white color on #2F444E background.