COLOR #282825

HEX: #282825 RGB: (40,40,37)

Color info

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

RGB color model

#282825 color RGB value is (40,40,37).

RGB: (40,40,37) (16%, 16%, 15%)

RGB channels and saturation

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

40
40
37

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

Portions of RGB colors in percentages

R + G + B = 40 + 40 + 37 = 117 (100%)
R 40 of 117 ~ 34.19%
G 40 of 117 ~ 34.19%
B 37 of 117 ~ 31.62'%

%34.19
%34.19
%31.62

CMYK color model

#282825 color CMYK value is (0,0,7,84).

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

CMYK: (0,0,7,84)
C0M0Y7K84 (0%, 0%, 7%, 84%)
(0.00 / 0.00 / 0.07 / 0.84)

CMYK percentages

%0
%0
%7.5
%84.31

Codes

Color #282825 in popluar color models

28 28 25
RGB 40 40 37
HSL 60° 3.90% 15.10%
HSB/HSV 60° 7.50% 15.69%
CMYK 0.00% 0.00% 7.50%
84.31%

Color #282825 in popluar number systems.

HEX 28 28 25
Decimal 40 40 37
Binary 101000 101000 100101
Octal 50 50 45

Shades and tints

Shades of #282825

#282825
(40,40,37)
#252522
(37,37,34)
#22221F
(34,34,31)
#1F1F1C
(31,31,28)
#1C1C19
(28,28,25)
#191916
(25,25,22)
#161613
(22,22,19)
#131310
(19,19,16)
#10100D
(16,16,13)
#0D0D0A
(13,13,10)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #282825

#282825
(40,40,37)
#3B3B38
(59,59,56)
#4E4E4B
(78,78,75)
#61615E
(97,97,94)
#747471
(116,116,113)
#878784
(135,135,132)
#9A9A97
(154,154,151)
#ADADAA
(173,173,170)
#C0C0BD
(192,192,189)
#D3D3D0
(211,211,208)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #282825; }

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

This text font color is #282825.

Background Color

.myBgColor { background-color: #282825; }

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

This div background color is #282825.

Border color

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

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

This div border color is #282825.

Opacity

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

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

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

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

This text has shadow with #282825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #282825.

Preview

Color preview on black background

This text has color #282825 on black background.


Color preview on white background

This text has color #282825 on white background.


Black color preview on #282825 background

This text has black color on #282825 background.


White color preview on #282825 background

This text has white color on #282825 background.


Related colors

Complementary color

Complementary color for #hex is #D7D7DA.


I love getcolorcode.com