COLOR #074032

HEX: #074032
RGB: (7,64,50)

Color info

#074032 contains red, green and blue colors in about the same proportion. Web safe color of #074032 is #003333 (or #033).

RGB color model

#074032 color RGB value is (7,64,50).

  • red value is 7;
  • green value is 64;
  • blue value is 50.
RGB:
(7,64,50)
(3%,25%,20%)

RGB channels and saturation

R 7 of 255 = 3%
G 64 of 255 = 25%
B 50 of 255 = 20%

7
64
50

R + G + B ~ 16%. #074032 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 64 + 50 = 121 (100%)
R 7 of 121 ~ 5.79%
G 64 of 121 ~ 52.89%
B 50 of 121 ~ 41.32%

%52.89
%41.32

CMYK color model

#074032 color CMYK value is (89,0,22,75).

  • cyan value is 89.06%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 74.90%
CMYK:
(89,0,22,75)
C89M0Y22K75 
(89%,0%,22%,75%)
(0.89/0.00/0.22/0.75)	

CMYK percentages

%89.06
%0
%21.88
%74.9

Codes

Color #074032 in popluar color models

074032
RGB76450
HSL165°80.28%13.92%
HSB/HSV165°89.06%25.10%
CMYK89.06%0.00%21.88%
74.90%

Color #074032 in popluar number systems.

HEX074032
Decimal76450
Binary1111000000110010
Octal710062

Shades and tints

Shades of #074032

#074032
(7,64,50)
#073B2E
(7,59,46)
#07362A
(7,54,42)
#073126
(7,49,38)
#072C22
(7,44,34)
#07271E
(7,39,30)
#07221A
(7,34,26)
#071D16
(7,29,22)
#071812
(7,24,18)
#07130E
(7,19,14)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #074032

#074032
(7,64,50)
#1D5144
(29,81,68)
#336256
(51,98,86)
#497368
(73,115,104)
#5F847A
(95,132,122)
#75958C
(117,149,140)
#8BA69E
(139,166,158)
#A1B7B0
(161,183,176)
#B7C8C2
(183,200,194)
#CDD9D4
(205,217,212)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074032 color. Also use rgb(7,64,50) instead hex code.

Text Font Color

.myTextColor { color: #074032; }

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

This text font color is #074032.


Background Color

.myBgColor { background-color: #074032; }

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

This div background color is #074032.


Border color

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

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

This div border color is #074032.


Opacity

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

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

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

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

This text has shadow with #074032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074032 on black background.


Color preview on white background

This text has color #074032 on white background.



Black color preview on #074032 background

This text has black color on #074032 background.


White color preview on #074032 background

This text has white color on #074032 background.