COLOR #2A2121

HEX: #2A2121
RGB: (42,33,33)

Color info

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

RGB color model

#2A2121 color RGB value is (42,33,33).

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

RGB channels and saturation

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

42
33
33

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

Portions of RGB colors in percentages

R + G + B =
42 + 33 + 33 = 108 (100%)
R 42 of 108 ~ 38.89%
G 33 of 108 ~ 30.56%
B 33 of 108 ~ 30.56%

%38.89
%30.56
%30.56

CMYK color model

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

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

CMYK percentages

%0
%21.43
%21.43
%83.53

Codes

Color #2A2121 in popluar color models

2A2121
RGB423333
HSL12.00%14.71%
HSB/HSV21.43%16.47%
CMYK0.00%21.43%21.43%
83.53%

Color #2A2121 in popluar number systems.

HEX2A2121
Decimal423333
Binary101010100001100001
Octal524141

Shades and tints

Shades of #2A2121

#2A2121
(42,33,33)
#271E1E
(39,30,30)
#241B1B
(36,27,27)
#211818
(33,24,24)
#1E1515
(30,21,21)
#1B1212
(27,18,18)
#180F0F
(24,15,15)
#150C0C
(21,12,12)
#120909
(18,9,9)
#0F0606
(15,6,6)
#0C0303
(12,3,3)
#000000
(0,0,0)

Tints of #2A2121

#2A2121
(42,33,33)
#3D3535
(61,53,53)
#504949
(80,73,73)
#635D5D
(99,93,93)
#767171
(118,113,113)
#898585
(137,133,133)
#9C9999
(156,153,153)
#AFADAD
(175,173,173)
#C2C1C1
(194,193,193)
#D5D5D5
(213,213,213)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A2121; }

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

This text font color is #2A2121.


Background Color

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

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

This div background color is #2A2121.


Border color

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

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

This div border color is #2A2121.


Opacity

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

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

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

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

This text has shadow with #2A2121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A2121 on black background.


Color preview on white background

This text has color #2A2121 on white background.



Black color preview on #2A2121 background

This text has black color on #2A2121 background.


White color preview on #2A2121 background

This text has white color on #2A2121 background.