COLOR #2F414F

HEX: #2F414F RGB: (47,65,79)

Color info

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

RGB color model

#2F414F color RGB value is (47,65,79).

RGB: (47,65,79) (18%, 25%, 31%)

RGB channels and saturation

R 47 of 255 = 18%
G 65 of 255 = 25%
B 79 of 255 = 31%

47
65
79

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

Portions of RGB colors in percentages

R + G + B = 47 + 65 + 79 = 191 (100%)
R 47 of 191 ~ 24.61%
G 65 of 191 ~ 34.03%
B 79 of 191 ~ 41.36'%

%24.61
%34.03
%41.36

CMYK color model

#2F414F color CMYK value is (41,18,0,69).

  • cyan value is 40.51%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (41,18,0,69)
C41M18Y0K69 (41%, 18%, 0%, 69%)
(0.41 / 0.18 / 0.00 / 0.69)

CMYK percentages

%40.51
%17.72
%0
%69.02

Codes

Color #2F414F in popluar color models

2F 41 4F
RGB 47 65 79
HSL 206° 25.40% 24.71%
HSB/HSV 206° 40.51% 30.98%
CMYK 40.51% 17.72% 0.00%
69.02%

Color #2F414F in popluar number systems.

HEX 2F 41 4F
Decimal 47 65 79
Binary 101111 1000001 1001111
Octal 57 101 117

Shades and tints

Shades of #2F414F

#2F414F
(47,65,79)
#2B3C48
(43,60,72)
#273741
(39,55,65)
#23323A
(35,50,58)
#1F2D33
(31,45,51)
#1B282C
(27,40,44)
#172325
(23,35,37)
#131E1E
(19,30,30)
#0F1917
(15,25,23)
#0B1410
(11,20,16)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #2F414F

#2F414F
(47,65,79)
#41525F
(65,82,95)
#53636F
(83,99,111)
#65747F
(101,116,127)
#77858F
(119,133,143)
#89969F
(137,150,159)
#9BA7AF
(155,167,175)
#ADB8BF
(173,184,191)
#BFC9CF
(191,201,207)
#D1DADF
(209,218,223)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F414F; }

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

This text font color is #2F414F.

Background Color

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

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

This div background color is #2F414F.

Border color

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

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

This div border color is #2F414F.

Opacity

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

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

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

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

This text has shadow with #2F414F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F414F.

Preview

Color preview on black background

This text has color #2F414F on black background.


Color preview on white background

This text has color #2F414F on white background.


Black color preview on #2F414F background

This text has black color on #2F414F background.


White color preview on #2F414F background

This text has white color on #2F414F background.


Related colors

Complementary color

Complementary color for #hex is #D0BEB0.


I love getcolorcode.com

Triadic colors

1 #4F2F41 and #414F2F with #2F414F are triadic colors.

2 #4F412F and #412F4F with #2F414F are triadic colors.