COLOR #2F3736

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

Color info

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

RGB color model

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

RGB: (47,55,54) (18%, 22%, 21%)

RGB channels and saturation

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

47
55
54

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

Portions of RGB colors in percentages

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

%30.13
%35.26
%34.62

CMYK color model

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

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 78.43%

CMYK: (15,0,2,78)
C15M0Y2K78 (15%, 0%, 2%, 78%)
(0.15 / 0.00 / 0.02 / 0.78)

CMYK percentages

%14.55
%0
%1.82
%78.43

Codes

Color #2F3736 in popluar color models

2F 37 36
RGB 47 55 54
HSL 173° 7.84% 20.00%
HSB/HSV 173° 14.55% 21.57%
CMYK 14.55% 0.00% 1.82%
78.43%

Color #2F3736 in popluar number systems.

HEX 2F 37 36
Decimal 47 55 54
Binary 101111 110111 110110
Octal 57 67 66

Shades and tints

Shades of #2F3736

#2F3736
(47,55,54)
#2B3232
(43,50,50)
#272D2E
(39,45,46)
#23282A
(35,40,42)
#1F2326
(31,35,38)
#1B1E22
(27,30,34)
#17191E
(23,25,30)
#13141A
(19,20,26)
#0F0F16
(15,15,22)
#0B0A12
(11,10,18)
#07050E
(7,5,14)
#000000
(0,0,0)

Tints of #2F3736

#2F3736
(47,55,54)
#414948
(65,73,72)
#535B5A
(83,91,90)
#656D6C
(101,109,108)
#777F7E
(119,127,126)
#899190
(137,145,144)
#9BA3A2
(155,163,162)
#ADB5B4
(173,181,180)
#BFC7C6
(191,199,198)
#D1D9D8
(209,217,216)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3736; }

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

This text font color is #2F3736.

Background Color

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

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

This div background color is #2F3736.

Border color

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

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

This div border color is #2F3736.

Opacity

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

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

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

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

This text has shadow with #2F3736 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F3736.

Preview

Color preview on black background

This text has color #2F3736 on black background.


Color preview on white background

This text has color #2F3736 on white background.


Black color preview on #2F3736 background

This text has black color on #2F3736 background.


White color preview on #2F3736 background

This text has white color on #2F3736 background.


Related colors

Complementary color

Complementary color for #hex is #D0C8C9.


I love getcolorcode.com

Triadic colors

1 #362F37 and #37362F with #2F3736 are triadic colors.

2 #36372F and #372F36 with #2F3736 are triadic colors.