COLOR #073C14

HEX: #073C14
RGB: (7,60,20)

Color info

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

RGB color model

#073C14 color RGB value is (7,60,20).

  • red value is 7;
  • green value is 60;
  • blue value is 20.
RGB:
(7,60,20)
(3%,24%,8%)

RGB channels and saturation

R 7 of 255 = 3%
G 60 of 255 = 24%
B 20 of 255 = 8%

7
60
20

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

Portions of RGB colors in percentages

R + G + B =
7 + 60 + 20 = 87 (100%)
R 7 of 87 ~ 8.05%
G 60 of 87 ~ 68.97%
B 20 of 87 ~ 22.99%

%68.97
%22.99

CMYK color model

#073C14 color CMYK value is (88,0,67,76).

  • cyan value is 88.33%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 76.47%
CMYK:
(88,0,67,76)
C88M0Y67K76 
(88%,0%,67%,76%)
(0.88/0.00/0.67/0.76)	

CMYK percentages

%88.33
%0
%66.67
%76.47

Codes

Color #073C14 in popluar color models

073C14
RGB76020
HSL135°79.10%13.14%
HSB/HSV135°88.33%23.53%
CMYK88.33%0.00%66.67%
76.47%

Color #073C14 in popluar number systems.

HEX073C14
Decimal76020
Binary11111110010100
Octal77424

Shades and tints

Shades of #073C14

#073C14
(7,60,20)
#073713
(7,55,19)
#073212
(7,50,18)
#072D11
(7,45,17)
#072810
(7,40,16)
#07230F
(7,35,15)
#071E0E
(7,30,14)
#07190D
(7,25,13)
#07140C
(7,20,12)
#070F0B
(7,15,11)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #073C14

#073C14
(7,60,20)
#1D4D29
(29,77,41)
#335E3E
(51,94,62)
#496F53
(73,111,83)
#5F8068
(95,128,104)
#75917D
(117,145,125)
#8BA292
(139,162,146)
#A1B3A7
(161,179,167)
#B7C4BC
(183,196,188)
#CDD5D1
(205,213,209)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073C14 color. Also use rgb(7,60,20) instead hex code.

Text Font Color

.myTextColor { color: #073C14; }

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

This text font color is #073C14.


Background Color

.myBgColor { background-color: #073C14; }

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

This div background color is #073C14.


Border color

.myBorderColor { border: 1px solid #073C14; }

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

This div border color is #073C14.


Opacity

.myOpacity80 { color: #073C14; opacity: 0.8; }

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

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

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

This text has shadow with #073C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073C14 on black background.


Color preview on white background

This text has color #073C14 on white background.



Black color preview on #073C14 background

This text has black color on #073C14 background.


White color preview on #073C14 background

This text has white color on #073C14 background.