COLOR #2F2C27

HEX: #2F2C27
RGB: (47,44,39)

Color info

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

RGB color model

#2F2C27 color RGB value is (47,44,39).

  • red value is 47;
  • green value is 44;
  • blue value is 39.
RGB:
(47,44,39)
(18%,17%,15%)

RGB channels and saturation

R 47 of 255 = 18%
G 44 of 255 = 17%
B 39 of 255 = 15%

47
44
39

R + G + B ~ 17%. #2F2C27 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 44 + 39 = 130 (100%)
R 47 of 130 ~ 36.15%
G 44 of 130 ~ 33.85%
B 39 of 130 ~ 30%

%36.15
%33.85
%30

CMYK color model

#2F2C27 color CMYK value is (0,6,17,82).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 17.02%
  • key color value is 81.57%
CMYK:
(0,6,17,82)
C0M6Y17K82 
(0%,6%,17%,82%)
(0.00/0.06/0.17/0.82)	

CMYK percentages

%0
%6.38
%17.02
%81.57

Codes

Color #2F2C27 in popluar color models

2F2C27
RGB474439
HSL38°9.30%16.86%
HSB/HSV38°17.02%18.43%
CMYK0.00%6.38%17.02%
81.57%

Color #2F2C27 in popluar number systems.

HEX2F2C27
Decimal474439
Binary101111101100100111
Octal575447

Shades and tints

Shades of #2F2C27

#2F2C27
(47,44,39)
#2B2824
(43,40,36)
#272421
(39,36,33)
#23201E
(35,32,30)
#1F1C1B
(31,28,27)
#1B1818
(27,24,24)
#171415
(23,20,21)
#131012
(19,16,18)
#0F0C0F
(15,12,15)
#0B080C
(11,8,12)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #2F2C27

#2F2C27
(47,44,39)
#413F3A
(65,63,58)
#53524D
(83,82,77)
#656560
(101,101,96)
#777873
(119,120,115)
#898B86
(137,139,134)
#9B9E99
(155,158,153)
#ADB1AC
(173,177,172)
#BFC4BF
(191,196,191)
#D1D7D2
(209,215,210)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F2C27 color. Also use rgb(47,44,39) instead hex code.

Text Font Color

.myTextColor { color: #2F2C27; }

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

This text font color is #2F2C27.


Background Color

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

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

This div background color is #2F2C27.


Border color

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

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

This div border color is #2F2C27.


Opacity

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

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

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

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

This text has shadow with #2F2C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2C27 on black background.


Color preview on white background

This text has color #2F2C27 on white background.



Black color preview on #2F2C27 background

This text has black color on #2F2C27 background.


White color preview on #2F2C27 background

This text has white color on #2F2C27 background.