COLOR #280815

HEX: #280815
RGB: (40,8,21)

Color info

#280815 contains red, green and blue colors in about the same proportion. Web safe color of #280815 is #330000 (or #300).

RGB color model

#280815 color RGB value is (40,8,21).

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

RGB channels and saturation

R 40 of 255 = 16%
G 8 of 255 = 3%
B 21 of 255 = 8%

40
8
21

R + G + B ~ 9%. #280815 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 8 + 21 = 69 (100%)
R 40 of 69 ~ 57.97%
G 8 of 69 ~ 11.59%
B 21 of 69 ~ 30.43%

%57.97
%11.59
%30.43

CMYK color model

#280815 color CMYK value is (0,80,48,84).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 47.50%
  • key color value is 84.31%
CMYK:
(0,80,48,84)
C0M80Y48K84 
(0%,80%,48%,84%)
(0.00/0.80/0.48/0.84)	

CMYK percentages

%0
%80
%47.5
%84.31

Codes

Color #280815 in popluar color models

280815
RGB40821
HSL336°66.67%9.41%
HSB/HSV336°80.00%15.69%
CMYK0.00%80.00%47.50%
84.31%

Color #280815 in popluar number systems.

HEX280815
Decimal40821
Binary101000100010101
Octal501025

Shades and tints

Shades of #280815

#280815
(40,8,21)
#250814
(37,8,20)
#220813
(34,8,19)
#1F0812
(31,8,18)
#1C0811
(28,8,17)
#190810
(25,8,16)
#16080F
(22,8,15)
#13080E
(19,8,14)
#10080D
(16,8,13)
#0D080C
(13,8,12)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #280815

#280815
(40,8,21)
#3B1E2A
(59,30,42)
#4E343F
(78,52,63)
#614A54
(97,74,84)
#746069
(116,96,105)
#87767E
(135,118,126)
#9A8C93
(154,140,147)
#ADA2A8
(173,162,168)
#C0B8BD
(192,184,189)
#D3CED2
(211,206,210)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280815; }

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

This text font color is #280815.


Background Color

.myBgColor { background-color: #280815; }

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

This div background color is #280815.


Border color

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

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

This div border color is #280815.


Opacity

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

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

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

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

This text has shadow with #280815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280815 on black background.


Color preview on white background

This text has color #280815 on white background.



Black color preview on #280815 background

This text has black color on #280815 background.


White color preview on #280815 background

This text has white color on #280815 background.