COLOR #0E752F

HEX: #0E752F
RGB: (14,117,47)

Color info

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

RGB color model

#0E752F color RGB value is (14,117,47).

  • red value is 14;
  • green value is 117;
  • blue value is 47.
RGB:
(14,117,47)
(5%,46%,18%)

RGB channels and saturation

R 14 of 255 = 5%
G 117 of 255 = 46%
B 47 of 255 = 18%

14
117
47

R + G + B ~ 23%. #0E752F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 117 + 47 = 178 (100%)
R 14 of 178 ~ 7.87%
G 117 of 178 ~ 65.73%
B 47 of 178 ~ 26.4%

%65.73
%26.4

CMYK color model

#0E752F color CMYK value is (88,0,60,54).

  • cyan value is 88.03%
  • magenta value is 0.00%
  • yellow value is 59.83%
  • key color value is 54.12%
CMYK:
(88,0,60,54)
C88M0Y60K54 
(88%,0%,60%,54%)
(0.88/0.00/0.60/0.54)	

CMYK percentages

%88.03
%0
%59.83
%54.12

Codes

Color #0E752F in popluar color models

0E752F
RGB1411747
HSL139°78.63%25.69%
HSB/HSV139°88.03%45.88%
CMYK88.03%0.00%59.83%
54.12%

Color #0E752F in popluar number systems.

HEX0E752F
Decimal1411747
Binary11101110101101111
Octal1616557

Shades and tints

Shades of #0E752F

#0E752F
(14,117,47)
#0D6B2B
(13,107,43)
#0C6127
(12,97,39)
#0B5723
(11,87,35)
#0A4D1F
(10,77,31)
#09431B
(9,67,27)
#083917
(8,57,23)
#072F13
(7,47,19)
#06250F
(6,37,15)
#051B0B
(5,27,11)
#041107
(4,17,7)
#000000
(0,0,0)

Tints of #0E752F

#0E752F
(14,117,47)
#238141
(35,129,65)
#388D53
(56,141,83)
#4D9965
(77,153,101)
#62A577
(98,165,119)
#77B189
(119,177,137)
#8CBD9B
(140,189,155)
#A1C9AD
(161,201,173)
#B6D5BF
(182,213,191)
#CBE1D1
(203,225,209)
#E0EDE3
(224,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E752F; }

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

This text font color is #0E752F.


Background Color

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

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

This div background color is #0E752F.


Border color

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

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

This div border color is #0E752F.


Opacity

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

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

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

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

This text has shadow with #0E752F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E752F on black background.


Color preview on white background

This text has color #0E752F on white background.



Black color preview on #0E752F background

This text has black color on #0E752F background.


White color preview on #0E752F background

This text has white color on #0E752F background.