COLOR #0E7915

HEX: #0E7915 RGB: (14,121,21)

Color info

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

RGB color model

#0E7915 color RGB value is (14,121,21).

RGB: (14,121,21) (5%, 47%, 8%)

RGB channels and saturation

R 14 of 255 = 5%
G 121 of 255 = 47%
B 21 of 255 = 8%

14
121
21

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

Portions of RGB colors in percentages

R + G + B = 14 + 121 + 21 = 156 (100%)
R 14 of 156 ~ 8.97%
G 121 of 156 ~ 77.56%
B 21 of 156 ~ 13.46'%

%77.56
%13.46

CMYK color model

#0E7915 color CMYK value is (88,0,83,53).

  • cyan value is 88.43%
  • magenta value is 0.00%
  • yellow value is 82.64%
  • key color value is 52.55%

CMYK: (88,0,83,53)
C88M0Y83K53 (88%, 0%, 83%, 53%)
(0.88 / 0.00 / 0.83 / 0.53)

CMYK percentages

%88.43
%0
%82.64
%52.55

Codes

Color #0E7915 in popluar color models

0E 79 15
RGB 14 121 21
HSL 124° 79.26% 26.47%
HSB/HSV 124° 88.43% 47.45%
CMYK 88.43% 0.00% 82.64%
52.55%

Color #0E7915 in popluar number systems.

HEX 0E 79 15
Decimal 14 121 21
Binary 1110 1111001 10101
Octal 16 171 25

Shades and tints

Shades of #0E7915

#0E7915
(14,121,21)
#0D6E14
(13,110,20)
#0C6313
(12,99,19)
#0B5812
(11,88,18)
#0A4D11
(10,77,17)
#094210
(9,66,16)
#08370F
(8,55,15)
#072C0E
(7,44,14)
#06210D
(6,33,13)
#05160C
(5,22,12)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #0E7915

#0E7915
(14,121,21)
#23852A
(35,133,42)
#38913F
(56,145,63)
#4D9D54
(77,157,84)
#62A969
(98,169,105)
#77B57E
(119,181,126)
#8CC193
(140,193,147)
#A1CDA8
(161,205,168)
#B6D9BD
(182,217,189)
#CBE5D2
(203,229,210)
#E0F1E7
(224,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E7915; }

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

This text font color is #0E7915.

Background Color

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

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

This div background color is #0E7915.

Border color

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

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

This div border color is #0E7915.

Opacity

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

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

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

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

This text has shadow with #0E7915 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E7915.

Preview

Color preview on black background

This text has color #0E7915 on black background.


Color preview on white background

This text has color #0E7915 on white background.


Black color preview on #0E7915 background

This text has black color on #0E7915 background.


White color preview on #0E7915 background

This text has white color on #0E7915 background.


Related colors

Complementary color

Complementary color for #hex is #F186EA.


I love getcolorcode.com

Triadic colors

1 #150E79 and #79150E with #0E7915 are triadic colors.

2 #15790E and #790E15 with #0E7915 are triadic colors.