COLOR #072A05

HEX: #072A05 RGB: (7,42,5)

Color info

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

RGB color model

#072A05 color RGB value is (7,42,5).

RGB: (7,42,5) (3%, 16%, 2%)

RGB channels and saturation

R 7 of 255 = 3%
G 42 of 255 = 16%
B 5 of 255 = 2%

7
42
5

R + G + B ~ 7%. #072A05 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 42 + 5 = 54 (100%)
R 7 of 54 ~ 12.96%
G 42 of 54 ~ 77.78%
B 5 of 54 ~ 9.26'%

%12.96
%77.78

CMYK color model

#072A05 color CMYK value is (83,0,88,84).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 88.10%
  • key color value is 83.53%

CMYK: (83,0,88,84)
C83M0Y88K84 (83%, 0%, 88%, 84%)
(0.83 / 0.00 / 0.88 / 0.84)

CMYK percentages

%83.33
%0
%88.1
%83.53

Codes

Color #072A05 in popluar color models

07 2A 05
RGB 7 42 5
HSL 117° 78.72% 9.22%
HSB/HSV 117° 88.10% 16.47%
CMYK 83.33% 0.00% 88.10%
83.53%

Color #072A05 in popluar number systems.

HEX 07 2A 05
Decimal 7 42 5
Binary 111 101010 101
Octal 7 52 5

Shades and tints

Shades of #072A05

#072A05
(7,42,5)
#072705
(7,39,5)
#072405
(7,36,5)
#072105
(7,33,5)
#071E05
(7,30,5)
#071B05
(7,27,5)
#071805
(7,24,5)
#071505
(7,21,5)
#071205
(7,18,5)
#070F05
(7,15,5)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #072A05

#072A05
(7,42,5)
#1D3D1B
(29,61,27)
#335031
(51,80,49)
#496347
(73,99,71)
#5F765D
(95,118,93)
#758973
(117,137,115)
#8B9C89
(139,156,137)
#A1AF9F
(161,175,159)
#B7C2B5
(183,194,181)
#CDD5CB
(205,213,203)
#E3E8E1
(227,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072A05; }

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

This text font color is #072A05.

Background Color

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

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

This div background color is #072A05.

Border color

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

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

This div border color is #072A05.

Opacity

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

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

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

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

This text has shadow with #072A05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072A05.

Preview

Color preview on black background

This text has color #072A05 on black background.


Color preview on white background

This text has color #072A05 on white background.


Black color preview on #072A05 background

This text has black color on #072A05 background.


White color preview on #072A05 background

This text has white color on #072A05 background.


Related colors

Complementary color

Complementary color for #hex is #F8D5FA.


I love getcolorcode.com

Triadic colors

1 #05072A and #2A0507 with #072A05 are triadic colors.

2 #052A07 and #2A0705 with #072A05 are triadic colors.