COLOR #0E7616

HEX: #0E7616
RGB: (14,118,22)

Color info

#0E7616 contains mainly green color. Web safe color of #0E7616 is #006600 (or #060).

RGB color model

#0E7616 color RGB value is (14,118,22).

  • red value is 14;
  • green value is 118;
  • blue value is 22.
RGB:
(14,118,22)
(5%,46%,9%)

RGB channels and saturation

R 14 of 255 = 5%
G 118 of 255 = 46%
B 22 of 255 = 9%

14
118
22

R + G + B ~ 20%. #0E7616 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 118 + 22 = 154 (100%)
R 14 of 154 ~ 9.09%
G 118 of 154 ~ 76.62%
B 22 of 154 ~ 14.29%

%76.62
%14.29

CMYK color model

#0E7616 color CMYK value is (88,0,81,54).

  • cyan value is 88.14%
  • magenta value is 0.00%
  • yellow value is 81.36%
  • key color value is 53.73%
CMYK:
(88,0,81,54)
C88M0Y81K54 
(88%,0%,81%,54%)
(0.88/0.00/0.81/0.54)	

CMYK percentages

%88.14
%0
%81.36
%53.73

Codes

Color #0E7616 in popluar color models

0E7616
RGB1411822
HSL125°78.79%25.88%
HSB/HSV125°88.14%46.27%
CMYK88.14%0.00%81.36%
53.73%

Color #0E7616 in popluar number systems.

HEX0E7616
Decimal1411822
Binary1110111011010110
Octal1616626

Shades and tints

Shades of #0E7616

#0E7616
(14,118,22)
#0D6C14
(13,108,20)
#0C6212
(12,98,18)
#0B5810
(11,88,16)
#0A4E0E
(10,78,14)
#09440C
(9,68,12)
#083A0A
(8,58,10)
#073008
(7,48,8)
#062606
(6,38,6)
#051C04
(5,28,4)
#041202
(4,18,2)
#000000
(0,0,0)

Tints of #0E7616

#0E7616
(14,118,22)
#23822B
(35,130,43)
#388E40
(56,142,64)
#4D9A55
(77,154,85)
#62A66A
(98,166,106)
#77B27F
(119,178,127)
#8CBE94
(140,190,148)
#A1CAA9
(161,202,169)
#B6D6BE
(182,214,190)
#CBE2D3
(203,226,211)
#E0EEE8
(224,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E7616 color. Also use rgb(14,118,22) instead hex code.

Text Font Color

.myTextColor { color: #0E7616; }

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

This text font color is #0E7616.


Background Color

.myBgColor { background-color: #0E7616; }

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

This div background color is #0E7616.


Border color

.myBorderColor { border: 1px solid #0E7616; }

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

This div border color is #0E7616.


Opacity

.myOpacity80 { color: #0E7616; opacity: 0.8; }

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

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

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

This text has shadow with #0E7616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7616 on black background.


Color preview on white background

This text has color #0E7616 on white background.



Black color preview on #0E7616 background

This text has black color on #0E7616 background.


White color preview on #0E7616 background

This text has white color on #0E7616 background.