COLOR #072B07

HEX: #072B07
RGB: (7,43,7)

Color info

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

RGB color model

#072B07 color RGB value is (7,43,7).

  • red value is 7;
  • green value is 43;
  • blue value is 7.
RGB:
(7,43,7)
(3%,17%,3%)

RGB channels and saturation

R 7 of 255 = 3%
G 43 of 255 = 17%
B 7 of 255 = 3%

7
43
7

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

Portions of RGB colors in percentages

R + G + B =
7 + 43 + 7 = 57 (100%)
R 7 of 57 ~ 12.28%
G 43 of 57 ~ 75.44%
B 7 of 57 ~ 12.28%

%12.28
%75.44
%12.28

CMYK color model

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

  • cyan value is 83.72%
  • magenta value is 0.00%
  • yellow value is 83.72%
  • key color value is 83.14%
CMYK:
(84,0,84,83)
C84M0Y84K83 
(84%,0%,84%,83%)
(0.84/0.00/0.84/0.83)	

CMYK percentages

%83.72
%0
%83.72
%83.14

Codes

Color #072B07 in popluar color models

072B07
RGB7437
HSL120°72.00%9.80%
HSB/HSV120°83.72%16.86%
CMYK83.72%0.00%83.72%
83.14%

Color #072B07 in popluar number systems.

HEX072B07
Decimal7437
Binary111101011111
Octal7537

Shades and tints

Shades of #072B07

#072B07
(7,43,7)
#072807
(7,40,7)
#072507
(7,37,7)
#072207
(7,34,7)
#071F07
(7,31,7)
#071C07
(7,28,7)
#071907
(7,25,7)
#071607
(7,22,7)
#071307
(7,19,7)
#071007
(7,16,7)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #072B07

#072B07
(7,43,7)
#1D3E1D
(29,62,29)
#335133
(51,81,51)
#496449
(73,100,73)
#5F775F
(95,119,95)
#758A75
(117,138,117)
#8B9D8B
(139,157,139)
#A1B0A1
(161,176,161)
#B7C3B7
(183,195,183)
#CDD6CD
(205,214,205)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072B07; }

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

This text font color is #072B07.


Background Color

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

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

This div background color is #072B07.


Border color

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

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

This div border color is #072B07.


Opacity

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

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

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

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

This text has shadow with #072B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072B07 on black background.


Color preview on white background

This text has color #072B07 on white background.



Black color preview on #072B07 background

This text has black color on #072B07 background.


White color preview on #072B07 background

This text has white color on #072B07 background.