COLOR #0E755A

HEX: #0E755A
RGB: (14,117,90)

Color info

#0E755A contains mainly green and blue colors. Web safe color of #0E755A is #006666 (or #066).

RGB color model

#0E755A color RGB value is (14,117,90).

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

RGB channels and saturation

R 14 of 255 = 5%
G 117 of 255 = 46%
B 90 of 255 = 35%

14
117
90

R + G + B ~ 29%. #0E755A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 117 + 90 = 221 (100%)
R 14 of 221 ~ 6.33%
G 117 of 221 ~ 52.94%
B 90 of 221 ~ 40.72%

%52.94
%40.72

CMYK color model

#0E755A color CMYK value is (88,0,23,54).

  • cyan value is 88.03%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 54.12%
CMYK:
(88,0,23,54)
C88M0Y23K54 
(88%,0%,23%,54%)
(0.88/0.00/0.23/0.54)	

CMYK percentages

%88.03
%0
%23.08
%54.12

Codes

Color #0E755A in popluar color models

0E755A
RGB1411790
HSL164°78.63%25.69%
HSB/HSV164°88.03%45.88%
CMYK88.03%0.00%23.08%
54.12%

Color #0E755A in popluar number systems.

HEX0E755A
Decimal1411790
Binary111011101011011010
Octal16165132

Shades and tints

Shades of #0E755A

#0E755A
(14,117,90)
#0D6B52
(13,107,82)
#0C614A
(12,97,74)
#0B5742
(11,87,66)
#0A4D3A
(10,77,58)
#094332
(9,67,50)
#08392A
(8,57,42)
#072F22
(7,47,34)
#06251A
(6,37,26)
#051B12
(5,27,18)
#04110A
(4,17,10)
#000000
(0,0,0)

Tints of #0E755A

#0E755A
(14,117,90)
#238169
(35,129,105)
#388D78
(56,141,120)
#4D9987
(77,153,135)
#62A596
(98,165,150)
#77B1A5
(119,177,165)
#8CBDB4
(140,189,180)
#A1C9C3
(161,201,195)
#B6D5D2
(182,213,210)
#CBE1E1
(203,225,225)
#E0EDF0
(224,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E755A; }

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

This text font color is #0E755A.


Background Color

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

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

This div background color is #0E755A.


Border color

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

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

This div border color is #0E755A.


Opacity

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

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

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

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

This text has shadow with #0E755A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E755A on black background.


Color preview on white background

This text has color #0E755A on white background.



Black color preview on #0E755A background

This text has black color on #0E755A background.


White color preview on #0E755A background

This text has white color on #0E755A background.