COLOR #0E7754

HEX: #0E7754
RGB: (14,119,84)

Color info

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

RGB color model

#0E7754 color RGB value is (14,119,84).

  • red value is 14;
  • green value is 119;
  • blue value is 84.
RGB:
(14,119,84)
(5%,47%,33%)

RGB channels and saturation

R 14 of 255 = 5%
G 119 of 255 = 47%
B 84 of 255 = 33%

14
119
84

R + G + B ~ 28%. #0E7754 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 119 + 84 = 217 (100%)
R 14 of 217 ~ 6.45%
G 119 of 217 ~ 54.84%
B 84 of 217 ~ 38.71%

%54.84
%38.71

CMYK color model

#0E7754 color CMYK value is (88,0,29,53).

  • cyan value is 88.24%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 53.33%
CMYK:
(88,0,29,53)
C88M0Y29K53 
(88%,0%,29%,53%)
(0.88/0.00/0.29/0.53)	

CMYK percentages

%88.24
%0
%29.41
%53.33

Codes

Color #0E7754 in popluar color models

0E7754
RGB1411984
HSL160°78.95%26.08%
HSB/HSV160°88.24%46.67%
CMYK88.24%0.00%29.41%
53.33%

Color #0E7754 in popluar number systems.

HEX0E7754
Decimal1411984
Binary111011101111010100
Octal16167124

Shades and tints

Shades of #0E7754

#0E7754
(14,119,84)
#0D6D4D
(13,109,77)
#0C6346
(12,99,70)
#0B593F
(11,89,63)
#0A4F38
(10,79,56)
#094531
(9,69,49)
#083B2A
(8,59,42)
#073123
(7,49,35)
#06271C
(6,39,28)
#051D15
(5,29,21)
#04130E
(4,19,14)
#000000
(0,0,0)

Tints of #0E7754

#0E7754
(14,119,84)
#238363
(35,131,99)
#388F72
(56,143,114)
#4D9B81
(77,155,129)
#62A790
(98,167,144)
#77B39F
(119,179,159)
#8CBFAE
(140,191,174)
#A1CBBD
(161,203,189)
#B6D7CC
(182,215,204)
#CBE3DB
(203,227,219)
#E0EFEA
(224,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E7754; }

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

This text font color is #0E7754.


Background Color

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

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

This div background color is #0E7754.


Border color

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

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

This div border color is #0E7754.


Opacity

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

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

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

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

This text has shadow with #0E7754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7754 on black background.


Color preview on white background

This text has color #0E7754 on white background.



Black color preview on #0E7754 background

This text has black color on #0E7754 background.


White color preview on #0E7754 background

This text has white color on #0E7754 background.