COLOR #073614

HEX: #073614
RGB: (7,54,20)

Color info

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

RGB color model

#073614 color RGB value is (7,54,20).

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

RGB channels and saturation

R 7 of 255 = 3%
G 54 of 255 = 21%
B 20 of 255 = 8%

7
54
20

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

Portions of RGB colors in percentages

R + G + B =
7 + 54 + 20 = 81 (100%)
R 7 of 81 ~ 8.64%
G 54 of 81 ~ 66.67%
B 20 of 81 ~ 24.69%

%66.67
%24.69

CMYK color model

#073614 color CMYK value is (87,0,63,79).

  • cyan value is 87.04%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 78.82%
CMYK:
(87,0,63,79)
C87M0Y63K79 
(87%,0%,63%,79%)
(0.87/0.00/0.63/0.79)	

CMYK percentages

%87.04
%0
%62.96
%78.82

Codes

Color #073614 in popluar color models

073614
RGB75420
HSL137°77.05%11.96%
HSB/HSV137°87.04%21.18%
CMYK87.04%0.00%62.96%
78.82%

Color #073614 in popluar number systems.

HEX073614
Decimal75420
Binary11111011010100
Octal76624

Shades and tints

Shades of #073614

#073614
(7,54,20)
#073213
(7,50,19)
#072E12
(7,46,18)
#072A11
(7,42,17)
#072610
(7,38,16)
#07220F
(7,34,15)
#071E0E
(7,30,14)
#071A0D
(7,26,13)
#07160C
(7,22,12)
#07120B
(7,18,11)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #073614

#073614
(7,54,20)
#1D4829
(29,72,41)
#335A3E
(51,90,62)
#496C53
(73,108,83)
#5F7E68
(95,126,104)
#75907D
(117,144,125)
#8BA292
(139,162,146)
#A1B4A7
(161,180,167)
#B7C6BC
(183,198,188)
#CDD8D1
(205,216,209)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073614; }

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

This text font color is #073614.


Background Color

.myBgColor { background-color: #073614; }

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

This div background color is #073614.


Border color

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

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

This div border color is #073614.


Opacity

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

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

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

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

This text has shadow with #073614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073614 on black background.


Color preview on white background

This text has color #073614 on white background.



Black color preview on #073614 background

This text has black color on #073614 background.


White color preview on #073614 background

This text has white color on #073614 background.