COLOR #074712

HEX: #074712
RGB: (7,71,18)

Color info

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

RGB color model

#074712 color RGB value is (7,71,18).

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

RGB channels and saturation

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

7
71
18

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

Portions of RGB colors in percentages

R + G + B =
7 + 71 + 18 = 96 (100%)
R 7 of 96 ~ 7.29%
G 71 of 96 ~ 73.96%
B 18 of 96 ~ 18.75%

%73.96
%18.75

CMYK color model

#074712 color CMYK value is (90,0,75,72).

  • cyan value is 90.14%
  • magenta value is 0.00%
  • yellow value is 74.65%
  • key color value is 72.16%
CMYK:
(90,0,75,72)
C90M0Y75K72 
(90%,0%,75%,72%)
(0.90/0.00/0.75/0.72)	

CMYK percentages

%90.14
%0
%74.65
%72.16

Codes

Color #074712 in popluar color models

074712
RGB77118
HSL130°82.05%15.29%
HSB/HSV130°90.14%27.84%
CMYK90.14%0.00%74.65%
72.16%

Color #074712 in popluar number systems.

HEX074712
Decimal77118
Binary111100011110010
Octal710722

Shades and tints

Shades of #074712

#074712
(7,71,18)
#074111
(7,65,17)
#073B10
(7,59,16)
#07350F
(7,53,15)
#072F0E
(7,47,14)
#07290D
(7,41,13)
#07230C
(7,35,12)
#071D0B
(7,29,11)
#07170A
(7,23,10)
#071109
(7,17,9)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #074712

#074712
(7,71,18)
#1D5727
(29,87,39)
#33673C
(51,103,60)
#497751
(73,119,81)
#5F8766
(95,135,102)
#75977B
(117,151,123)
#8BA790
(139,167,144)
#A1B7A5
(161,183,165)
#B7C7BA
(183,199,186)
#CDD7CF
(205,215,207)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074712; }

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

This text font color is #074712.


Background Color

.myBgColor { background-color: #074712; }

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

This div background color is #074712.


Border color

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

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

This div border color is #074712.


Opacity

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

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

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

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

This text has shadow with #074712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074712 on black background.


Color preview on white background

This text has color #074712 on white background.



Black color preview on #074712 background

This text has black color on #074712 background.


White color preview on #074712 background

This text has white color on #074712 background.