COLOR #282121

HEX: #282121 RGB: (40,33,33)

Color info

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

RGB color model

#282121 color RGB value is (40,33,33).

RGB: (40,33,33) (16%, 13%, 13%)

RGB channels and saturation

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

40
33
33

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

Portions of RGB colors in percentages

R + G + B = 40 + 33 + 33 = 106 (100%)
R 40 of 106 ~ 37.74%
G 33 of 106 ~ 31.13%
B 33 of 106 ~ 31.13'%

%37.74
%31.13
%31.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 17.50%
  • key color value is 84.31%

CMYK: (0,18,18,84)
C0M18Y18K84 (0%, 18%, 18%, 84%)
(0.00 / 0.18 / 0.18 / 0.84)

CMYK percentages

%0
%17.5
%17.5
%84.31

Codes

Color #282121 in popluar color models

28 21 21
RGB 40 33 33
HSL 9.59% 14.31%
HSB/HSV 17.50% 15.69%
CMYK 0.00% 17.50% 17.50%
84.31%

Color #282121 in popluar number systems.

HEX 28 21 21
Decimal 40 33 33
Binary 101000 100001 100001
Octal 50 41 41

Shades and tints

Shades of #282121

#282121
(40,33,33)
#251E1E
(37,30,30)
#221B1B
(34,27,27)
#1F1818
(31,24,24)
#1C1515
(28,21,21)
#191212
(25,18,18)
#160F0F
(22,15,15)
#130C0C
(19,12,12)
#100909
(16,9,9)
#0D0606
(13,6,6)
#0A0303
(10,3,3)
#000000
(0,0,0)

Tints of #282121

#282121
(40,33,33)
#3B3535
(59,53,53)
#4E4949
(78,73,73)
#615D5D
(97,93,93)
#747171
(116,113,113)
#878585
(135,133,133)
#9A9999
(154,153,153)
#ADADAD
(173,173,173)
#C0C1C1
(192,193,193)
#D3D5D5
(211,213,213)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #282121; }

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

This text font color is #282121.

Background Color

.myBgColor { background-color: #282121; }

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

This div background color is #282121.

Border color

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

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

This div border color is #282121.

Opacity

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

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

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

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

This text has shadow with #282121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #282121.

Preview

Color preview on black background

This text has color #282121 on black background.


Color preview on white background

This text has color #282121 on white background.


Black color preview on #282121 background

This text has black color on #282121 background.


White color preview on #282121 background

This text has white color on #282121 background.


Related colors

Complementary color

Complementary color for #hex is #D7DEDE.


I love getcolorcode.com