COLOR #2F474F

HEX: #2F474F RGB: (47,71,79)

Color info

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

RGB color model

#2F474F color RGB value is (47,71,79).

RGB: (47,71,79) (18%, 28%, 31%)

RGB channels and saturation

R 47 of 255 = 18%
G 71 of 255 = 28%
B 79 of 255 = 31%

47
71
79

R + G + B ~ 26%. #2F474F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 71 + 79 = 197 (100%)
R 47 of 197 ~ 23.86%
G 71 of 197 ~ 36.04%
B 79 of 197 ~ 40.1'%

%23.86
%36.04
%40.1

CMYK color model

#2F474F color CMYK value is (41,10,0,69).

  • cyan value is 40.51%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (41,10,0,69) C41M10Y0K69 (41%,10%,0%,69%) (0.41/0.10/0.00/0.69) 

CMYK percentages

%40.51
%10.13
%0
%69.02

Codes

Color #2F474F in popluar color models

2F 47 4F
RGB 47 71 79
HSL 195° 25.40% 24.71%
HSB/HSV 195° 40.51% 30.98%
CMYK 40.51% 10.13% 0.00%
69.02%

Color #2F474F in popluar number systems.

HEX 2F 47 4F
Decimal 47 71 79
Binary 101111 1000111 1001111
Octal 57 107 117

Shades and tints

Shades of #2F474F

#2F474F
(47,71,79)
#2B4148
(43,65,72)
#273B41
(39,59,65)
#23353A
(35,53,58)
#1F2F33
(31,47,51)
#1B292C
(27,41,44)
#172325
(23,35,37)
#131D1E
(19,29,30)
#0F1717
(15,23,23)
#0B1110
(11,17,16)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #2F474F

#2F474F
(47,71,79)
#41575F
(65,87,95)
#53676F
(83,103,111)
#65777F
(101,119,127)
#77878F
(119,135,143)
#89979F
(137,151,159)
#9BA7AF
(155,167,175)
#ADB7BF
(173,183,191)
#BFC7CF
(191,199,207)
#D1D7DF
(209,215,223)
#E3E7EF
(227,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F474F; }

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

This text font color is #2F474F.

Background Color

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

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

This div background color is #2F474F.

Border color

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

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

This div border color is #2F474F.

Opacity

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

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

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

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

This text has shadow with #2F474F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F474F.

Preview

Color preview on black background

This text has color #2F474F on black background.


Color preview on white background

This text has color #2F474F on white background.


Black color preview on #2F474F background

This text has black color on #2F474F background.


White color preview on #2F474F background

This text has white color on #2F474F background.


Related colors

Complementary color

Complementary color for #hex is #D0B8B0.


I love getcolorcode.com

Triadic colors

1 #4F2F47 and #474F2F with #2F474F are triadic colors.

2 #4F472F and #472F4F with #2F474F are triadic colors.