COLOR #074319

HEX: #074319
RGB: (7,67,25)

Color info

#074319 contains mainly green and blue colors. Web safe color of #074319 is #003300 (or #030).

RGB color model

#074319 color RGB value is (7,67,25).

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

RGB channels and saturation

R 7 of 255 = 3%
G 67 of 255 = 26%
B 25 of 255 = 10%

7
67
25

R + G + B ~ 13%. #074319 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 67 + 25 = 99 (100%)
R 7 of 99 ~ 7.07%
G 67 of 99 ~ 67.68%
B 25 of 99 ~ 25.25%

%67.68
%25.25

CMYK color model

#074319 color CMYK value is (90,0,63,74).

  • cyan value is 89.55%
  • magenta value is 0.00%
  • yellow value is 62.69%
  • key color value is 73.73%
CMYK:
(90,0,63,74)
C90M0Y63K74 
(90%,0%,63%,74%)
(0.90/0.00/0.63/0.74)	

CMYK percentages

%89.55
%0
%62.69
%73.73

Codes

Color #074319 in popluar color models

074319
RGB76725
HSL138°81.08%14.51%
HSB/HSV138°89.55%26.27%
CMYK89.55%0.00%62.69%
73.73%

Color #074319 in popluar number systems.

HEX074319
Decimal76725
Binary111100001111001
Octal710331

Shades and tints

Shades of #074319

#074319
(7,67,25)
#073D17
(7,61,23)
#073715
(7,55,21)
#073113
(7,49,19)
#072B11
(7,43,17)
#07250F
(7,37,15)
#071F0D
(7,31,13)
#07190B
(7,25,11)
#071309
(7,19,9)
#070D07
(7,13,7)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #074319

#074319
(7,67,25)
#1D542D
(29,84,45)
#336541
(51,101,65)
#497655
(73,118,85)
#5F8769
(95,135,105)
#75987D
(117,152,125)
#8BA991
(139,169,145)
#A1BAA5
(161,186,165)
#B7CBB9
(183,203,185)
#CDDCCD
(205,220,205)
#E3EDE1
(227,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074319; }

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

This text font color is #074319.


Background Color

.myBgColor { background-color: #074319; }

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

This div background color is #074319.


Border color

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

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

This div border color is #074319.


Opacity

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

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

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

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

This text has shadow with #074319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074319 on black background.


Color preview on white background

This text has color #074319 on white background.



Black color preview on #074319 background

This text has black color on #074319 background.


White color preview on #074319 background

This text has white color on #074319 background.