COLOR #292421

HEX: #292421
RGB: (41,36,33)

Color info

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

RGB color model

#292421 color RGB value is (41,36,33).

  • red value is 41;
  • green value is 36;
  • blue value is 33.
RGB:
(41,36,33)
(16%,14%,13%)

RGB channels and saturation

R 41 of 255 = 16%
G 36 of 255 = 14%
B 33 of 255 = 13%

41
36
33

R + G + B ~ 14%. #292421 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 36 + 33 = 110 (100%)
R 41 of 110 ~ 37.27%
G 36 of 110 ~ 32.73%
B 33 of 110 ~ 30%

%37.27
%32.73
%30

CMYK color model

#292421 color CMYK value is (0,12,20,84).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 19.51%
  • key color value is 83.92%
CMYK:
(0,12,20,84)
C0M12Y20K84 
(0%,12%,20%,84%)
(0.00/0.12/0.20/0.84)	

CMYK percentages

%0
%12.2
%19.51
%83.92

Codes

Color #292421 in popluar color models

292421
RGB413633
HSL23°10.81%14.51%
HSB/HSV23°19.51%16.08%
CMYK0.00%12.20%19.51%
83.92%

Color #292421 in popluar number systems.

HEX292421
Decimal413633
Binary101001100100100001
Octal514441

Shades and tints

Shades of #292421

#292421
(41,36,33)
#26211E
(38,33,30)
#231E1B
(35,30,27)
#201B18
(32,27,24)
#1D1815
(29,24,21)
#1A1512
(26,21,18)
#17120F
(23,18,15)
#140F0C
(20,15,12)
#110C09
(17,12,9)
#0E0906
(14,9,6)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #292421

#292421
(41,36,33)
#3C3735
(60,55,53)
#4F4A49
(79,74,73)
#625D5D
(98,93,93)
#757071
(117,112,113)
#888385
(136,131,133)
#9B9699
(155,150,153)
#AEA9AD
(174,169,173)
#C1BCC1
(193,188,193)
#D4CFD5
(212,207,213)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292421 color. Also use rgb(41,36,33) instead hex code.

Text Font Color

.myTextColor { color: #292421; }

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

This text font color is #292421.


Background Color

.myBgColor { background-color: #292421; }

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

This div background color is #292421.


Border color

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

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

This div border color is #292421.


Opacity

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

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

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

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

This text has shadow with #292421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292421 on black background.


Color preview on white background

This text has color #292421 on white background.



Black color preview on #292421 background

This text has black color on #292421 background.


White color preview on #292421 background

This text has white color on #292421 background.