COLOR #2F3639

HEX: #2F3639
RGB: (47,54,57)

Color info

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

RGB color model

#2F3639 color RGB value is (47,54,57).

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

RGB channels and saturation

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

47
54
57

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

Portions of RGB colors in percentages

R + G + B =
47 + 54 + 57 = 158 (100%)
R 47 of 158 ~ 29.75%
G 54 of 158 ~ 34.18%
B 57 of 158 ~ 36.08%

%29.75
%34.18
%36.08

CMYK color model

#2F3639 color CMYK value is (18,5,0,78).

  • cyan value is 17.54%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(18,5,0,78)
C18M5Y0K78 
(18%,5%,0%,78%)
(0.18/0.05/0.00/0.78)	

CMYK percentages

%17.54
%5.26
%0
%77.65

Codes

Color #2F3639 in popluar color models

2F3639
RGB475457
HSL198°9.62%20.39%
HSB/HSV198°17.54%22.35%
CMYK17.54%5.26%0.00%
77.65%

Color #2F3639 in popluar number systems.

HEX2F3639
Decimal475457
Binary101111110110111001
Octal576671

Shades and tints

Shades of #2F3639

#2F3639
(47,54,57)
#2B3234
(43,50,52)
#272E2F
(39,46,47)
#232A2A
(35,42,42)
#1F2625
(31,38,37)
#1B2220
(27,34,32)
#171E1B
(23,30,27)
#131A16
(19,26,22)
#0F1611
(15,22,17)
#0B120C
(11,18,12)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #2F3639

#2F3639
(47,54,57)
#41484B
(65,72,75)
#535A5D
(83,90,93)
#656C6F
(101,108,111)
#777E81
(119,126,129)
#899093
(137,144,147)
#9BA2A5
(155,162,165)
#ADB4B7
(173,180,183)
#BFC6C9
(191,198,201)
#D1D8DB
(209,216,219)
#E3EAED
(227,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3639; }

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

This text font color is #2F3639.


Background Color

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

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

This div background color is #2F3639.


Border color

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

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

This div border color is #2F3639.


Opacity

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

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

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

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

This text has shadow with #2F3639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3639 on black background.


Color preview on white background

This text has color #2F3639 on white background.



Black color preview on #2F3639 background

This text has black color on #2F3639 background.


White color preview on #2F3639 background

This text has white color on #2F3639 background.