COLOR #074215

HEX: #074215
RGB: (7,66,21)

Color info

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

RGB color model

#074215 color RGB value is (7,66,21).

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

RGB channels and saturation

R 7 of 255 = 3%
G 66 of 255 = 26%
B 21 of 255 = 8%

7
66
21

R + G + B ~ 12%. #074215 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 66 + 21 = 94 (100%)
R 7 of 94 ~ 7.45%
G 66 of 94 ~ 70.21%
B 21 of 94 ~ 22.34%

%70.21
%22.34

CMYK color model

#074215 color CMYK value is (89,0,68,74).

  • cyan value is 89.39%
  • magenta value is 0.00%
  • yellow value is 68.18%
  • key color value is 74.12%
CMYK:
(89,0,68,74)
C89M0Y68K74 
(89%,0%,68%,74%)
(0.89/0.00/0.68/0.74)	

CMYK percentages

%89.39
%0
%68.18
%74.12

Codes

Color #074215 in popluar color models

074215
RGB76621
HSL134°80.82%14.31%
HSB/HSV134°89.39%25.88%
CMYK89.39%0.00%68.18%
74.12%

Color #074215 in popluar number systems.

HEX074215
Decimal76621
Binary111100001010101
Octal710225

Shades and tints

Shades of #074215

#074215
(7,66,21)
#073C14
(7,60,20)
#073613
(7,54,19)
#073012
(7,48,18)
#072A11
(7,42,17)
#072410
(7,36,16)
#071E0F
(7,30,15)
#07180E
(7,24,14)
#07120D
(7,18,13)
#070C0C
(7,12,12)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #074215

#074215
(7,66,21)
#1D532A
(29,83,42)
#33643F
(51,100,63)
#497554
(73,117,84)
#5F8669
(95,134,105)
#75977E
(117,151,126)
#8BA893
(139,168,147)
#A1B9A8
(161,185,168)
#B7CABD
(183,202,189)
#CDDBD2
(205,219,210)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074215; }

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

This text font color is #074215.


Background Color

.myBgColor { background-color: #074215; }

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

This div background color is #074215.


Border color

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

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

This div border color is #074215.


Opacity

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

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

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

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

This text has shadow with #074215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074215 on black background.


Color preview on white background

This text has color #074215 on white background.



Black color preview on #074215 background

This text has black color on #074215 background.


White color preview on #074215 background

This text has white color on #074215 background.