COLOR #280915

HEX: #280915
RGB: (40,9,21)

Color info

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

RGB color model

#280915 color RGB value is (40,9,21).

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

RGB channels and saturation

R 40 of 255 = 16%
G 9 of 255 = 4%
B 21 of 255 = 8%

40
9
21

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

Portions of RGB colors in percentages

R + G + B =
40 + 9 + 21 = 70 (100%)
R 40 of 70 ~ 57.14%
G 9 of 70 ~ 12.86%
B 21 of 70 ~ 30%

%57.14
%12.86
%30

CMYK color model

#280915 color CMYK value is (0,78,48,84).

  • cyan value is 0.00%
  • magenta value is 77.50%
  • yellow value is 47.50%
  • key color value is 84.31%
CMYK:
(0,78,48,84)
C0M78Y48K84 
(0%,78%,48%,84%)
(0.00/0.78/0.48/0.84)	

CMYK percentages

%0
%77.5
%47.5
%84.31

Codes

Color #280915 in popluar color models

280915
RGB40921
HSL337°63.27%9.61%
HSB/HSV337°77.50%15.69%
CMYK0.00%77.50%47.50%
84.31%

Color #280915 in popluar number systems.

HEX280915
Decimal40921
Binary101000100110101
Octal501125

Shades and tints

Shades of #280915

#280915
(40,9,21)
#250914
(37,9,20)
#220913
(34,9,19)
#1F0912
(31,9,18)
#1C0911
(28,9,17)
#190910
(25,9,16)
#16090F
(22,9,15)
#13090E
(19,9,14)
#10090D
(16,9,13)
#0D090C
(13,9,12)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #280915

#280915
(40,9,21)
#3B1F2A
(59,31,42)
#4E353F
(78,53,63)
#614B54
(97,75,84)
#746169
(116,97,105)
#87777E
(135,119,126)
#9A8D93
(154,141,147)
#ADA3A8
(173,163,168)
#C0B9BD
(192,185,189)
#D3CFD2
(211,207,210)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280915; }

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

This text font color is #280915.


Background Color

.myBgColor { background-color: #280915; }

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

This div background color is #280915.


Border color

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

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

This div border color is #280915.


Opacity

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

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

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

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

This text has shadow with #280915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280915 on black background.


Color preview on white background

This text has color #280915 on white background.



Black color preview on #280915 background

This text has black color on #280915 background.


White color preview on #280915 background

This text has white color on #280915 background.