COLOR #280825

HEX: #280825 RGB: (40,8,37)

Color info

#280825 contains red, green and blue colors in about the same proportion. Web safe color of #280825 is #330033 (or #303).

RGB color model

#280825 color RGB value is (40,8,37).

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

RGB channels and saturation

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

40
8
37

R + G + B ~ 11%. #280825 is dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 8 + 37 = 85 (100%)
R 40 of 85 ~ 47.06%
G 8 of 85 ~ 9.41%
B 37 of 85 ~ 43.53'%

%47.06
%43.53

CMYK color model

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

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

CMYK: (0,80,7,84)
C0M80Y7K84 (0%, 80%, 7%, 84%)
(0.00 / 0.80 / 0.07 / 0.84)

CMYK percentages

%0
%80
%7.5
%84.31

Codes

Color #280825 in popluar color models

28 08 25
RGB 40 8 37
HSL 306° 66.67% 9.41%
HSB/HSV 306° 80.00% 15.69%
CMYK 0.00% 80.00% 7.50%
84.31%

Color #280825 in popluar number systems.

HEX 28 08 25
Decimal 40 8 37
Binary 101000 1000 100101
Octal 50 10 45

Shades and tints

Shades of #280825

#280825
(40,8,37)
#250822
(37,8,34)
#22081F
(34,8,31)
#1F081C
(31,8,28)
#1C0819
(28,8,25)
#190816
(25,8,22)
#160813
(22,8,19)
#130810
(19,8,16)
#10080D
(16,8,13)
#0D080A
(13,8,10)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #280825

#280825
(40,8,37)
#3B1E38
(59,30,56)
#4E344B
(78,52,75)
#614A5E
(97,74,94)
#746071
(116,96,113)
#877684
(135,118,132)
#9A8C97
(154,140,151)
#ADA2AA
(173,162,170)
#C0B8BD
(192,184,189)
#D3CED0
(211,206,208)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280825; }

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

This text font color is #280825.

Background Color

.myBgColor { background-color: #280825; }

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

This div background color is #280825.

Border color

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

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

This div border color is #280825.

Opacity

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

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

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

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

This text has shadow with #280825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #280825.

Preview

Color preview on black background

This text has color #280825 on black background.


Color preview on white background

This text has color #280825 on white background.


Black color preview on #280825 background

This text has black color on #280825 background.


White color preview on #280825 background

This text has white color on #280825 background.


Related colors

Complementary color

Complementary color for #hex is #D7F7DA.


I love getcolorcode.com

Triadic colors

1 #252808 and #082528 with #280825 are triadic colors.

2 #250828 and #082825 with #280825 are triadic colors.