COLOR #072614

HEX: #072614
RGB: (7,38,20)

Color info

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

RGB color model

#072614 color RGB value is (7,38,20).

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

RGB channels and saturation

R 7 of 255 = 3%
G 38 of 255 = 15%
B 20 of 255 = 8%

7
38
20

R + G + B ~ 9%. #072614 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 38 + 20 = 65 (100%)
R 7 of 65 ~ 10.77%
G 38 of 65 ~ 58.46%
B 20 of 65 ~ 30.77%

%10.77
%58.46
%30.77

CMYK color model

#072614 color CMYK value is (82,0,47,85).

  • cyan value is 81.58%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 85.10%
CMYK:
(82,0,47,85)
C82M0Y47K85 
(82%,0%,47%,85%)
(0.82/0.00/0.47/0.85)	

CMYK percentages

%81.58
%0
%47.37
%85.1

Codes

Color #072614 in popluar color models

072614
RGB73820
HSL145°68.89%8.82%
HSB/HSV145°81.58%14.90%
CMYK81.58%0.00%47.37%
85.10%

Color #072614 in popluar number systems.

HEX072614
Decimal73820
Binary11110011010100
Octal74624

Shades and tints

Shades of #072614

#072614
(7,38,20)
#072313
(7,35,19)
#072012
(7,32,18)
#071D11
(7,29,17)
#071A10
(7,26,16)
#07170F
(7,23,15)
#07140E
(7,20,14)
#07110D
(7,17,13)
#070E0C
(7,14,12)
#070B0B
(7,11,11)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #072614

#072614
(7,38,20)
#1D3929
(29,57,41)
#334C3E
(51,76,62)
#495F53
(73,95,83)
#5F7268
(95,114,104)
#75857D
(117,133,125)
#8B9892
(139,152,146)
#A1ABA7
(161,171,167)
#B7BEBC
(183,190,188)
#CDD1D1
(205,209,209)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072614; }

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

This text font color is #072614.


Background Color

.myBgColor { background-color: #072614; }

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

This div background color is #072614.


Border color

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

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

This div border color is #072614.


Opacity

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

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

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

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

This text has shadow with #072614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072614 on black background.


Color preview on white background

This text has color #072614 on white background.



Black color preview on #072614 background

This text has black color on #072614 background.


White color preview on #072614 background

This text has white color on #072614 background.