COLOR #072A0F

HEX: #072A0F
RGB: (7,42,15)

Color info

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

RGB color model

#072A0F color RGB value is (7,42,15).

  • red value is 7;
  • green value is 42;
  • blue value is 15.
RGB:
(7,42,15)
(3%,16%,6%)

RGB channels and saturation

R 7 of 255 = 3%
G 42 of 255 = 16%
B 15 of 255 = 6%

7
42
15

R + G + B ~ 8%. #072A0F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 42 + 15 = 64 (100%)
R 7 of 64 ~ 10.94%
G 42 of 64 ~ 65.63%
B 15 of 64 ~ 23.44%

%10.94
%65.63
%23.44

CMYK color model

#072A0F color CMYK value is (83,0,64,84).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 83.53%
CMYK:
(83,0,64,84)
C83M0Y64K84 
(83%,0%,64%,84%)
(0.83/0.00/0.64/0.84)	

CMYK percentages

%83.33
%0
%64.29
%83.53

Codes

Color #072A0F in popluar color models

072A0F
RGB74215
HSL134°71.43%9.61%
HSB/HSV134°83.33%16.47%
CMYK83.33%0.00%64.29%
83.53%

Color #072A0F in popluar number systems.

HEX072A0F
Decimal74215
Binary1111010101111
Octal75217

Shades and tints

Shades of #072A0F

#072A0F
(7,42,15)
#07270E
(7,39,14)
#07240D
(7,36,13)
#07210C
(7,33,12)
#071E0B
(7,30,11)
#071B0A
(7,27,10)
#071809
(7,24,9)
#071508
(7,21,8)
#071207
(7,18,7)
#070F06
(7,15,6)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #072A0F

#072A0F
(7,42,15)
#1D3D24
(29,61,36)
#335039
(51,80,57)
#49634E
(73,99,78)
#5F7663
(95,118,99)
#758978
(117,137,120)
#8B9C8D
(139,156,141)
#A1AFA2
(161,175,162)
#B7C2B7
(183,194,183)
#CDD5CC
(205,213,204)
#E3E8E1
(227,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072A0F color. Also use rgb(7,42,15) instead hex code.

Text Font Color

.myTextColor { color: #072A0F; }

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

This text font color is #072A0F.


Background Color

.myBgColor { background-color: #072A0F; }

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

This div background color is #072A0F.


Border color

.myBorderColor { border: 1px solid #072A0F; }

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

This div border color is #072A0F.


Opacity

.myOpacity80 { color: #072A0F; opacity: 0.8; }

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

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

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

This text has shadow with #072A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072A0F on black background.


Color preview on white background

This text has color #072A0F on white background.



Black color preview on #072A0F background

This text has black color on #072A0F background.


White color preview on #072A0F background

This text has white color on #072A0F background.