COLOR #280717

HEX: #280717
RGB: (40,7,23)

Color info

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

RGB color model

#280717 color RGB value is (40,7,23).

  • red value is 40;
  • green value is 7;
  • blue value is 23.
RGB:
(40,7,23)
(16%,3%,9%)

RGB channels and saturation

R 40 of 255 = 16%
G 7 of 255 = 3%
B 23 of 255 = 9%

40
7
23

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

Portions of RGB colors in percentages

R + G + B =
40 + 7 + 23 = 70 (100%)
R 40 of 70 ~ 57.14%
G 7 of 70 ~ 10%
B 23 of 70 ~ 32.86%

%57.14
%10
%32.86

CMYK color model

#280717 color CMYK value is (0,83,43,84).

  • cyan value is 0.00%
  • magenta value is 82.50%
  • yellow value is 42.50%
  • key color value is 84.31%
CMYK:
(0,83,43,84)
C0M83Y43K84 
(0%,83%,43%,84%)
(0.00/0.83/0.43/0.84)	

CMYK percentages

%0
%82.5
%42.5
%84.31

Codes

Color #280717 in popluar color models

280717
RGB40723
HSL331°70.21%9.22%
HSB/HSV331°82.50%15.69%
CMYK0.00%82.50%42.50%
84.31%

Color #280717 in popluar number systems.

HEX280717
Decimal40723
Binary10100011110111
Octal50727

Shades and tints

Shades of #280717

#280717
(40,7,23)
#250715
(37,7,21)
#220713
(34,7,19)
#1F0711
(31,7,17)
#1C070F
(28,7,15)
#19070D
(25,7,13)
#16070B
(22,7,11)
#130709
(19,7,9)
#100707
(16,7,7)
#0D0705
(13,7,5)
#0A0703
(10,7,3)
#000000
(0,0,0)

Tints of #280717

#280717
(40,7,23)
#3B1D2C
(59,29,44)
#4E3341
(78,51,65)
#614956
(97,73,86)
#745F6B
(116,95,107)
#877580
(135,117,128)
#9A8B95
(154,139,149)
#ADA1AA
(173,161,170)
#C0B7BF
(192,183,191)
#D3CDD4
(211,205,212)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #280717 color. Also use rgb(40,7,23) instead hex code.

Text Font Color

.myTextColor { color: #280717; }

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

This text font color is #280717.


Background Color

.myBgColor { background-color: #280717; }

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

This div background color is #280717.


Border color

.myBorderColor { border: 1px solid #280717; }

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

This div border color is #280717.


Opacity

.myOpacity80 { color: #280717; opacity: 0.8; }

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

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

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

This text has shadow with #280717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280717 on black background.


Color preview on white background

This text has color #280717 on white background.



Black color preview on #280717 background

This text has black color on #280717 background.


White color preview on #280717 background

This text has white color on #280717 background.