COLOR #072200

HEX: #072200
RGB: (7,34,0)

Color info

#072200 contains only red and green colors. Web safe color of #072200 is #003300 (or #030).

RGB color model

#072200 color RGB value is (7,34,0).

  • red value is 7;
  • green value is 34;
  • blue value is 0.
RGB:
(7,34,0)
(3%,13%,0%)

RGB channels and saturation

R 7 of 255 = 3%
G 34 of 255 = 13%
B 0 of 255 = 0%

7
34
0

R + G + B ~ 5%. #072200 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 34 + 0 = 41 (100%)
R 7 of 41 ~ 17.07%
G 34 of 41 ~ 82.93%
B 0 of 41 ~ 0%

%17.07
%82.93

CMYK color model

#072200 color CMYK value is (79,0,100,87).

  • cyan value is 79.41%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 86.67%
CMYK:
(79,0,100,87)
C79M0Y100K87 
(79%,0%,100%,87%)
(0.79/0.00/1.00/0.87)	

CMYK percentages

%79.41
%0
%100
%86.67

Codes

Color #072200 in popluar color models

072200
RGB7340
HSL108°100.00%6.67%
HSB/HSV108°100.00%13.33%
CMYK79.41%0.00%100.00%
86.67%

Color #072200 in popluar number systems.

HEX072200
Decimal7340
Binary1111000100
Octal7420

Shades and tints

Shades of #072200

#072200
(7,34,0)
#071F00
(7,31,0)
#071C00
(7,28,0)
#071900
(7,25,0)
#071600
(7,22,0)
#071300
(7,19,0)
#071000
(7,16,0)
#070D00
(7,13,0)
#070A00
(7,10,0)
#070700
(7,7,0)
#070400
(7,4,0)
#000000
(0,0,0)

Tints of #072200

#072200
(7,34,0)
#1D3617
(29,54,23)
#334A2E
(51,74,46)
#495E45
(73,94,69)
#5F725C
(95,114,92)
#758673
(117,134,115)
#8B9A8A
(139,154,138)
#A1AEA1
(161,174,161)
#B7C2B8
(183,194,184)
#CDD6CF
(205,214,207)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072200 color. Also use rgb(7,34,0) instead hex code.

Text Font Color

.myTextColor { color: #072200; }

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

This text font color is #072200.


Background Color

.myBgColor { background-color: #072200; }

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

This div background color is #072200.


Border color

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

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

This div border color is #072200.


Opacity

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

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

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

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

This text has shadow with #072200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072200 on black background.


Color preview on white background

This text has color #072200 on white background.



Black color preview on #072200 background

This text has black color on #072200 background.


White color preview on #072200 background

This text has white color on #072200 background.