COLOR #280D0C

HEX: #280D0C
RGB: (40,13,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

40
13
12

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

Portions of RGB colors in percentages

R + G + B =
40 + 13 + 12 = 65 (100%)
R 40 of 65 ~ 61.54%
G 13 of 65 ~ 20%
B 12 of 65 ~ 18.46%

%61.54
%20
%18.46

CMYK color model

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

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

CMYK percentages

%0
%67.5
%70
%84.31

Codes

Color #280D0C in popluar color models

280D0C
RGB401312
HSL53.85%10.20%
HSB/HSV70.00%15.69%
CMYK0.00%67.50%70.00%
84.31%

Color #280D0C in popluar number systems.

HEX280D0C
Decimal401312
Binary10100011011100
Octal501514

Shades and tints

Shades of #280D0C

#280D0C
(40,13,12)
#250C0B
(37,12,11)
#220B0A
(34,11,10)
#1F0A09
(31,10,9)
#1C0908
(28,9,8)
#190807
(25,8,7)
#160706
(22,7,6)
#130605
(19,6,5)
#100504
(16,5,4)
#0D0403
(13,4,3)
#0A0302
(10,3,2)
#000000
(0,0,0)

Tints of #280D0C

#280D0C
(40,13,12)
#3B2322
(59,35,34)
#4E3938
(78,57,56)
#614F4E
(97,79,78)
#746564
(116,101,100)
#877B7A
(135,123,122)
#9A9190
(154,145,144)
#ADA7A6
(173,167,166)
#C0BDBC
(192,189,188)
#D3D3D2
(211,211,210)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280D0C; }

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

This text font color is #280D0C.


Background Color

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

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

This div background color is #280D0C.


Border color

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

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

This div border color is #280D0C.


Opacity

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

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

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

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

This text has shadow with #280D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280D0C on black background.


Color preview on white background

This text has color #280D0C on white background.



Black color preview on #280D0C background

This text has black color on #280D0C background.


White color preview on #280D0C background

This text has white color on #280D0C background.