COLOR #074216

HEX: #074216
RGB: (7,66,22)

Color info

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

RGB color model

#074216 color RGB value is (7,66,22).

  • red value is 7;
  • green value is 66;
  • blue value is 22.
RGB:
(7,66,22)
(3%,26%,9%)

RGB channels and saturation

R 7 of 255 = 3%
G 66 of 255 = 26%
B 22 of 255 = 9%

7
66
22

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

Portions of RGB colors in percentages

R + G + B =
7 + 66 + 22 = 95 (100%)
R 7 of 95 ~ 7.37%
G 66 of 95 ~ 69.47%
B 22 of 95 ~ 23.16%

%69.47
%23.16

CMYK color model

#074216 color CMYK value is (89,0,67,74).

  • cyan value is 89.39%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 74.12%
CMYK:
(89,0,67,74)
C89M0Y67K74 
(89%,0%,67%,74%)
(0.89/0.00/0.67/0.74)	

CMYK percentages

%89.39
%0
%66.67
%74.12

Codes

Color #074216 in popluar color models

074216
RGB76622
HSL135°80.82%14.31%
HSB/HSV135°89.39%25.88%
CMYK89.39%0.00%66.67%
74.12%

Color #074216 in popluar number systems.

HEX074216
Decimal76622
Binary111100001010110
Octal710226

Shades and tints

Shades of #074216

#074216
(7,66,22)
#073C14
(7,60,20)
#073612
(7,54,18)
#073010
(7,48,16)
#072A0E
(7,42,14)
#07240C
(7,36,12)
#071E0A
(7,30,10)
#071808
(7,24,8)
#071206
(7,18,6)
#070C04
(7,12,4)
#070602
(7,6,2)
#000000
(0,0,0)

Tints of #074216

#074216
(7,66,22)
#1D532B
(29,83,43)
#336440
(51,100,64)
#497555
(73,117,85)
#5F866A
(95,134,106)
#75977F
(117,151,127)
#8BA894
(139,168,148)
#A1B9A9
(161,185,169)
#B7CABE
(183,202,190)
#CDDBD3
(205,219,211)
#E3ECE8
(227,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074216 color. Also use rgb(7,66,22) instead hex code.

Text Font Color

.myTextColor { color: #074216; }

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

This text font color is #074216.


Background Color

.myBgColor { background-color: #074216; }

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

This div background color is #074216.


Border color

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

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

This div border color is #074216.


Opacity

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

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

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

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

This text has shadow with #074216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074216 on black background.


Color preview on white background

This text has color #074216 on white background.



Black color preview on #074216 background

This text has black color on #074216 background.


White color preview on #074216 background

This text has white color on #074216 background.