COLOR #073116

HEX: #073116
RGB: (7,49,22)

Color info

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

RGB color model

#073116 color RGB value is (7,49,22).

  • red value is 7;
  • green value is 49;
  • blue value is 22.
RGB:
(7,49,22)
(3%,19%,9%)

RGB channels and saturation

R 7 of 255 = 3%
G 49 of 255 = 19%
B 22 of 255 = 9%

7
49
22

R + G + B ~ 10%. #073116 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 49 + 22 = 78 (100%)
R 7 of 78 ~ 8.97%
G 49 of 78 ~ 62.82%
B 22 of 78 ~ 28.21%

%62.82
%28.21

CMYK color model

#073116 color CMYK value is (86,0,55,81).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 55.10%
  • key color value is 80.78%
CMYK:
(86,0,55,81)
C86M0Y55K81 
(86%,0%,55%,81%)
(0.86/0.00/0.55/0.81)	

CMYK percentages

%85.71
%0
%55.1
%80.78

Codes

Color #073116 in popluar color models

073116
RGB74922
HSL141°75.00%10.98%
HSB/HSV141°85.71%19.22%
CMYK85.71%0.00%55.10%
80.78%

Color #073116 in popluar number systems.

HEX073116
Decimal74922
Binary11111000110110
Octal76126

Shades and tints

Shades of #073116

#073116
(7,49,22)
#072D14
(7,45,20)
#072912
(7,41,18)
#072510
(7,37,16)
#07210E
(7,33,14)
#071D0C
(7,29,12)
#07190A
(7,25,10)
#071508
(7,21,8)
#071106
(7,17,6)
#070D04
(7,13,4)
#070902
(7,9,2)
#000000
(0,0,0)

Tints of #073116

#073116
(7,49,22)
#1D432B
(29,67,43)
#335540
(51,85,64)
#496755
(73,103,85)
#5F796A
(95,121,106)
#758B7F
(117,139,127)
#8B9D94
(139,157,148)
#A1AFA9
(161,175,169)
#B7C1BE
(183,193,190)
#CDD3D3
(205,211,211)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073116 color. Also use rgb(7,49,22) instead hex code.

Text Font Color

.myTextColor { color: #073116; }

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

This text font color is #073116.


Background Color

.myBgColor { background-color: #073116; }

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

This div background color is #073116.


Border color

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

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

This div border color is #073116.


Opacity

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

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

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

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

This text has shadow with #073116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073116 on black background.


Color preview on white background

This text has color #073116 on white background.



Black color preview on #073116 background

This text has black color on #073116 background.


White color preview on #073116 background

This text has white color on #073116 background.