COLOR #280B0D

HEX: #280B0D
RGB: (40,11,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

40
11
13

R + G + B ~ 8%. #280B0D is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 11 + 13 = 64 (100%)
R 40 of 64 ~ 62.5%
G 11 of 64 ~ 17.19%
B 13 of 64 ~ 20.31%

%62.5
%17.19
%20.31

CMYK color model

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

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

CMYK percentages

%0
%72.5
%67.5
%84.31

Codes

Color #280B0D in popluar color models

280B0D
RGB401113
HSL356°56.86%10.00%
HSB/HSV356°72.50%15.69%
CMYK0.00%72.50%67.50%
84.31%

Color #280B0D in popluar number systems.

HEX280B0D
Decimal401113
Binary10100010111101
Octal501315

Shades and tints

Shades of #280B0D

#280B0D
(40,11,13)
#250A0C
(37,10,12)
#22090B
(34,9,11)
#1F080A
(31,8,10)
#1C0709
(28,7,9)
#190608
(25,6,8)
#160507
(22,5,7)
#130406
(19,4,6)
#100305
(16,3,5)
#0D0204
(13,2,4)
#0A0103
(10,1,3)
#000000
(0,0,0)

Tints of #280B0D

#280B0D
(40,11,13)
#3B2123
(59,33,35)
#4E3739
(78,55,57)
#614D4F
(97,77,79)
#746365
(116,99,101)
#87797B
(135,121,123)
#9A8F91
(154,143,145)
#ADA5A7
(173,165,167)
#C0BBBD
(192,187,189)
#D3D1D3
(211,209,211)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280B0D; }

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

This text font color is #280B0D.


Background Color

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

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

This div background color is #280B0D.


Border color

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

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

This div border color is #280B0D.


Opacity

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

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

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

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

This text has shadow with #280B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280B0D on black background.


Color preview on white background

This text has color #280B0D on white background.



Black color preview on #280B0D background

This text has black color on #280B0D background.


White color preview on #280B0D background

This text has white color on #280B0D background.