COLOR #072920

HEX: #072920
RGB: (7,41,32)

Color info

#072920 contains red, green and blue colors in about the same proportion. Web safe color of #072920 is #003333 (or #033).

RGB color model

#072920 color RGB value is (7,41,32).

  • red value is 7;
  • green value is 41;
  • blue value is 32.
RGB:
(7,41,32)
(3%,16%,13%)

RGB channels and saturation

R 7 of 255 = 3%
G 41 of 255 = 16%
B 32 of 255 = 13%

7
41
32

R + G + B ~ 11%. #072920 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 41 + 32 = 80 (100%)
R 7 of 80 ~ 8.75%
G 41 of 80 ~ 51.25%
B 32 of 80 ~ 40%

%51.25
%40

CMYK color model

#072920 color CMYK value is (83,0,22,84).

  • cyan value is 82.93%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 83.92%
CMYK:
(83,0,22,84)
C83M0Y22K84 
(83%,0%,22%,84%)
(0.83/0.00/0.22/0.84)	

CMYK percentages

%82.93
%0
%21.95
%83.92

Codes

Color #072920 in popluar color models

072920
RGB74132
HSL164°70.83%9.41%
HSB/HSV164°82.93%16.08%
CMYK82.93%0.00%21.95%
83.92%

Color #072920 in popluar number systems.

HEX072920
Decimal74132
Binary111101001100000
Octal75140

Shades and tints

Shades of #072920

#072920
(7,41,32)
#07261E
(7,38,30)
#07231C
(7,35,28)
#07201A
(7,32,26)
#071D18
(7,29,24)
#071A16
(7,26,22)
#071714
(7,23,20)
#071412
(7,20,18)
#071110
(7,17,16)
#070E0E
(7,14,14)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #072920

#072920
(7,41,32)
#1D3C34
(29,60,52)
#334F48
(51,79,72)
#49625C
(73,98,92)
#5F7570
(95,117,112)
#758884
(117,136,132)
#8B9B98
(139,155,152)
#A1AEAC
(161,174,172)
#B7C1C0
(183,193,192)
#CDD4D4
(205,212,212)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072920 color. Also use rgb(7,41,32) instead hex code.

Text Font Color

.myTextColor { color: #072920; }

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

This text font color is #072920.


Background Color

.myBgColor { background-color: #072920; }

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

This div background color is #072920.


Border color

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

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

This div border color is #072920.


Opacity

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

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

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

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

This text has shadow with #072920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072920 on black background.


Color preview on white background

This text has color #072920 on white background.



Black color preview on #072920 background

This text has black color on #072920 background.


White color preview on #072920 background

This text has white color on #072920 background.