COLOR #280008

HEX: #280008
RGB: (40,0,8)

Color info

#280008 contains only red and blue colors. Web safe color of #280008 is #330000 (or #300).

RGB color model

#280008 color RGB value is (40,0,8).

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

RGB channels and saturation

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

40
0
8

R + G + B ~ 6%. #280008 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 0 + 8 = 48 (100%)
R 40 of 48 ~ 83.33%
G 0 of 48 ~ 0%
B 8 of 48 ~ 16.67%

%83.33
%16.67

CMYK color model

#280008 color CMYK value is (0,100,80,84).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 80.00%
  • key color value is 84.31%
CMYK:
(0,100,80,84)
C0M100Y80K84 
(0%,100%,80%,84%)
(0.00/1.00/0.80/0.84)	

CMYK percentages

%0
%100
%80
%84.31

Codes

Color #280008 in popluar color models

280008
RGB4008
HSL348°100.00%7.84%
HSB/HSV348°100.00%15.69%
CMYK0.00%100.00%80.00%
84.31%

Color #280008 in popluar number systems.

HEX280008
Decimal4008
Binary10100001000
Octal50010

Shades and tints

Shades of #280008

#280008
(40,0,8)
#250008
(37,0,8)
#220008
(34,0,8)
#1F0008
(31,0,8)
#1C0008
(28,0,8)
#190008
(25,0,8)
#160008
(22,0,8)
#130008
(19,0,8)
#100008
(16,0,8)
#0D0008
(13,0,8)
#0A0008
(10,0,8)
#000000
(0,0,0)

Tints of #280008

#280008
(40,0,8)
#3B171E
(59,23,30)
#4E2E34
(78,46,52)
#61454A
(97,69,74)
#745C60
(116,92,96)
#877376
(135,115,118)
#9A8A8C
(154,138,140)
#ADA1A2
(173,161,162)
#C0B8B8
(192,184,184)
#D3CFCE
(211,207,206)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280008; }

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

This text font color is #280008.


Background Color

.myBgColor { background-color: #280008; }

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

This div background color is #280008.


Border color

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

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

This div border color is #280008.


Opacity

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

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

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

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

This text has shadow with #280008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280008 on black background.


Color preview on white background

This text has color #280008 on white background.



Black color preview on #280008 background

This text has black color on #280008 background.


White color preview on #280008 background

This text has white color on #280008 background.