COLOR #072802

HEX: #072802 RGB: (7,40,2)

Color info

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

RGB color model

#072802 color RGB value is (7,40,2).

RGB: (7,40,2) (3%, 16%, 1%)

RGB channels and saturation

R 7 of 255 = 3%
G 40 of 255 = 16%
B 2 of 255 = 1%

7
40
2

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

Portions of RGB colors in percentages

R + G + B = 7 + 40 + 2 = 49 (100%)
R 7 of 49 ~ 14.29%
G 40 of 49 ~ 81.63%
B 2 of 49 ~ 4.08'%

%14.29
%81.63

CMYK color model

#072802 color CMYK value is (83,0,95,84).

  • cyan value is 82.50%
  • magenta value is 0.00%
  • yellow value is 95.00%
  • key color value is 84.31%

CMYK: (83,0,95,84)
C83M0Y95K84 (83%, 0%, 95%, 84%)
(0.83 / 0.00 / 0.95 / 0.84)

CMYK percentages

%82.5
%0
%95
%84.31

Codes

Color #072802 in popluar color models

07 28 02
RGB 7 40 2
HSL 112° 90.48% 8.24%
HSB/HSV 112° 95.00% 15.69%
CMYK 82.50% 0.00% 95.00%
84.31%

Color #072802 in popluar number systems.

HEX 07 28 02
Decimal 7 40 2
Binary 111 101000 10
Octal 7 50 2

Shades and tints

Shades of #072802

#072802
(7,40,2)
#072502
(7,37,2)
#072202
(7,34,2)
#071F02
(7,31,2)
#071C02
(7,28,2)
#071902
(7,25,2)
#071602
(7,22,2)
#071302
(7,19,2)
#071002
(7,16,2)
#070D02
(7,13,2)
#070A02
(7,10,2)
#000000
(0,0,0)

Tints of #072802

#072802
(7,40,2)
#1D3B19
(29,59,25)
#334E30
(51,78,48)
#496147
(73,97,71)
#5F745E
(95,116,94)
#758775
(117,135,117)
#8B9A8C
(139,154,140)
#A1ADA3
(161,173,163)
#B7C0BA
(183,192,186)
#CDD3D1
(205,211,209)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072802; }

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

This text font color is #072802.

Background Color

.myBgColor { background-color: #072802; }

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

This div background color is #072802.

Border color

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

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

This div border color is #072802.

Opacity

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

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

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

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

This text has shadow with #072802 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072802.

Preview

Color preview on black background

This text has color #072802 on black background.


Color preview on white background

This text has color #072802 on white background.


Black color preview on #072802 background

This text has black color on #072802 background.


White color preview on #072802 background

This text has white color on #072802 background.


Related colors

Complementary color

Complementary color for #hex is #F8D7FD.


I love getcolorcode.com

Triadic colors

1 #020728 and #280207 with #072802 are triadic colors.

2 #022807 and #280702 with #072802 are triadic colors.