COLOR #292A21

HEX: #292A21
RGB: (41,42,33)

Color info

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

RGB color model

#292A21 color RGB value is (41,42,33).

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

RGB channels and saturation

R 41 of 255 = 16%
G 42 of 255 = 16%
B 33 of 255 = 13%

41
42
33

R + G + B ~ 15%. #292A21 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 42 + 33 = 116 (100%)
R 41 of 116 ~ 35.34%
G 42 of 116 ~ 36.21%
B 33 of 116 ~ 28.45%

%35.34
%36.21
%28.45

CMYK color model

#292A21 color CMYK value is (2,0,21,84).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 83.53%
CMYK:
(2,0,21,84)
C2M0Y21K84 
(2%,0%,21%,84%)
(0.02/0.00/0.21/0.84)	

CMYK percentages

%2.38
%0
%21.43
%83.53

Codes

Color #292A21 in popluar color models

292A21
RGB414233
HSL67°12.00%14.71%
HSB/HSV67°21.43%16.47%
CMYK2.38%0.00%21.43%
83.53%

Color #292A21 in popluar number systems.

HEX292A21
Decimal414233
Binary101001101010100001
Octal515241

Shades and tints

Shades of #292A21

#292A21
(41,42,33)
#26271E
(38,39,30)
#23241B
(35,36,27)
#202118
(32,33,24)
#1D1E15
(29,30,21)
#1A1B12
(26,27,18)
#17180F
(23,24,15)
#14150C
(20,21,12)
#111209
(17,18,9)
#0E0F06
(14,15,6)
#0B0C03
(11,12,3)
#000000
(0,0,0)

Tints of #292A21

#292A21
(41,42,33)
#3C3D35
(60,61,53)
#4F5049
(79,80,73)
#62635D
(98,99,93)
#757671
(117,118,113)
#888985
(136,137,133)
#9B9C99
(155,156,153)
#AEAFAD
(174,175,173)
#C1C2C1
(193,194,193)
#D4D5D5
(212,213,213)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292A21; }

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

This text font color is #292A21.


Background Color

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

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

This div background color is #292A21.


Border color

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

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

This div border color is #292A21.


Opacity

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

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

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

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

This text has shadow with #292A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292A21 on black background.


Color preview on white background

This text has color #292A21 on white background.



Black color preview on #292A21 background

This text has black color on #292A21 background.


White color preview on #292A21 background

This text has white color on #292A21 background.