COLOR #2F3E37

HEX: #2F3E37
RGB: (47,62,55)

Color info

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

RGB color model

#2F3E37 color RGB value is (47,62,55).

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

RGB channels and saturation

R 47 of 255 = 18%
G 62 of 255 = 24%
B 55 of 255 = 22%

47
62
55

R + G + B ~ 21%. #2F3E37 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 62 + 55 = 164 (100%)
R 47 of 164 ~ 28.66%
G 62 of 164 ~ 37.8%
B 55 of 164 ~ 33.54%

%28.66
%37.8
%33.54

CMYK color model

#2F3E37 color CMYK value is (24,0,11,76).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 75.69%
CMYK:
(24,0,11,76)
C24M0Y11K76 
(24%,0%,11%,76%)
(0.24/0.00/0.11/0.76)	

CMYK percentages

%24.19
%0
%11.29
%75.69

Codes

Color #2F3E37 in popluar color models

2F3E37
RGB476255
HSL152°13.76%21.37%
HSB/HSV152°24.19%24.31%
CMYK24.19%0.00%11.29%
75.69%

Color #2F3E37 in popluar number systems.

HEX2F3E37
Decimal476255
Binary101111111110110111
Octal577667

Shades and tints

Shades of #2F3E37

#2F3E37
(47,62,55)
#2B3932
(43,57,50)
#27342D
(39,52,45)
#232F28
(35,47,40)
#1F2A23
(31,42,35)
#1B251E
(27,37,30)
#172019
(23,32,25)
#131B14
(19,27,20)
#0F160F
(15,22,15)
#0B110A
(11,17,10)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #2F3E37

#2F3E37
(47,62,55)
#414F49
(65,79,73)
#53605B
(83,96,91)
#65716D
(101,113,109)
#77827F
(119,130,127)
#899391
(137,147,145)
#9BA4A3
(155,164,163)
#ADB5B5
(173,181,181)
#BFC6C7
(191,198,199)
#D1D7D9
(209,215,217)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3E37; }

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

This text font color is #2F3E37.


Background Color

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

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

This div background color is #2F3E37.


Border color

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

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

This div border color is #2F3E37.


Opacity

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

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

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

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

This text has shadow with #2F3E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3E37 on black background.


Color preview on white background

This text has color #2F3E37 on white background.



Black color preview on #2F3E37 background

This text has black color on #2F3E37 background.


White color preview on #2F3E37 background

This text has white color on #2F3E37 background.