COLOR #280B0A

HEX: #280B0A
RGB: (40,11,10)

Color info

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

RGB color model

#280B0A color RGB value is (40,11,10).

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

RGB channels and saturation

R 40 of 255 = 16%
G 11 of 255 = 4%
B 10 of 255 = 4%

40
11
10

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

Portions of RGB colors in percentages

R + G + B =
40 + 11 + 10 = 61 (100%)
R 40 of 61 ~ 65.57%
G 11 of 61 ~ 18.03%
B 10 of 61 ~ 16.39%

%65.57
%18.03
%16.39

CMYK color model

#280B0A color CMYK value is (0,73,75,84).

  • cyan value is 0.00%
  • magenta value is 72.50%
  • yellow value is 75.00%
  • key color value is 84.31%
CMYK:
(0,73,75,84)
C0M73Y75K84 
(0%,73%,75%,84%)
(0.00/0.73/0.75/0.84)	

CMYK percentages

%0
%72.5
%75
%84.31

Codes

Color #280B0A in popluar color models

280B0A
RGB401110
HSL60.00%9.80%
HSB/HSV75.00%15.69%
CMYK0.00%72.50%75.00%
84.31%

Color #280B0A in popluar number systems.

HEX280B0A
Decimal401110
Binary10100010111010
Octal501312

Shades and tints

Shades of #280B0A

#280B0A
(40,11,10)
#250A0A
(37,10,10)
#22090A
(34,9,10)
#1F080A
(31,8,10)
#1C070A
(28,7,10)
#19060A
(25,6,10)
#16050A
(22,5,10)
#13040A
(19,4,10)
#10030A
(16,3,10)
#0D020A
(13,2,10)
#0A010A
(10,1,10)
#000000
(0,0,0)

Tints of #280B0A

#280B0A
(40,11,10)
#3B2120
(59,33,32)
#4E3736
(78,55,54)
#614D4C
(97,77,76)
#746362
(116,99,98)
#877978
(135,121,120)
#9A8F8E
(154,143,142)
#ADA5A4
(173,165,164)
#C0BBBA
(192,187,186)
#D3D1D0
(211,209,208)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280B0A; }

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

This text font color is #280B0A.


Background Color

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

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

This div background color is #280B0A.


Border color

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

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

This div border color is #280B0A.


Opacity

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

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

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

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

This text has shadow with #280B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280B0A on black background.


Color preview on white background

This text has color #280B0A on white background.



Black color preview on #280B0A background

This text has black color on #280B0A background.


White color preview on #280B0A background

This text has white color on #280B0A background.