COLOR #074422

HEX: #074422
RGB: (7,68,34)

Color info

#074422 contains mainly green and blue colors. Web safe color of #074422 is #003333 (or #033).

RGB color model

#074422 color RGB value is (7,68,34).

  • red value is 7;
  • green value is 68;
  • blue value is 34.
RGB:
(7,68,34)
(3%,27%,13%)

RGB channels and saturation

R 7 of 255 = 3%
G 68 of 255 = 27%
B 34 of 255 = 13%

7
68
34

R + G + B ~ 14%. #074422 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 68 + 34 = 109 (100%)
R 7 of 109 ~ 6.42%
G 68 of 109 ~ 62.39%
B 34 of 109 ~ 31.19%

%62.39
%31.19

CMYK color model

#074422 color CMYK value is (90,0,50,73).

  • cyan value is 89.71%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 73.33%
CMYK:
(90,0,50,73)
C90M0Y50K73 
(90%,0%,50%,73%)
(0.90/0.00/0.50/0.73)	

CMYK percentages

%89.71
%0
%50
%73.33

Codes

Color #074422 in popluar color models

074422
RGB76834
HSL147°81.33%14.71%
HSB/HSV147°89.71%26.67%
CMYK89.71%0.00%50.00%
73.33%

Color #074422 in popluar number systems.

HEX074422
Decimal76834
Binary1111000100100010
Octal710442

Shades and tints

Shades of #074422

#074422
(7,68,34)
#073E1F
(7,62,31)
#07381C
(7,56,28)
#073219
(7,50,25)
#072C16
(7,44,22)
#072613
(7,38,19)
#072010
(7,32,16)
#071A0D
(7,26,13)
#07140A
(7,20,10)
#070E07
(7,14,7)
#070804
(7,8,4)
#000000
(0,0,0)

Tints of #074422

#074422
(7,68,34)
#1D5536
(29,85,54)
#33664A
(51,102,74)
#49775E
(73,119,94)
#5F8872
(95,136,114)
#759986
(117,153,134)
#8BAA9A
(139,170,154)
#A1BBAE
(161,187,174)
#B7CCC2
(183,204,194)
#CDDDD6
(205,221,214)
#E3EEEA
(227,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074422 color. Also use rgb(7,68,34) instead hex code.

Text Font Color

.myTextColor { color: #074422; }

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

This text font color is #074422.


Background Color

.myBgColor { background-color: #074422; }

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

This div background color is #074422.


Border color

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

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

This div border color is #074422.


Opacity

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

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

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

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

This text has shadow with #074422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074422 on black background.


Color preview on white background

This text has color #074422 on white background.



Black color preview on #074422 background

This text has black color on #074422 background.


White color preview on #074422 background

This text has white color on #074422 background.