COLOR #280D28

HEX: #280D28
RGB: (40,13,40)

Color info

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

RGB color model

#280D28 color RGB value is (40,13,40).

  • red value is 40;
  • green value is 13;
  • blue value is 40.
RGB:
(40,13,40)
(16%,5%,16%)

RGB channels and saturation

R 40 of 255 = 16%
G 13 of 255 = 5%
B 40 of 255 = 16%

40
13
40

R + G + B ~ 12%. #280D28 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 13 + 40 = 93 (100%)
R 40 of 93 ~ 43.01%
G 13 of 93 ~ 13.98%
B 40 of 93 ~ 43.01%

%43.01
%13.98
%43.01

CMYK color model

#280D28 color CMYK value is (0,68,0,84).

  • cyan value is 0.00%
  • magenta value is 67.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(0,68,0,84)
C0M68Y0K84 
(0%,68%,0%,84%)
(0.00/0.68/0.00/0.84)	

CMYK percentages

%0
%67.5
%0
%84.31

Codes

Color #280D28 in popluar color models

280D28
RGB401340
HSL300°50.94%10.39%
HSB/HSV300°67.50%15.69%
CMYK0.00%67.50%0.00%
84.31%

Color #280D28 in popluar number systems.

HEX280D28
Decimal401340
Binary1010001101101000
Octal501550

Shades and tints

Shades of #280D28

#280D28
(40,13,40)
#250C25
(37,12,37)
#220B22
(34,11,34)
#1F0A1F
(31,10,31)
#1C091C
(28,9,28)
#190819
(25,8,25)
#160716
(22,7,22)
#130613
(19,6,19)
#100510
(16,5,16)
#0D040D
(13,4,13)
#0A030A
(10,3,10)
#000000
(0,0,0)

Tints of #280D28

#280D28
(40,13,40)
#3B233B
(59,35,59)
#4E394E
(78,57,78)
#614F61
(97,79,97)
#746574
(116,101,116)
#877B87
(135,123,135)
#9A919A
(154,145,154)
#ADA7AD
(173,167,173)
#C0BDC0
(192,189,192)
#D3D3D3
(211,211,211)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280D28; }

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

This text font color is #280D28.


Background Color

.myBgColor { background-color: #280D28; }

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

This div background color is #280D28.


Border color

.myBorderColor { border: 1px solid #280D28; }

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

This div border color is #280D28.


Opacity

.myOpacity80 { color: #280D28; opacity: 0.8; }

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

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

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

This text has shadow with #280D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280D28 on black background.


Color preview on white background

This text has color #280D28 on white background.



Black color preview on #280D28 background

This text has black color on #280D28 background.


White color preview on #280D28 background

This text has white color on #280D28 background.