COLOR #282325

HEX: #282325 RGB: (40,35,37)

Color info

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

RGB color model

#282325 color RGB value is (40,35,37).

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

RGB channels and saturation

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

40
35
37

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

Portions of RGB colors in percentages

R + G + B = 40 + 35 + 37 = 112 (100%)
R 40 of 112 ~ 35.71%
G 35 of 112 ~ 31.25%
B 37 of 112 ~ 33.04'%

%35.71
%31.25
%33.04

CMYK color model

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

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

CMYK: (0,13,7,84)
C0M13Y7K84 (0%, 13%, 7%, 84%)
(0.00 / 0.13 / 0.07 / 0.84)

CMYK percentages

%0
%12.5
%7.5
%84.31

Codes

Color #282325 in popluar color models

28 23 25
RGB 40 35 37
HSL 336° 6.67% 14.71%
HSB/HSV 336° 12.50% 15.69%
CMYK 0.00% 12.50% 7.50%
84.31%

Color #282325 in popluar number systems.

HEX 28 23 25
Decimal 40 35 37
Binary 101000 100011 100101
Octal 50 43 45

Shades and tints

Shades of #282325

#282325
(40,35,37)
#252022
(37,32,34)
#221D1F
(34,29,31)
#1F1A1C
(31,26,28)
#1C1719
(28,23,25)
#191416
(25,20,22)
#161113
(22,17,19)
#130E10
(19,14,16)
#100B0D
(16,11,13)
#0D080A
(13,8,10)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #282325

#282325
(40,35,37)
#3B3738
(59,55,56)
#4E4B4B
(78,75,75)
#615F5E
(97,95,94)
#747371
(116,115,113)
#878784
(135,135,132)
#9A9B97
(154,155,151)
#ADAFAA
(173,175,170)
#C0C3BD
(192,195,189)
#D3D7D0
(211,215,208)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #282325; }

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

This text font color is #282325.

Background Color

.myBgColor { background-color: #282325; }

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

This div background color is #282325.

Border color

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

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

This div border color is #282325.

Opacity

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

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

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

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

This text has shadow with #282325 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #282325.

Preview

Color preview on black background

This text has color #282325 on black background.


Color preview on white background

This text has color #282325 on white background.


Black color preview on #282325 background

This text has black color on #282325 background.


White color preview on #282325 background

This text has white color on #282325 background.


Related colors

Complementary color

Complementary color for #hex is #D7DCDA.


I love getcolorcode.com

Triadic colors

1 #252823 and #232528 with #282325 are triadic colors.

2 #252328 and #232825 with #282325 are triadic colors.