COLOR #0E7907

HEX: #0E7907
RGB: (14,121,7)

Color info

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

RGB color model

#0E7907 color RGB value is (14,121,7).

  • red value is 14;
  • green value is 121;
  • blue value is 7.
RGB:
(14,121,7)
(5%,47%,3%)

RGB channels and saturation

R 14 of 255 = 5%
G 121 of 255 = 47%
B 7 of 255 = 3%

14
121
7

R + G + B ~ 18%. #0E7907 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 121 + 7 = 142 (100%)
R 14 of 142 ~ 9.86%
G 121 of 142 ~ 85.21%
B 7 of 142 ~ 4.93%

%9.86
%85.21

CMYK color model

#0E7907 color CMYK value is (88,0,94,53).

  • cyan value is 88.43%
  • magenta value is 0.00%
  • yellow value is 94.21%
  • key color value is 52.55%
CMYK:
(88,0,94,53)
C88M0Y94K53 
(88%,0%,94%,53%)
(0.88/0.00/0.94/0.53)	

CMYK percentages

%88.43
%0
%94.21
%52.55

Codes

Color #0E7907 in popluar color models

0E7907
RGB141217
HSL116°89.06%25.10%
HSB/HSV116°94.21%47.45%
CMYK88.43%0.00%94.21%
52.55%

Color #0E7907 in popluar number systems.

HEX0E7907
Decimal141217
Binary11101111001111
Octal161717

Shades and tints

Shades of #0E7907

#0E7907
(14,121,7)
#0D6E07
(13,110,7)
#0C6307
(12,99,7)
#0B5807
(11,88,7)
#0A4D07
(10,77,7)
#094207
(9,66,7)
#083707
(8,55,7)
#072C07
(7,44,7)
#062107
(6,33,7)
#051607
(5,22,7)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #0E7907

#0E7907
(14,121,7)
#23851D
(35,133,29)
#389133
(56,145,51)
#4D9D49
(77,157,73)
#62A95F
(98,169,95)
#77B575
(119,181,117)
#8CC18B
(140,193,139)
#A1CDA1
(161,205,161)
#B6D9B7
(182,217,183)
#CBE5CD
(203,229,205)
#E0F1E3
(224,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E7907 color. Also use rgb(14,121,7) instead hex code.

Text Font Color

.myTextColor { color: #0E7907; }

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

This text font color is #0E7907.


Background Color

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

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

This div background color is #0E7907.


Border color

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

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

This div border color is #0E7907.


Opacity

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

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

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

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

This text has shadow with #0E7907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7907 on black background.


Color preview on white background

This text has color #0E7907 on white background.



Black color preview on #0E7907 background

This text has black color on #0E7907 background.


White color preview on #0E7907 background

This text has white color on #0E7907 background.