COLOR #073C10

HEX: #073C10
RGB: (7,60,16)

Color info

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

RGB color model

#073C10 color RGB value is (7,60,16).

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

RGB channels and saturation

R 7 of 255 = 3%
G 60 of 255 = 24%
B 16 of 255 = 6%

7
60
16

R + G + B ~ 11%. #073C10 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 60 + 16 = 83 (100%)
R 7 of 83 ~ 8.43%
G 60 of 83 ~ 72.29%
B 16 of 83 ~ 19.28%

%72.29
%19.28

CMYK color model

#073C10 color CMYK value is (88,0,73,76).

  • cyan value is 88.33%
  • magenta value is 0.00%
  • yellow value is 73.33%
  • key color value is 76.47%
CMYK:
(88,0,73,76)
C88M0Y73K76 
(88%,0%,73%,76%)
(0.88/0.00/0.73/0.76)	

CMYK percentages

%88.33
%0
%73.33
%76.47

Codes

Color #073C10 in popluar color models

073C10
RGB76016
HSL130°79.10%13.14%
HSB/HSV130°88.33%23.53%
CMYK88.33%0.00%73.33%
76.47%

Color #073C10 in popluar number systems.

HEX073C10
Decimal76016
Binary11111110010000
Octal77420

Shades and tints

Shades of #073C10

#073C10
(7,60,16)
#07370F
(7,55,15)
#07320E
(7,50,14)
#072D0D
(7,45,13)
#07280C
(7,40,12)
#07230B
(7,35,11)
#071E0A
(7,30,10)
#071909
(7,25,9)
#071408
(7,20,8)
#070F07
(7,15,7)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #073C10

#073C10
(7,60,16)
#1D4D25
(29,77,37)
#335E3A
(51,94,58)
#496F4F
(73,111,79)
#5F8064
(95,128,100)
#759179
(117,145,121)
#8BA28E
(139,162,142)
#A1B3A3
(161,179,163)
#B7C4B8
(183,196,184)
#CDD5CD
(205,213,205)
#E3E6E2
(227,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073C10; }

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

This text font color is #073C10.


Background Color

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

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

This div background color is #073C10.


Border color

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

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

This div border color is #073C10.


Opacity

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

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

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

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

This text has shadow with #073C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073C10 on black background.


Color preview on white background

This text has color #073C10 on white background.



Black color preview on #073C10 background

This text has black color on #073C10 background.


White color preview on #073C10 background

This text has white color on #073C10 background.