COLOR #2F3637

HEX: #2F3637
RGB: (47,54,55)

Color info

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

RGB color model

#2F3637 color RGB value is (47,54,55).

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

RGB channels and saturation

R 47 of 255 = 18%
G 54 of 255 = 21%
B 55 of 255 = 22%

47
54
55

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

Portions of RGB colors in percentages

R + G + B =
47 + 54 + 55 = 156 (100%)
R 47 of 156 ~ 30.13%
G 54 of 156 ~ 34.62%
B 55 of 156 ~ 35.26%

%30.13
%34.62
%35.26

CMYK color model

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

  • cyan value is 14.55%
  • magenta value is 1.82%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(15,2,0,78)
C15M2Y0K78 
(15%,2%,0%,78%)
(0.15/0.02/0.00/0.78)	

CMYK percentages

%14.55
%1.82
%0
%78.43

Codes

Color #2F3637 in popluar color models

2F3637
RGB475455
HSL188°7.84%20.00%
HSB/HSV188°14.55%21.57%
CMYK14.55%1.82%0.00%
78.43%

Color #2F3637 in popluar number systems.

HEX2F3637
Decimal475455
Binary101111110110110111
Octal576667

Shades and tints

Shades of #2F3637

#2F3637
(47,54,55)
#2B3232
(43,50,50)
#272E2D
(39,46,45)
#232A28
(35,42,40)
#1F2623
(31,38,35)
#1B221E
(27,34,30)
#171E19
(23,30,25)
#131A14
(19,26,20)
#0F160F
(15,22,15)
#0B120A
(11,18,10)
#070E05
(7,14,5)
#000000
(0,0,0)

Tints of #2F3637

#2F3637
(47,54,55)
#414849
(65,72,73)
#535A5B
(83,90,91)
#656C6D
(101,108,109)
#777E7F
(119,126,127)
#899091
(137,144,145)
#9BA2A3
(155,162,163)
#ADB4B5
(173,180,181)
#BFC6C7
(191,198,199)
#D1D8D9
(209,216,217)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3637; }

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

This text font color is #2F3637.


Background Color

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

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

This div background color is #2F3637.


Border color

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

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

This div border color is #2F3637.


Opacity

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

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

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

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

This text has shadow with #2F3637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3637 on black background.


Color preview on white background

This text has color #2F3637 on white background.



Black color preview on #2F3637 background

This text has black color on #2F3637 background.


White color preview on #2F3637 background

This text has white color on #2F3637 background.