COLOR #280719

HEX: #280719
RGB: (40,7,25)

Color info

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

RGB color model

#280719 color RGB value is (40,7,25).

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

RGB channels and saturation

R 40 of 255 = 16%
G 7 of 255 = 3%
B 25 of 255 = 10%

40
7
25

R + G + B ~ 10%. #280719 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 7 + 25 = 72 (100%)
R 40 of 72 ~ 55.56%
G 7 of 72 ~ 9.72%
B 25 of 72 ~ 34.72%

%55.56
%9.72
%34.72

CMYK color model

#280719 color CMYK value is (0,83,38,84).

  • cyan value is 0.00%
  • magenta value is 82.50%
  • yellow value is 37.50%
  • key color value is 84.31%
CMYK:
(0,83,38,84)
C0M83Y38K84 
(0%,83%,38%,84%)
(0.00/0.83/0.38/0.84)	

CMYK percentages

%0
%82.5
%37.5
%84.31

Codes

Color #280719 in popluar color models

280719
RGB40725
HSL327°70.21%9.22%
HSB/HSV327°82.50%15.69%
CMYK0.00%82.50%37.50%
84.31%

Color #280719 in popluar number systems.

HEX280719
Decimal40725
Binary10100011111001
Octal50731

Shades and tints

Shades of #280719

#280719
(40,7,25)
#250717
(37,7,23)
#220715
(34,7,21)
#1F0713
(31,7,19)
#1C0711
(28,7,17)
#19070F
(25,7,15)
#16070D
(22,7,13)
#13070B
(19,7,11)
#100709
(16,7,9)
#0D0707
(13,7,7)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #280719

#280719
(40,7,25)
#3B1D2D
(59,29,45)
#4E3341
(78,51,65)
#614955
(97,73,85)
#745F69
(116,95,105)
#87757D
(135,117,125)
#9A8B91
(154,139,145)
#ADA1A5
(173,161,165)
#C0B7B9
(192,183,185)
#D3CDCD
(211,205,205)
#E6E3E1
(230,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280719; }

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

This text font color is #280719.


Background Color

.myBgColor { background-color: #280719; }

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

This div background color is #280719.


Border color

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

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

This div border color is #280719.


Opacity

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

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

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

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

This text has shadow with #280719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280719 on black background.


Color preview on white background

This text has color #280719 on white background.



Black color preview on #280719 background

This text has black color on #280719 background.


White color preview on #280719 background

This text has white color on #280719 background.