COLOR #292212

HEX: #292212
RGB: (41,34,18)

Color info

#292212 contains red, green and blue colors in about the same proportion. Web safe color of #292212 is #333300 (or #330).

RGB color model

#292212 color RGB value is (41,34,18).

  • red value is 41;
  • green value is 34;
  • blue value is 18.
RGB:
(41,34,18)
(16%,13%,7%)

RGB channels and saturation

R 41 of 255 = 16%
G 34 of 255 = 13%
B 18 of 255 = 7%

41
34
18

R + G + B ~ 12%. #292212 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 34 + 18 = 93 (100%)
R 41 of 93 ~ 44.09%
G 34 of 93 ~ 36.56%
B 18 of 93 ~ 19.35%

%44.09
%36.56
%19.35

CMYK color model

#292212 color CMYK value is (0,17,56,84).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 56.10%
  • key color value is 83.92%
CMYK:
(0,17,56,84)
C0M17Y56K84 
(0%,17%,56%,84%)
(0.00/0.17/0.56/0.84)	

CMYK percentages

%0
%17.07
%56.1
%83.92

Codes

Color #292212 in popluar color models

292212
RGB413418
HSL42°38.98%11.57%
HSB/HSV42°56.10%16.08%
CMYK0.00%17.07%56.10%
83.92%

Color #292212 in popluar number systems.

HEX292212
Decimal413418
Binary10100110001010010
Octal514222

Shades and tints

Shades of #292212

#292212
(41,34,18)
#261F11
(38,31,17)
#231C10
(35,28,16)
#20190F
(32,25,15)
#1D160E
(29,22,14)
#1A130D
(26,19,13)
#17100C
(23,16,12)
#140D0B
(20,13,11)
#110A0A
(17,10,10)
#0E0709
(14,7,9)
#0B0408
(11,4,8)
#000000
(0,0,0)

Tints of #292212

#292212
(41,34,18)
#3C3627
(60,54,39)
#4F4A3C
(79,74,60)
#625E51
(98,94,81)
#757266
(117,114,102)
#88867B
(136,134,123)
#9B9A90
(155,154,144)
#AEAEA5
(174,174,165)
#C1C2BA
(193,194,186)
#D4D6CF
(212,214,207)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292212 color. Also use rgb(41,34,18) instead hex code.

Text Font Color

.myTextColor { color: #292212; }

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

This text font color is #292212.


Background Color

.myBgColor { background-color: #292212; }

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

This div background color is #292212.


Border color

.myBorderColor { border: 1px solid #292212; }

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

This div border color is #292212.


Opacity

.myOpacity80 { color: #292212; opacity: 0.8; }

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

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

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

This text has shadow with #292212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292212 on black background.


Color preview on white background

This text has color #292212 on white background.



Black color preview on #292212 background

This text has black color on #292212 background.


White color preview on #292212 background

This text has white color on #292212 background.