COLOR #0E7120

HEX: #0E7120
RGB: (14,113,32)

Color info

#0E7120 contains mainly green color. Web safe color of #0E7120 is #006633 (or #063).

RGB color model

#0E7120 color RGB value is (14,113,32).

  • red value is 14;
  • green value is 113;
  • blue value is 32.
RGB:
(14,113,32)
(5%,44%,13%)

RGB channels and saturation

R 14 of 255 = 5%
G 113 of 255 = 44%
B 32 of 255 = 13%

14
113
32

R + G + B ~ 21%. #0E7120 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 113 + 32 = 159 (100%)
R 14 of 159 ~ 8.81%
G 113 of 159 ~ 71.07%
B 32 of 159 ~ 20.13%

%71.07
%20.13

CMYK color model

#0E7120 color CMYK value is (88,0,72,56).

  • cyan value is 87.61%
  • magenta value is 0.00%
  • yellow value is 71.68%
  • key color value is 55.69%
CMYK:
(88,0,72,56)
C88M0Y72K56 
(88%,0%,72%,56%)
(0.88/0.00/0.72/0.56)	

CMYK percentages

%87.61
%0
%71.68
%55.69

Codes

Color #0E7120 in popluar color models

0E7120
RGB1411332
HSL131°77.95%24.90%
HSB/HSV131°87.61%44.31%
CMYK87.61%0.00%71.68%
55.69%

Color #0E7120 in popluar number systems.

HEX0E7120
Decimal1411332
Binary11101110001100000
Octal1616140

Shades and tints

Shades of #0E7120

#0E7120
(14,113,32)
#0D671E
(13,103,30)
#0C5D1C
(12,93,28)
#0B531A
(11,83,26)
#0A4918
(10,73,24)
#093F16
(9,63,22)
#083514
(8,53,20)
#072B12
(7,43,18)
#062110
(6,33,16)
#05170E
(5,23,14)
#040D0C
(4,13,12)
#000000
(0,0,0)

Tints of #0E7120

#0E7120
(14,113,32)
#237D34
(35,125,52)
#388948
(56,137,72)
#4D955C
(77,149,92)
#62A170
(98,161,112)
#77AD84
(119,173,132)
#8CB998
(140,185,152)
#A1C5AC
(161,197,172)
#B6D1C0
(182,209,192)
#CBDDD4
(203,221,212)
#E0E9E8
(224,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E7120 color. Also use rgb(14,113,32) instead hex code.

Text Font Color

.myTextColor { color: #0E7120; }

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

This text font color is #0E7120.


Background Color

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

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

This div background color is #0E7120.


Border color

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

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

This div border color is #0E7120.


Opacity

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

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

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

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

This text has shadow with #0E7120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7120 on black background.


Color preview on white background

This text has color #0E7120 on white background.



Black color preview on #0E7120 background

This text has black color on #0E7120 background.


White color preview on #0E7120 background

This text has white color on #0E7120 background.