COLOR #282828

HEX: #282828
RGB: (40,40,40)

Color info

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

RGB color model

#282828 color RGB value is (40,40,40).

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

RGB channels and saturation

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

40
40
40

R + G + B ~ 16%. #282828 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 40 + 40 = 120 (100%)
R 40 of 120 ~ 33.33%
G 40 of 120 ~ 33.33%
B 40 of 120 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#282828 color CMYK value is (0,0,0,84).

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

CMYK percentages

%0
%0
%0
%84.31

Codes

Color #282828 in popluar color models

282828
RGB404040
HSL0.00%0.16%
HSB/HSV0.00%0.16%
CMYK0.00%0.00%0.00%
84.31%

Color #282828 in popluar number systems.

HEX282828
Decimal404040
Binary101000101000101000
Octal505050

Shades and tints

Shades of #282828

#282828
(40,40,40)
#252525
(37,37,37)
#222222
(34,34,34)
#1F1F1F
(31,31,31)
#1C1C1C
(28,28,28)
#191919
(25,25,25)
#161616
(22,22,22)
#131313
(19,19,19)
#101010
(16,16,16)
#0D0D0D
(13,13,13)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #282828

#282828
(40,40,40)
#3B3B3B
(59,59,59)
#4E4E4E
(78,78,78)
#616161
(97,97,97)
#747474
(116,116,116)
#878787
(135,135,135)
#9A9A9A
(154,154,154)
#ADADAD
(173,173,173)
#C0C0C0
(192,192,192)
#D3D3D3
(211,211,211)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #282828; }

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

This text font color is #282828.


Background Color

.myBgColor { background-color: #282828; }

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

This div background color is #282828.


Border color

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

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

This div border color is #282828.


Opacity

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

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

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

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

This text has shadow with #282828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #282828 on black background.


Color preview on white background

This text has color #282828 on white background.



Black color preview on #282828 background

This text has black color on #282828 background.


White color preview on #282828 background

This text has white color on #282828 background.