COLOR #073020

HEX: #073020
RGB: (7,48,32)

Color info

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

RGB color model

#073020 color RGB value is (7,48,32).

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

RGB channels and saturation

R 7 of 255 = 3%
G 48 of 255 = 19%
B 32 of 255 = 13%

7
48
32

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

Portions of RGB colors in percentages

R + G + B =
7 + 48 + 32 = 87 (100%)
R 7 of 87 ~ 8.05%
G 48 of 87 ~ 55.17%
B 32 of 87 ~ 36.78%

%55.17
%36.78

CMYK color model

#073020 color CMYK value is (85,0,33,81).

  • cyan value is 85.42%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 81.18%
CMYK:
(85,0,33,81)
C85M0Y33K81 
(85%,0%,33%,81%)
(0.85/0.00/0.33/0.81)	

CMYK percentages

%85.42
%0
%33.33
%81.18

Codes

Color #073020 in popluar color models

073020
RGB74832
HSL157°74.55%10.78%
HSB/HSV157°85.42%18.82%
CMYK85.42%0.00%33.33%
81.18%

Color #073020 in popluar number systems.

HEX073020
Decimal74832
Binary111110000100000
Octal76040

Shades and tints

Shades of #073020

#073020
(7,48,32)
#072C1E
(7,44,30)
#07281C
(7,40,28)
#07241A
(7,36,26)
#072018
(7,32,24)
#071C16
(7,28,22)
#071814
(7,24,20)
#071412
(7,20,18)
#071010
(7,16,16)
#070C0E
(7,12,14)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #073020

#073020
(7,48,32)
#1D4234
(29,66,52)
#335448
(51,84,72)
#49665C
(73,102,92)
#5F7870
(95,120,112)
#758A84
(117,138,132)
#8B9C98
(139,156,152)
#A1AEAC
(161,174,172)
#B7C0C0
(183,192,192)
#CDD2D4
(205,210,212)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073020; }

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

This text font color is #073020.


Background Color

.myBgColor { background-color: #073020; }

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

This div background color is #073020.


Border color

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

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

This div border color is #073020.


Opacity

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

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

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

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

This text has shadow with #073020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073020 on black background.


Color preview on white background

This text has color #073020 on white background.



Black color preview on #073020 background

This text has black color on #073020 background.


White color preview on #073020 background

This text has white color on #073020 background.