COLOR #073419

HEX: #073419
RGB: (7,52,25)

Color info

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

RGB color model

#073419 color RGB value is (7,52,25).

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

RGB channels and saturation

R 7 of 255 = 3%
G 52 of 255 = 20%
B 25 of 255 = 10%

7
52
25

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

Portions of RGB colors in percentages

R + G + B =
7 + 52 + 25 = 84 (100%)
R 7 of 84 ~ 8.33%
G 52 of 84 ~ 61.9%
B 25 of 84 ~ 29.76%

%61.9
%29.76

CMYK color model

#073419 color CMYK value is (87,0,52,80).

  • cyan value is 86.54%
  • magenta value is 0.00%
  • yellow value is 51.92%
  • key color value is 79.61%
CMYK:
(87,0,52,80)
C87M0Y52K80 
(87%,0%,52%,80%)
(0.87/0.00/0.52/0.80)	

CMYK percentages

%86.54
%0
%51.92
%79.61

Codes

Color #073419 in popluar color models

073419
RGB75225
HSL144°76.27%11.57%
HSB/HSV144°86.54%20.39%
CMYK86.54%0.00%51.92%
79.61%

Color #073419 in popluar number systems.

HEX073419
Decimal75225
Binary11111010011001
Octal76431

Shades and tints

Shades of #073419

#073419
(7,52,25)
#073017
(7,48,23)
#072C15
(7,44,21)
#072813
(7,40,19)
#072411
(7,36,17)
#07200F
(7,32,15)
#071C0D
(7,28,13)
#07180B
(7,24,11)
#071409
(7,20,9)
#071007
(7,16,7)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #073419

#073419
(7,52,25)
#1D462D
(29,70,45)
#335841
(51,88,65)
#496A55
(73,106,85)
#5F7C69
(95,124,105)
#758E7D
(117,142,125)
#8BA091
(139,160,145)
#A1B2A5
(161,178,165)
#B7C4B9
(183,196,185)
#CDD6CD
(205,214,205)
#E3E8E1
(227,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073419; }

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

This text font color is #073419.


Background Color

.myBgColor { background-color: #073419; }

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

This div background color is #073419.


Border color

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

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

This div border color is #073419.


Opacity

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

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

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

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

This text has shadow with #073419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073419 on black background.


Color preview on white background

This text has color #073419 on white background.



Black color preview on #073419 background

This text has black color on #073419 background.


White color preview on #073419 background

This text has white color on #073419 background.