COLOR #282428

HEX: #282428
RGB: (40,36,40)

Color info

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

RGB color model

#282428 color RGB value is (40,36,40).

  • red value is 40;
  • green value is 36;
  • blue value is 40.
RGB:
(40,36,40)
(16%,14%,16%)

RGB channels and saturation

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

40
36
40

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

Portions of RGB colors in percentages

R + G + B =
40 + 36 + 40 = 116 (100%)
R 40 of 116 ~ 34.48%
G 36 of 116 ~ 31.03%
B 40 of 116 ~ 34.48%

%34.48
%31.03
%34.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(0,10,0,84)
C0M10Y0K84 
(0%,10%,0%,84%)
(0.00/0.10/0.00/0.84)	

CMYK percentages

%0
%10
%0
%84.31

Codes

Color #282428 in popluar color models

282428
RGB403640
HSL300°5.26%14.90%
HSB/HSV300°10.00%15.69%
CMYK0.00%10.00%0.00%
84.31%

Color #282428 in popluar number systems.

HEX282428
Decimal403640
Binary101000100100101000
Octal504450

Shades and tints

Shades of #282428

#282428
(40,36,40)
#252125
(37,33,37)
#221E22
(34,30,34)
#1F1B1F
(31,27,31)
#1C181C
(28,24,28)
#191519
(25,21,25)
#161216
(22,18,22)
#130F13
(19,15,19)
#100C10
(16,12,16)
#0D090D
(13,9,13)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #282428

#282428
(40,36,40)
#3B373B
(59,55,59)
#4E4A4E
(78,74,78)
#615D61
(97,93,97)
#747074
(116,112,116)
#878387
(135,131,135)
#9A969A
(154,150,154)
#ADA9AD
(173,169,173)
#C0BCC0
(192,188,192)
#D3CFD3
(211,207,211)
#E6E2E6
(230,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #282428; }

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

This text font color is #282428.


Background Color

.myBgColor { background-color: #282428; }

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

This div background color is #282428.


Border color

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

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

This div border color is #282428.


Opacity

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

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

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

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

This text has shadow with #282428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #282428 on black background.


Color preview on white background

This text has color #282428 on white background.



Black color preview on #282428 background

This text has black color on #282428 background.


White color preview on #282428 background

This text has white color on #282428 background.