COLOR #2F292A

HEX: #2F292A
RGB: (47,41,42)

Color info

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

RGB color model

#2F292A color RGB value is (47,41,42).

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

RGB channels and saturation

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

47
41
42

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

Portions of RGB colors in percentages

R + G + B =
47 + 41 + 42 = 130 (100%)
R 47 of 130 ~ 36.15%
G 41 of 130 ~ 31.54%
B 42 of 130 ~ 32.31%

%36.15
%31.54
%32.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 10.64%
  • key color value is 81.57%
CMYK:
(0,13,11,82)
C0M13Y11K82 
(0%,13%,11%,82%)
(0.00/0.13/0.11/0.82)	

CMYK percentages

%0
%12.77
%10.64
%81.57

Codes

Color #2F292A in popluar color models

2F292A
RGB474142
HSL350°6.82%17.25%
HSB/HSV350°12.77%18.43%
CMYK0.00%12.77%10.64%
81.57%

Color #2F292A in popluar number systems.

HEX2F292A
Decimal474142
Binary101111101001101010
Octal575152

Shades and tints

Shades of #2F292A

#2F292A
(47,41,42)
#2B2627
(43,38,39)
#272324
(39,35,36)
#232021
(35,32,33)
#1F1D1E
(31,29,30)
#1B1A1B
(27,26,27)
#171718
(23,23,24)
#131415
(19,20,21)
#0F1112
(15,17,18)
#0B0E0F
(11,14,15)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #2F292A

#2F292A
(47,41,42)
#413C3D
(65,60,61)
#534F50
(83,79,80)
#656263
(101,98,99)
#777576
(119,117,118)
#898889
(137,136,137)
#9B9B9C
(155,155,156)
#ADAEAF
(173,174,175)
#BFC1C2
(191,193,194)
#D1D4D5
(209,212,213)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F292A; }

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

This text font color is #2F292A.


Background Color

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

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

This div background color is #2F292A.


Border color

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

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

This div border color is #2F292A.


Opacity

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

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

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

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

This text has shadow with #2F292A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F292A on black background.


Color preview on white background

This text has color #2F292A on white background.



Black color preview on #2F292A background

This text has black color on #2F292A background.


White color preview on #2F292A background

This text has white color on #2F292A background.