COLOR #280E09

HEX: #280E09 RGB: (40,14,9)

Color info

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

RGB color model

#280E09 color RGB value is (40,14,9).

RGB: (40,14,9) (16%, 5%, 4%)

RGB channels and saturation

R 40 of 255 = 16%
G 14 of 255 = 5%
B 9 of 255 = 4%

40
14
9

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

Portions of RGB colors in percentages

R + G + B = 40 + 14 + 9 = 63 (100%)
R 40 of 63 ~ 63.49%
G 14 of 63 ~ 22.22%
B 9 of 63 ~ 14.29'%

%63.49
%22.22
%14.29

CMYK color model

#280E09 color CMYK value is (0,65,78,84).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 77.50%
  • key color value is 84.31%

CMYK: (0,65,78,84)
C0M65Y78K84 (0%, 65%, 78%, 84%)
(0.00 / 0.65 / 0.78 / 0.84)

CMYK percentages

%0
%65
%77.5
%84.31

Codes

Color #280E09 in popluar color models

28 0E 09
RGB 40 14 9
HSL 10° 63.27% 9.61%
HSB/HSV 10° 77.50% 15.69%
CMYK 0.00% 65.00% 77.50%
84.31%

Color #280E09 in popluar number systems.

HEX 28 0E 09
Decimal 40 14 9
Binary 101000 1110 1001
Octal 50 16 11

Shades and tints

Shades of #280E09

#280E09
(40,14,9)
#250D09
(37,13,9)
#220C09
(34,12,9)
#1F0B09
(31,11,9)
#1C0A09
(28,10,9)
#190909
(25,9,9)
#160809
(22,8,9)
#130709
(19,7,9)
#100609
(16,6,9)
#0D0509
(13,5,9)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #280E09

#280E09
(40,14,9)
#3B231F
(59,35,31)
#4E3835
(78,56,53)
#614D4B
(97,77,75)
#746261
(116,98,97)
#877777
(135,119,119)
#9A8C8D
(154,140,141)
#ADA1A3
(173,161,163)
#C0B6B9
(192,182,185)
#D3CBCF
(211,203,207)
#E6E0E5
(230,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280E09; }

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

This text font color is #280E09.

Background Color

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

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

This div background color is #280E09.

Border color

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

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

This div border color is #280E09.

Opacity

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

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

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

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

This text has shadow with #280E09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #280E09.

Preview

Color preview on black background

This text has color #280E09 on black background.


Color preview on white background

This text has color #280E09 on white background.


Black color preview on #280E09 background

This text has black color on #280E09 background.


White color preview on #280E09 background

This text has white color on #280E09 background.


Related colors

Complementary color

Complementary color for #hex is #D7F1F6.


I love getcolorcode.com

Triadic colors

1 #09280E and #0E0928 with #280E09 are triadic colors.

2 #090E28 and #0E2809 with #280E09 are triadic colors.