COLOR #280713

HEX: #280713
RGB: (40,7,19)

Color info

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

RGB color model

#280713 color RGB value is (40,7,19).

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

RGB channels and saturation

R 40 of 255 = 16%
G 7 of 255 = 3%
B 19 of 255 = 7%

40
7
19

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

Portions of RGB colors in percentages

R + G + B =
40 + 7 + 19 = 66 (100%)
R 40 of 66 ~ 60.61%
G 7 of 66 ~ 10.61%
B 19 of 66 ~ 28.79%

%60.61
%10.61
%28.79

CMYK color model

#280713 color CMYK value is (0,83,53,84).

  • cyan value is 0.00%
  • magenta value is 82.50%
  • yellow value is 52.50%
  • key color value is 84.31%
CMYK:
(0,83,53,84)
C0M83Y53K84 
(0%,83%,53%,84%)
(0.00/0.83/0.53/0.84)	

CMYK percentages

%0
%82.5
%52.5
%84.31

Codes

Color #280713 in popluar color models

280713
RGB40719
HSL338°70.21%9.22%
HSB/HSV338°82.50%15.69%
CMYK0.00%82.50%52.50%
84.31%

Color #280713 in popluar number systems.

HEX280713
Decimal40719
Binary10100011110011
Octal50723

Shades and tints

Shades of #280713

#280713
(40,7,19)
#250712
(37,7,18)
#220711
(34,7,17)
#1F0710
(31,7,16)
#1C070F
(28,7,15)
#19070E
(25,7,14)
#16070D
(22,7,13)
#13070C
(19,7,12)
#10070B
(16,7,11)
#0D070A
(13,7,10)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #280713

#280713
(40,7,19)
#3B1D28
(59,29,40)
#4E333D
(78,51,61)
#614952
(97,73,82)
#745F67
(116,95,103)
#87757C
(135,117,124)
#9A8B91
(154,139,145)
#ADA1A6
(173,161,166)
#C0B7BB
(192,183,187)
#D3CDD0
(211,205,208)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280713; }

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

This text font color is #280713.


Background Color

.myBgColor { background-color: #280713; }

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

This div background color is #280713.


Border color

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

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

This div border color is #280713.


Opacity

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

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

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

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

This text has shadow with #280713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280713 on black background.


Color preview on white background

This text has color #280713 on white background.



Black color preview on #280713 background

This text has black color on #280713 background.


White color preview on #280713 background

This text has white color on #280713 background.