COLOR #074322

HEX: #074322 RGB: (7,67,34)

Color info

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

RGB color model

#074322 color RGB value is (7,67,34).

RGB: (7,67,34) (3%, 26%, 13%)

RGB channels and saturation

R 7 of 255 = 3%
G 67 of 255 = 26%
B 34 of 255 = 13%

7
67
34

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

Portions of RGB colors in percentages

R + G + B = 7 + 67 + 34 = 108 (100%)
R 7 of 108 ~ 6.48%
G 67 of 108 ~ 62.04%
B 34 of 108 ~ 31.48'%

%62.04
%31.48

CMYK color model

#074322 color CMYK value is (90,0,49,74).

  • cyan value is 89.55%
  • magenta value is 0.00%
  • yellow value is 49.25%
  • key color value is 73.73%

CMYK: (90,0,49,74)
C90M0Y49K74 (90%, 0%, 49%, 74%)
(0.90 / 0.00 / 0.49 / 0.74)

CMYK percentages

%89.55
%0
%49.25
%73.73

Codes

Color #074322 in popluar color models

07 43 22
RGB 7 67 34
HSL 147° 81.08% 14.51%
HSB/HSV 147° 89.55% 26.27%
CMYK 89.55% 0.00% 49.25%
73.73%

Color #074322 in popluar number systems.

HEX 07 43 22
Decimal 7 67 34
Binary 111 1000011 100010
Octal 7 103 42

Shades and tints

Shades of #074322

#074322
(7,67,34)
#073D1F
(7,61,31)
#07371C
(7,55,28)
#073119
(7,49,25)
#072B16
(7,43,22)
#072513
(7,37,19)
#071F10
(7,31,16)
#07190D
(7,25,13)
#07130A
(7,19,10)
#070D07
(7,13,7)
#070704
(7,7,4)
#000000
(0,0,0)

Tints of #074322

#074322
(7,67,34)
#1D5436
(29,84,54)
#33654A
(51,101,74)
#49765E
(73,118,94)
#5F8772
(95,135,114)
#759886
(117,152,134)
#8BA99A
(139,169,154)
#A1BAAE
(161,186,174)
#B7CBC2
(183,203,194)
#CDDCD6
(205,220,214)
#E3EDEA
(227,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074322; }

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

This text font color is #074322.

Background Color

.myBgColor { background-color: #074322; }

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

This div background color is #074322.

Border color

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

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

This div border color is #074322.

Opacity

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

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

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

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

This text has shadow with #074322 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #074322.

Preview

Color preview on black background

This text has color #074322 on black background.


Color preview on white background

This text has color #074322 on white background.


Black color preview on #074322 background

This text has black color on #074322 background.


White color preview on #074322 background

This text has white color on #074322 background.


Related colors

Complementary color

Complementary color for #hex is #F8BCDD.


I love getcolorcode.com

Triadic colors

1 #220743 and #432207 with #074322 are triadic colors.

2 #224307 and #430722 with #074322 are triadic colors.