COLOR #2F2E29

HEX: #2F2E29
RGB: (47,46,41)

Color info

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

RGB color model

#2F2E29 color RGB value is (47,46,41).

  • red value is 47;
  • green value is 46;
  • blue value is 41.
RGB:
(47,46,41)
(18%,18%,16%)

RGB channels and saturation

R 47 of 255 = 18%
G 46 of 255 = 18%
B 41 of 255 = 16%

47
46
41

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

Portions of RGB colors in percentages

R + G + B =
47 + 46 + 41 = 134 (100%)
R 47 of 134 ~ 35.07%
G 46 of 134 ~ 34.33%
B 41 of 134 ~ 30.6%

%35.07
%34.33
%30.6

CMYK color model

#2F2E29 color CMYK value is (0,2,13,82).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 12.77%
  • key color value is 81.57%
CMYK:
(0,2,13,82)
C0M2Y13K82 
(0%,2%,13%,82%)
(0.00/0.02/0.13/0.82)	

CMYK percentages

%0
%2.13
%12.77
%81.57

Codes

Color #2F2E29 in popluar color models

2F2E29
RGB474641
HSL50°6.82%17.25%
HSB/HSV50°12.77%18.43%
CMYK0.00%2.13%12.77%
81.57%

Color #2F2E29 in popluar number systems.

HEX2F2E29
Decimal474641
Binary101111101110101001
Octal575651

Shades and tints

Shades of #2F2E29

#2F2E29
(47,46,41)
#2B2A26
(43,42,38)
#272623
(39,38,35)
#232220
(35,34,32)
#1F1E1D
(31,30,29)
#1B1A1A
(27,26,26)
#171617
(23,22,23)
#131214
(19,18,20)
#0F0E11
(15,14,17)
#0B0A0E
(11,10,14)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #2F2E29

#2F2E29
(47,46,41)
#41413C
(65,65,60)
#53544F
(83,84,79)
#656762
(101,103,98)
#777A75
(119,122,117)
#898D88
(137,141,136)
#9BA09B
(155,160,155)
#ADB3AE
(173,179,174)
#BFC6C1
(191,198,193)
#D1D9D4
(209,217,212)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F2E29 color. Also use rgb(47,46,41) instead hex code.

Text Font Color

.myTextColor { color: #2F2E29; }

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

This text font color is #2F2E29.


Background Color

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

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

This div background color is #2F2E29.


Border color

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

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

This div border color is #2F2E29.


Opacity

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

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

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

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

This text has shadow with #2F2E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2E29 on black background.


Color preview on white background

This text has color #2F2E29 on white background.



Black color preview on #2F2E29 background

This text has black color on #2F2E29 background.


White color preview on #2F2E29 background

This text has white color on #2F2E29 background.