COLOR #292F2B

HEX: #292F2B
RGB: (41,47,43)

Color info

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

RGB color model

#292F2B color RGB value is (41,47,43).

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

RGB channels and saturation

R 41 of 255 = 16%
G 47 of 255 = 18%
B 43 of 255 = 17%

41
47
43

R + G + B ~ 17%. #292F2B is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 47 + 43 = 131 (100%)
R 41 of 131 ~ 31.3%
G 47 of 131 ~ 35.88%
B 43 of 131 ~ 32.82%

%31.3
%35.88
%32.82

CMYK color model

#292F2B color CMYK value is (13,0,9,82).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 81.57%
CMYK:
(13,0,9,82)
C13M0Y9K82 
(13%,0%,9%,82%)
(0.13/0.00/0.09/0.82)	

CMYK percentages

%12.77
%0
%8.51
%81.57

Codes

Color #292F2B in popluar color models

292F2B
RGB414743
HSL140°6.82%17.25%
HSB/HSV140°12.77%18.43%
CMYK12.77%0.00%8.51%
81.57%

Color #292F2B in popluar number systems.

HEX292F2B
Decimal414743
Binary101001101111101011
Octal515753

Shades and tints

Shades of #292F2B

#292F2B
(41,47,43)
#262B28
(38,43,40)
#232725
(35,39,37)
#202322
(32,35,34)
#1D1F1F
(29,31,31)
#1A1B1C
(26,27,28)
#171719
(23,23,25)
#141316
(20,19,22)
#110F13
(17,15,19)
#0E0B10
(14,11,16)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #292F2B

#292F2B
(41,47,43)
#3C413E
(60,65,62)
#4F5351
(79,83,81)
#626564
(98,101,100)
#757777
(117,119,119)
#88898A
(136,137,138)
#9B9B9D
(155,155,157)
#AEADB0
(174,173,176)
#C1BFC3
(193,191,195)
#D4D1D6
(212,209,214)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292F2B color. Also use rgb(41,47,43) instead hex code.

Text Font Color

.myTextColor { color: #292F2B; }

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

This text font color is #292F2B.


Background Color

.myBgColor { background-color: #292F2B; }

<div style="background-color:#292F2B">Inner text</div>

This div background color is #292F2B.


Border color

.myBorderColor { border: 1px solid #292F2B; }

<div style="border:3px solid #292F2B">Div</div>

This div border color is #292F2B.


Opacity

.myOpacity80 { color: #292F2B; opacity: 0.8; }

<p style="color:#292F2B;opacity:0.8;">80%</p>

Text with #292F2B 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 #292F2B;}

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

This text has shadow with #292F2B color.

.textShadow {text-shadow: 3px 3px 1px #292F2B, 3px 3px 1px red;}

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

This text has shadow with #292F2B primary color and red secondary color.


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

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

This text has shadow with #292F2B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292F2B on black background.


Color preview on white background

This text has color #292F2B on white background.



Black color preview on #292F2B background

This text has black color on #292F2B background.


White color preview on #292F2B background

This text has white color on #292F2B background.