COLOR #074713

HEX: #074713
RGB: (7,71,19)

Color info

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

RGB color model

#074713 color RGB value is (7,71,19).

  • red value is 7;
  • green value is 71;
  • blue value is 19.
RGB:
(7,71,19)
(3%,28%,7%)

RGB channels and saturation

R 7 of 255 = 3%
G 71 of 255 = 28%
B 19 of 255 = 7%

7
71
19

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

Portions of RGB colors in percentages

R + G + B =
7 + 71 + 19 = 97 (100%)
R 7 of 97 ~ 7.22%
G 71 of 97 ~ 73.2%
B 19 of 97 ~ 19.59%

%73.2
%19.59

CMYK color model

#074713 color CMYK value is (90,0,73,72).

  • cyan value is 90.14%
  • magenta value is 0.00%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(90,0,73,72)
C90M0Y73K72 
(90%,0%,73%,72%)
(0.90/0.00/0.73/0.72)	

CMYK percentages

%90.14
%0
%73.24
%72.16

Codes

Color #074713 in popluar color models

074713
RGB77119
HSL131°82.05%15.29%
HSB/HSV131°90.14%27.84%
CMYK90.14%0.00%73.24%
72.16%

Color #074713 in popluar number systems.

HEX074713
Decimal77119
Binary111100011110011
Octal710723

Shades and tints

Shades of #074713

#074713
(7,71,19)
#074112
(7,65,18)
#073B11
(7,59,17)
#073510
(7,53,16)
#072F0F
(7,47,15)
#07290E
(7,41,14)
#07230D
(7,35,13)
#071D0C
(7,29,12)
#07170B
(7,23,11)
#07110A
(7,17,10)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #074713

#074713
(7,71,19)
#1D5728
(29,87,40)
#33673D
(51,103,61)
#497752
(73,119,82)
#5F8767
(95,135,103)
#75977C
(117,151,124)
#8BA791
(139,167,145)
#A1B7A6
(161,183,166)
#B7C7BB
(183,199,187)
#CDD7D0
(205,215,208)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074713 color. Also use rgb(7,71,19) instead hex code.

Text Font Color

.myTextColor { color: #074713; }

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

This text font color is #074713.


Background Color

.myBgColor { background-color: #074713; }

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

This div background color is #074713.


Border color

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

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

This div border color is #074713.


Opacity

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

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

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

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

This text has shadow with #074713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074713 on black background.


Color preview on white background

This text has color #074713 on white background.



Black color preview on #074713 background

This text has black color on #074713 background.


White color preview on #074713 background

This text has white color on #074713 background.