COLOR #074606

HEX: #074606
RGB: (7,70,6)

Color info

#074606 contains mainly green color. Web safe color of #074606 is #003300 (or #030).

RGB color model

#074606 color RGB value is (7,70,6).

  • red value is 7;
  • green value is 70;
  • blue value is 6.
RGB:
(7,70,6)
(3%,27%,2%)

RGB channels and saturation

R 7 of 255 = 3%
G 70 of 255 = 27%
B 6 of 255 = 2%

7
70
6

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

Portions of RGB colors in percentages

R + G + B =
7 + 70 + 6 = 83 (100%)
R 7 of 83 ~ 8.43%
G 70 of 83 ~ 84.34%
B 6 of 83 ~ 7.23%

%84.34

CMYK color model

#074606 color CMYK value is (90,0,91,73).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 91.43%
  • key color value is 72.55%
CMYK:
(90,0,91,73)
C90M0Y91K73 
(90%,0%,91%,73%)
(0.90/0.00/0.91/0.73)	

CMYK percentages

%90
%0
%91.43
%72.55

Codes

Color #074606 in popluar color models

074606
RGB7706
HSL119°84.21%14.90%
HSB/HSV119°91.43%27.45%
CMYK90.00%0.00%91.43%
72.55%

Color #074606 in popluar number systems.

HEX074606
Decimal7706
Binary1111000110110
Octal71066

Shades and tints

Shades of #074606

#074606
(7,70,6)
#074006
(7,64,6)
#073A06
(7,58,6)
#073406
(7,52,6)
#072E06
(7,46,6)
#072806
(7,40,6)
#072206
(7,34,6)
#071C06
(7,28,6)
#071606
(7,22,6)
#071006
(7,16,6)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #074606

#074606
(7,70,6)
#1D561C
(29,86,28)
#336632
(51,102,50)
#497648
(73,118,72)
#5F865E
(95,134,94)
#759674
(117,150,116)
#8BA68A
(139,166,138)
#A1B6A0
(161,182,160)
#B7C6B6
(183,198,182)
#CDD6CC
(205,214,204)
#E3E6E2
(227,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074606 color. Also use rgb(7,70,6) instead hex code.

Text Font Color

.myTextColor { color: #074606; }

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

This text font color is #074606.


Background Color

.myBgColor { background-color: #074606; }

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

This div background color is #074606.


Border color

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

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

This div border color is #074606.


Opacity

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

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

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

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

This text has shadow with #074606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074606 on black background.


Color preview on white background

This text has color #074606 on white background.



Black color preview on #074606 background

This text has black color on #074606 background.


White color preview on #074606 background

This text has white color on #074606 background.