COLOR #0E580E

HEX: #0E580E
RGB: (14,88,14)

Color info

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

RGB color model

#0E580E color RGB value is (14,88,14).

  • red value is 14;
  • green value is 88;
  • blue value is 14.
RGB:
(14,88,14)
(5%,35%,5%)

RGB channels and saturation

R 14 of 255 = 5%
G 88 of 255 = 35%
B 14 of 255 = 5%

14
88
14

R + G + B ~ 15%. #0E580E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 88 + 14 = 116 (100%)
R 14 of 116 ~ 12.07%
G 88 of 116 ~ 75.86%
B 14 of 116 ~ 12.07%

%12.07
%75.86
%12.07

CMYK color model

#0E580E color CMYK value is (84,0,84,65).

  • cyan value is 84.09%
  • magenta value is 0.00%
  • yellow value is 84.09%
  • key color value is 65.49%
CMYK:
(84,0,84,65)
C84M0Y84K65 
(84%,0%,84%,65%)
(0.84/0.00/0.84/0.65)	

CMYK percentages

%84.09
%0
%84.09
%65.49

Codes

Color #0E580E in popluar color models

0E580E
RGB148814
HSL120°72.55%20.00%
HSB/HSV120°84.09%34.51%
CMYK84.09%0.00%84.09%
65.49%

Color #0E580E in popluar number systems.

HEX0E580E
Decimal148814
Binary111010110001110
Octal1613016

Shades and tints

Shades of #0E580E

#0E580E
(14,88,14)
#0D500D
(13,80,13)
#0C480C
(12,72,12)
#0B400B
(11,64,11)
#0A380A
(10,56,10)
#093009
(9,48,9)
#082808
(8,40,8)
#072007
(7,32,7)
#061806
(6,24,6)
#051005
(5,16,5)
#040804
(4,8,4)
#000000
(0,0,0)

Tints of #0E580E

#0E580E
(14,88,14)
#236723
(35,103,35)
#387638
(56,118,56)
#4D854D
(77,133,77)
#629462
(98,148,98)
#77A377
(119,163,119)
#8CB28C
(140,178,140)
#A1C1A1
(161,193,161)
#B6D0B6
(182,208,182)
#CBDFCB
(203,223,203)
#E0EEE0
(224,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E580E; }

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

This text font color is #0E580E.


Background Color

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

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

This div background color is #0E580E.


Border color

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

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

This div border color is #0E580E.


Opacity

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

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

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

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

This text has shadow with #0E580E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E580E on black background.


Color preview on white background

This text has color #0E580E on white background.



Black color preview on #0E580E background

This text has black color on #0E580E background.


White color preview on #0E580E background

This text has white color on #0E580E background.