COLOR #282421

HEX: #282421 RGB: (40,36,33)

Color info

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

RGB color model

#282421 color RGB value is (40,36,33).

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

RGB channels and saturation

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

40
36
33

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

Portions of RGB colors in percentages

R + G + B = 40 + 36 + 33 = 109 (100%)
R 40 of 109 ~ 36.7%
G 36 of 109 ~ 33.03%
B 33 of 109 ~ 30.28'%

%36.7
%33.03
%30.28

CMYK color model

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

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

CMYK: (0,10,18,84)
C0M10Y18K84 (0%, 10%, 18%, 84%)
(0.00 / 0.10 / 0.18 / 0.84)

CMYK percentages

%0
%10
%17.5
%84.31

Codes

Color #282421 in popluar color models

28 24 21
RGB 40 36 33
HSL 26° 9.59% 14.31%
HSB/HSV 26° 17.50% 15.69%
CMYK 0.00% 10.00% 17.50%
84.31%

Color #282421 in popluar number systems.

HEX 28 24 21
Decimal 40 36 33
Binary 101000 100100 100001
Octal 50 44 41

Shades and tints

Shades of #282421

#282421
(40,36,33)
#25211E
(37,33,30)
#221E1B
(34,30,27)
#1F1B18
(31,27,24)
#1C1815
(28,24,21)
#191512
(25,21,18)
#16120F
(22,18,15)
#130F0C
(19,15,12)
#100C09
(16,12,9)
#0D0906
(13,9,6)
#0A0603
(10,6,3)
#000000
(0,0,0)

Tints of #282421

#282421
(40,36,33)
#3B3735
(59,55,53)
#4E4A49
(78,74,73)
#615D5D
(97,93,93)
#747071
(116,112,113)
#878385
(135,131,133)
#9A9699
(154,150,153)
#ADA9AD
(173,169,173)
#C0BCC1
(192,188,193)
#D3CFD5
(211,207,213)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #282421; }

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

This text font color is #282421.

Background Color

.myBgColor { background-color: #282421; }

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

This div background color is #282421.

Border color

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

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

This div border color is #282421.

Opacity

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

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

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

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

This text has shadow with #282421 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #282421.

Preview

Color preview on black background

This text has color #282421 on black background.


Color preview on white background

This text has color #282421 on white background.


Black color preview on #282421 background

This text has black color on #282421 background.


White color preview on #282421 background

This text has white color on #282421 background.


Related colors

Complementary color

Complementary color for #hex is #D7DBDE.


I love getcolorcode.com

Triadic colors

1 #212824 and #242128 with #282421 are triadic colors.

2 #212428 and #242821 with #282421 are triadic colors.