COLOR #2F3137

HEX: #2F3137
RGB: (47,49,55)

Color info

#2F3137 contains red, green and blue colors in about the same proportion. Web safe color of #2F3137 is #333333 (or #333).

RGB color model

#2F3137 color RGB value is (47,49,55).

  • red value is 47;
  • green value is 49;
  • blue value is 55.
RGB:
(47,49,55)
(18%,19%,22%)

RGB channels and saturation

R 47 of 255 = 18%
G 49 of 255 = 19%
B 55 of 255 = 22%

47
49
55

R + G + B ~ 20%. #2F3137 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 49 + 55 = 151 (100%)
R 47 of 151 ~ 31.13%
G 49 of 151 ~ 32.45%
B 55 of 151 ~ 36.42%

%31.13
%32.45
%36.42

CMYK color model

#2F3137 color CMYK value is (15,11,0,78).

  • cyan value is 14.55%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(15,11,0,78)
C15M11Y0K78 
(15%,11%,0%,78%)
(0.15/0.11/0.00/0.78)	

CMYK percentages

%14.55
%10.91
%0
%78.43

Codes

Color #2F3137 in popluar color models

2F3137
RGB474955
HSL225°7.84%20.00%
HSB/HSV225°14.55%21.57%
CMYK14.55%10.91%0.00%
78.43%

Color #2F3137 in popluar number systems.

HEX2F3137
Decimal474955
Binary101111110001110111
Octal576167

Shades and tints

Shades of #2F3137

#2F3137
(47,49,55)
#2B2D32
(43,45,50)
#27292D
(39,41,45)
#232528
(35,37,40)
#1F2123
(31,33,35)
#1B1D1E
(27,29,30)
#171919
(23,25,25)
#131514
(19,21,20)
#0F110F
(15,17,15)
#0B0D0A
(11,13,10)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #2F3137

#2F3137
(47,49,55)
#414349
(65,67,73)
#53555B
(83,85,91)
#65676D
(101,103,109)
#77797F
(119,121,127)
#898B91
(137,139,145)
#9B9DA3
(155,157,163)
#ADAFB5
(173,175,181)
#BFC1C7
(191,193,199)
#D1D3D9
(209,211,217)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3137 color. Also use rgb(47,49,55) instead hex code.

Text Font Color

.myTextColor { color: #2F3137; }

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

This text font color is #2F3137.


Background Color

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

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

This div background color is #2F3137.


Border color

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

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

This div border color is #2F3137.


Opacity

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

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

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

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

This text has shadow with #2F3137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3137 on black background.


Color preview on white background

This text has color #2F3137 on white background.



Black color preview on #2F3137 background

This text has black color on #2F3137 background.


White color preview on #2F3137 background

This text has white color on #2F3137 background.