COLOR #07280C

HEX: #07280C
RGB: (7,40,12)

Color info

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

RGB color model

#07280C color RGB value is (7,40,12).

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

RGB channels and saturation

R 7 of 255 = 3%
G 40 of 255 = 16%
B 12 of 255 = 5%

7
40
12

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

Portions of RGB colors in percentages

R + G + B =
7 + 40 + 12 = 59 (100%)
R 7 of 59 ~ 11.86%
G 40 of 59 ~ 67.8%
B 12 of 59 ~ 20.34%

%11.86
%67.8
%20.34

CMYK color model

#07280C color CMYK value is (83,0,70,84).

  • cyan value is 82.50%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 84.31%
CMYK:
(83,0,70,84)
C83M0Y70K84 
(83%,0%,70%,84%)
(0.83/0.00/0.70/0.84)	

CMYK percentages

%82.5
%0
%70
%84.31

Codes

Color #07280C in popluar color models

07280C
RGB74012
HSL129°70.21%9.22%
HSB/HSV129°82.50%15.69%
CMYK82.50%0.00%70.00%
84.31%

Color #07280C in popluar number systems.

HEX07280C
Decimal74012
Binary1111010001100
Octal75014

Shades and tints

Shades of #07280C

#07280C
(7,40,12)
#07250B
(7,37,11)
#07220A
(7,34,10)
#071F09
(7,31,9)
#071C08
(7,28,8)
#071907
(7,25,7)
#071606
(7,22,6)
#071305
(7,19,5)
#071004
(7,16,4)
#070D03
(7,13,3)
#070A02
(7,10,2)
#000000
(0,0,0)

Tints of #07280C

#07280C
(7,40,12)
#1D3B22
(29,59,34)
#334E38
(51,78,56)
#49614E
(73,97,78)
#5F7464
(95,116,100)
#75877A
(117,135,122)
#8B9A90
(139,154,144)
#A1ADA6
(161,173,166)
#B7C0BC
(183,192,188)
#CDD3D2
(205,211,210)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07280C; }

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

This text font color is #07280C.


Background Color

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

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

This div background color is #07280C.


Border color

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

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

This div border color is #07280C.


Opacity

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

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

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

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

This text has shadow with #07280C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07280C on black background.


Color preview on white background

This text has color #07280C on white background.



Black color preview on #07280C background

This text has black color on #07280C background.


White color preview on #07280C background

This text has white color on #07280C background.