COLOR #073220

HEX: #073220
RGB: (7,50,32)

Color info

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

RGB color model

#073220 color RGB value is (7,50,32).

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

RGB channels and saturation

R 7 of 255 = 3%
G 50 of 255 = 20%
B 32 of 255 = 13%

7
50
32

R + G + B ~ 12%. #073220 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 50 + 32 = 89 (100%)
R 7 of 89 ~ 7.87%
G 50 of 89 ~ 56.18%
B 32 of 89 ~ 35.96%

%56.18
%35.96

CMYK color model

#073220 color CMYK value is (86,0,36,80).

  • cyan value is 86.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 80.39%
CMYK:
(86,0,36,80)
C86M0Y36K80 
(86%,0%,36%,80%)
(0.86/0.00/0.36/0.80)	

CMYK percentages

%86
%0
%36
%80.39

Codes

Color #073220 in popluar color models

073220
RGB75032
HSL155°75.44%11.18%
HSB/HSV155°86.00%19.61%
CMYK86.00%0.00%36.00%
80.39%

Color #073220 in popluar number systems.

HEX073220
Decimal75032
Binary111110010100000
Octal76240

Shades and tints

Shades of #073220

#073220
(7,50,32)
#072E1E
(7,46,30)
#072A1C
(7,42,28)
#07261A
(7,38,26)
#072218
(7,34,24)
#071E16
(7,30,22)
#071A14
(7,26,20)
#071612
(7,22,18)
#071210
(7,18,16)
#070E0E
(7,14,14)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #073220

#073220
(7,50,32)
#1D4434
(29,68,52)
#335648
(51,86,72)
#49685C
(73,104,92)
#5F7A70
(95,122,112)
#758C84
(117,140,132)
#8B9E98
(139,158,152)
#A1B0AC
(161,176,172)
#B7C2C0
(183,194,192)
#CDD4D4
(205,212,212)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073220; }

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

This text font color is #073220.


Background Color

.myBgColor { background-color: #073220; }

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

This div background color is #073220.


Border color

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

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

This div border color is #073220.


Opacity

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

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

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

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

This text has shadow with #073220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073220 on black background.


Color preview on white background

This text has color #073220 on white background.



Black color preview on #073220 background

This text has black color on #073220 background.


White color preview on #073220 background

This text has white color on #073220 background.