COLOR #282221

HEX: #282221
RGB: (40,34,33)

Color info

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

RGB color model

#282221 color RGB value is (40,34,33).

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

RGB channels and saturation

R 40 of 255 = 16%
G 34 of 255 = 13%
B 33 of 255 = 13%

40
34
33

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

Portions of RGB colors in percentages

R + G + B =
40 + 34 + 33 = 107 (100%)
R 40 of 107 ~ 37.38%
G 34 of 107 ~ 31.78%
B 33 of 107 ~ 30.84%

%37.38
%31.78
%30.84

CMYK color model

#282221 color CMYK value is (0,15,18,84).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 17.50%
  • key color value is 84.31%
CMYK:
(0,15,18,84)
C0M15Y18K84 
(0%,15%,18%,84%)
(0.00/0.15/0.18/0.84)	

CMYK percentages

%0
%15
%17.5
%84.31

Codes

Color #282221 in popluar color models

282221
RGB403433
HSL9.59%14.31%
HSB/HSV17.50%15.69%
CMYK0.00%15.00%17.50%
84.31%

Color #282221 in popluar number systems.

HEX282221
Decimal403433
Binary101000100010100001
Octal504241

Shades and tints

Shades of #282221

#282221
(40,34,33)
#251F1E
(37,31,30)
#221C1B
(34,28,27)
#1F1918
(31,25,24)
#1C1615
(28,22,21)
#191312
(25,19,18)
#16100F
(22,16,15)
#130D0C
(19,13,12)
#100A09
(16,10,9)
#0D0706
(13,7,6)
#0A0403
(10,4,3)
#000000
(0,0,0)

Tints of #282221

#282221
(40,34,33)
#3B3635
(59,54,53)
#4E4A49
(78,74,73)
#615E5D
(97,94,93)
#747271
(116,114,113)
#878685
(135,134,133)
#9A9A99
(154,154,153)
#ADAEAD
(173,174,173)
#C0C2C1
(192,194,193)
#D3D6D5
(211,214,213)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #282221 color. Also use rgb(40,34,33) instead hex code.

Text Font Color

.myTextColor { color: #282221; }

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

This text font color is #282221.


Background Color

.myBgColor { background-color: #282221; }

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

This div background color is #282221.


Border color

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

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

This div border color is #282221.


Opacity

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

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

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

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

This text has shadow with #282221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #282221 on black background.


Color preview on white background

This text has color #282221 on white background.



Black color preview on #282221 background

This text has black color on #282221 background.


White color preview on #282221 background

This text has white color on #282221 background.