COLOR #280D01

HEX: #280D01
RGB: (40,13,1)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

40
13
1

R + G + B ~ 7%. #280D01 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 13 + 1 = 54 (100%)
R 40 of 54 ~ 74.07%
G 13 of 54 ~ 24.07%
B 1 of 54 ~ 1.85%

%74.07
%24.07

CMYK color model

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

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

CMYK percentages

%0
%67.5
%97.5
%84.31

Codes

Color #280D01 in popluar color models

280D01
RGB40131
HSL18°95.12%8.04%
HSB/HSV18°97.50%15.69%
CMYK0.00%67.50%97.50%
84.31%

Color #280D01 in popluar number systems.

HEX280D01
Decimal40131
Binary10100011011
Octal50151

Shades and tints

Shades of #280D01

#280D01
(40,13,1)
#250C01
(37,12,1)
#220B01
(34,11,1)
#1F0A01
(31,10,1)
#1C0901
(28,9,1)
#190801
(25,8,1)
#160701
(22,7,1)
#130601
(19,6,1)
#100501
(16,5,1)
#0D0401
(13,4,1)
#0A0301
(10,3,1)
#000000
(0,0,0)

Tints of #280D01

#280D01
(40,13,1)
#3B2318
(59,35,24)
#4E392F
(78,57,47)
#614F46
(97,79,70)
#74655D
(116,101,93)
#877B74
(135,123,116)
#9A918B
(154,145,139)
#ADA7A2
(173,167,162)
#C0BDB9
(192,189,185)
#D3D3D0
(211,211,208)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280D01; }

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

This text font color is #280D01.


Background Color

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

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

This div background color is #280D01.


Border color

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

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

This div border color is #280D01.


Opacity

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

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

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

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

This text has shadow with #280D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280D01 on black background.


Color preview on white background

This text has color #280D01 on white background.



Black color preview on #280D01 background

This text has black color on #280D01 background.


White color preview on #280D01 background

This text has white color on #280D01 background.