COLOR #073F10

HEX: #073F10
RGB: (7,63,16)

Color info

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

RGB color model

#073F10 color RGB value is (7,63,16).

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

RGB channels and saturation

R 7 of 255 = 3%
G 63 of 255 = 25%
B 16 of 255 = 6%

7
63
16

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

Portions of RGB colors in percentages

R + G + B =
7 + 63 + 16 = 86 (100%)
R 7 of 86 ~ 8.14%
G 63 of 86 ~ 73.26%
B 16 of 86 ~ 18.6%

%73.26
%18.6

CMYK color model

#073F10 color CMYK value is (89,0,75,75).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 74.60%
  • key color value is 75.29%
CMYK:
(89,0,75,75)
C89M0Y75K75 
(89%,0%,75%,75%)
(0.89/0.00/0.75/0.75)	

CMYK percentages

%88.89
%0
%74.6
%75.29

Codes

Color #073F10 in popluar color models

073F10
RGB76316
HSL130°80.00%13.73%
HSB/HSV130°88.89%24.71%
CMYK88.89%0.00%74.60%
75.29%

Color #073F10 in popluar number systems.

HEX073F10
Decimal76316
Binary11111111110000
Octal77720

Shades and tints

Shades of #073F10

#073F10
(7,63,16)
#073A0F
(7,58,15)
#07350E
(7,53,14)
#07300D
(7,48,13)
#072B0C
(7,43,12)
#07260B
(7,38,11)
#07210A
(7,33,10)
#071C09
(7,28,9)
#071708
(7,23,8)
#071207
(7,18,7)
#070D06
(7,13,6)
#000000
(0,0,0)

Tints of #073F10

#073F10
(7,63,16)
#1D5025
(29,80,37)
#33613A
(51,97,58)
#49724F
(73,114,79)
#5F8364
(95,131,100)
#759479
(117,148,121)
#8BA58E
(139,165,142)
#A1B6A3
(161,182,163)
#B7C7B8
(183,199,184)
#CDD8CD
(205,216,205)
#E3E9E2
(227,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073F10; }

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

This text font color is #073F10.


Background Color

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

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

This div background color is #073F10.


Border color

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

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

This div border color is #073F10.


Opacity

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

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

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

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

This text has shadow with #073F10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073F10 on black background.


Color preview on white background

This text has color #073F10 on white background.



Black color preview on #073F10 background

This text has black color on #073F10 background.


White color preview on #073F10 background

This text has white color on #073F10 background.