COLOR #073019

HEX: #073019
RGB: (7,48,25)

Color info

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

RGB color model

#073019 color RGB value is (7,48,25).

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

RGB channels and saturation

R 7 of 255 = 3%
G 48 of 255 = 19%
B 25 of 255 = 10%

7
48
25

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

Portions of RGB colors in percentages

R + G + B =
7 + 48 + 25 = 80 (100%)
R 7 of 80 ~ 8.75%
G 48 of 80 ~ 60%
B 25 of 80 ~ 31.25%

%60
%31.25

CMYK color model

#073019 color CMYK value is (85,0,48,81).

  • cyan value is 85.42%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 81.18%
CMYK:
(85,0,48,81)
C85M0Y48K81 
(85%,0%,48%,81%)
(0.85/0.00/0.48/0.81)	

CMYK percentages

%85.42
%0
%47.92
%81.18

Codes

Color #073019 in popluar color models

073019
RGB74825
HSL146°74.55%10.78%
HSB/HSV146°85.42%18.82%
CMYK85.42%0.00%47.92%
81.18%

Color #073019 in popluar number systems.

HEX073019
Decimal74825
Binary11111000011001
Octal76031

Shades and tints

Shades of #073019

#073019
(7,48,25)
#072C17
(7,44,23)
#072815
(7,40,21)
#072413
(7,36,19)
#072011
(7,32,17)
#071C0F
(7,28,15)
#07180D
(7,24,13)
#07140B
(7,20,11)
#071009
(7,16,9)
#070C07
(7,12,7)
#070805
(7,8,5)
#000000
(0,0,0)

Tints of #073019

#073019
(7,48,25)
#1D422D
(29,66,45)
#335441
(51,84,65)
#496655
(73,102,85)
#5F7869
(95,120,105)
#758A7D
(117,138,125)
#8B9C91
(139,156,145)
#A1AEA5
(161,174,165)
#B7C0B9
(183,192,185)
#CDD2CD
(205,210,205)
#E3E4E1
(227,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073019; }

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

This text font color is #073019.


Background Color

.myBgColor { background-color: #073019; }

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

This div background color is #073019.


Border color

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

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

This div border color is #073019.


Opacity

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

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

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

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

This text has shadow with #073019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073019 on black background.


Color preview on white background

This text has color #073019 on white background.



Black color preview on #073019 background

This text has black color on #073019 background.


White color preview on #073019 background

This text has white color on #073019 background.