COLOR #0E5C10

HEX: #0E5C10
RGB: (14,92,16)

Color info

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

RGB color model

#0E5C10 color RGB value is (14,92,16).

  • red value is 14;
  • green value is 92;
  • blue value is 16.
RGB:
(14,92,16)
(5%,36%,6%)

RGB channels and saturation

R 14 of 255 = 5%
G 92 of 255 = 36%
B 16 of 255 = 6%

14
92
16

R + G + B ~ 16%. #0E5C10 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 92 + 16 = 122 (100%)
R 14 of 122 ~ 11.48%
G 92 of 122 ~ 75.41%
B 16 of 122 ~ 13.11%

%11.48
%75.41
%13.11

CMYK color model

#0E5C10 color CMYK value is (85,0,83,64).

  • cyan value is 84.78%
  • magenta value is 0.00%
  • yellow value is 82.61%
  • key color value is 63.92%
CMYK:
(85,0,83,64)
C85M0Y83K64 
(85%,0%,83%,64%)
(0.85/0.00/0.83/0.64)	

CMYK percentages

%84.78
%0
%82.61
%63.92

Codes

Color #0E5C10 in popluar color models

0E5C10
RGB149216
HSL122°73.58%20.78%
HSB/HSV122°84.78%36.08%
CMYK84.78%0.00%82.61%
63.92%

Color #0E5C10 in popluar number systems.

HEX0E5C10
Decimal149216
Binary1110101110010000
Octal1613420

Shades and tints

Shades of #0E5C10

#0E5C10
(14,92,16)
#0D540F
(13,84,15)
#0C4C0E
(12,76,14)
#0B440D
(11,68,13)
#0A3C0C
(10,60,12)
#09340B
(9,52,11)
#082C0A
(8,44,10)
#072409
(7,36,9)
#061C08
(6,28,8)
#051407
(5,20,7)
#040C06
(4,12,6)
#000000
(0,0,0)

Tints of #0E5C10

#0E5C10
(14,92,16)
#236A25
(35,106,37)
#38783A
(56,120,58)
#4D864F
(77,134,79)
#629464
(98,148,100)
#77A279
(119,162,121)
#8CB08E
(140,176,142)
#A1BEA3
(161,190,163)
#B6CCB8
(182,204,184)
#CBDACD
(203,218,205)
#E0E8E2
(224,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E5C10; }

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

This text font color is #0E5C10.


Background Color

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

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

This div background color is #0E5C10.


Border color

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

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

This div border color is #0E5C10.


Opacity

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

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

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

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

This text has shadow with #0E5C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5C10 on black background.


Color preview on white background

This text has color #0E5C10 on white background.



Black color preview on #0E5C10 background

This text has black color on #0E5C10 background.


White color preview on #0E5C10 background

This text has white color on #0E5C10 background.