COLOR #07280A

HEX: #07280A
RGB: (7,40,10)

Color info

#07280A contains red, green and blue colors in about the same proportion. Web safe color of #07280A is #003300 (or #030).

RGB color model

#07280A color RGB value is (7,40,10).

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

RGB channels and saturation

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

7
40
10

R + G + B ~ 8%. #07280A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 40 + 10 = 57 (100%)
R 7 of 57 ~ 12.28%
G 40 of 57 ~ 70.18%
B 10 of 57 ~ 17.54%

%12.28
%70.18
%17.54

CMYK color model

#07280A color CMYK value is (83,0,75,84).

  • cyan value is 82.50%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 84.31%
CMYK:
(83,0,75,84)
C83M0Y75K84 
(83%,0%,75%,84%)
(0.83/0.00/0.75/0.84)	

CMYK percentages

%82.5
%0
%75
%84.31

Codes

Color #07280A in popluar color models

07280A
RGB74010
HSL125°70.21%9.22%
HSB/HSV125°82.50%15.69%
CMYK82.50%0.00%75.00%
84.31%

Color #07280A in popluar number systems.

HEX07280A
Decimal74010
Binary1111010001010
Octal75012

Shades and tints

Shades of #07280A

#07280A
(7,40,10)
#07250A
(7,37,10)
#07220A
(7,34,10)
#071F0A
(7,31,10)
#071C0A
(7,28,10)
#07190A
(7,25,10)
#07160A
(7,22,10)
#07130A
(7,19,10)
#07100A
(7,16,10)
#070D0A
(7,13,10)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #07280A

#07280A
(7,40,10)
#1D3B20
(29,59,32)
#334E36
(51,78,54)
#49614C
(73,97,76)
#5F7462
(95,116,98)
#758778
(117,135,120)
#8B9A8E
(139,154,142)
#A1ADA4
(161,173,164)
#B7C0BA
(183,192,186)
#CDD3D0
(205,211,208)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07280A; }

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

This text font color is #07280A.


Background Color

.myBgColor { background-color: #07280A; }

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

This div background color is #07280A.


Border color

.myBorderColor { border: 1px solid #07280A; }

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

This div border color is #07280A.


Opacity

.myOpacity80 { color: #07280A; opacity: 0.8; }

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

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

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

This text has shadow with #07280A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07280A on black background.


Color preview on white background

This text has color #07280A on white background.



Black color preview on #07280A background

This text has black color on #07280A background.


White color preview on #07280A background

This text has white color on #07280A background.