COLOR #2F4E4F

HEX: #2F4E4F
RGB: (47,78,79)

Color info

#2F4E4F contains red, green and blue colors in about the same proportion. Web safe color of #2F4E4F is #336666 (or #366).

RGB color model

#2F4E4F color RGB value is (47,78,79).

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

RGB channels and saturation

R 47 of 255 = 18%
G 78 of 255 = 31%
B 79 of 255 = 31%

47
78
79

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

Portions of RGB colors in percentages

R + G + B =
47 + 78 + 79 = 204 (100%)
R 47 of 204 ~ 23.04%
G 78 of 204 ~ 38.24%
B 79 of 204 ~ 38.73%

%23.04
%38.24
%38.73

CMYK color model

#2F4E4F color CMYK value is (41,1,0,69).

  • cyan value is 40.51%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(41,1,0,69)
C41M1Y0K69 
(41%,1%,0%,69%)
(0.41/0.01/0.00/0.69)	

CMYK percentages

%40.51
%1.27
%0
%69.02

Codes

Color #2F4E4F in popluar color models

2F4E4F
RGB477879
HSL182°25.40%24.71%
HSB/HSV182°40.51%30.98%
CMYK40.51%1.27%0.00%
69.02%

Color #2F4E4F in popluar number systems.

HEX2F4E4F
Decimal477879
Binary10111110011101001111
Octal57116117

Shades and tints

Shades of #2F4E4F

#2F4E4F
(47,78,79)
#2B4748
(43,71,72)
#274041
(39,64,65)
#23393A
(35,57,58)
#1F3233
(31,50,51)
#1B2B2C
(27,43,44)
#172425
(23,36,37)
#131D1E
(19,29,30)
#0F1617
(15,22,23)
#0B0F10
(11,15,16)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #2F4E4F

#2F4E4F
(47,78,79)
#415E5F
(65,94,95)
#536E6F
(83,110,111)
#657E7F
(101,126,127)
#778E8F
(119,142,143)
#899E9F
(137,158,159)
#9BAEAF
(155,174,175)
#ADBEBF
(173,190,191)
#BFCECF
(191,206,207)
#D1DEDF
(209,222,223)
#E3EEEF
(227,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4E4F; }

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

This text font color is #2F4E4F.


Background Color

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

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

This div background color is #2F4E4F.


Border color

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

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

This div border color is #2F4E4F.


Opacity

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

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

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

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

This text has shadow with #2F4E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4E4F on black background.


Color preview on white background

This text has color #2F4E4F on white background.



Black color preview on #2F4E4F background

This text has black color on #2F4E4F background.


White color preview on #2F4E4F background

This text has white color on #2F4E4F background.