COLOR #0E7755

HEX: #0E7755 RGB: (14,119,85)

Color info

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

RGB color model

#0E7755 color RGB value is (14,119,85).

RGB: (14,119,85) (5%, 47%, 33%)

RGB channels and saturation

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

14
119
85

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

Portions of RGB colors in percentages

R + G + B = 14 + 119 + 85 = 218 (100%)
R 14 of 218 ~ 6.42%
G 119 of 218 ~ 54.59%
B 85 of 218 ~ 38.99'%

%54.59
%38.99

CMYK color model

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

  • cyan value is 88.24%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • 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
%28.57
%53.33

Codes

Color #0E7755 in popluar color models

0E 77 55
RGB 14 119 85
HSL 161° 78.95% 26.08%
HSB/HSV 161° 88.24% 46.67%
CMYK 88.24% 0.00% 28.57%
53.33%

Color #0E7755 in popluar number systems.

HEX 0E 77 55
Decimal 14 119 85
Binary 1110 1110111 1010101
Octal 16 167 125

Shades and tints

Shades of #0E7755

#0E7755
(14,119,85)
#0D6D4E
(13,109,78)
#0C6347
(12,99,71)
#0B5940
(11,89,64)
#0A4F39
(10,79,57)
#094532
(9,69,50)
#083B2B
(8,59,43)
#073124
(7,49,36)
#06271D
(6,39,29)
#051D16
(5,29,22)
#04130F
(4,19,15)
#000000
(0,0,0)

Tints of #0E7755

#0E7755
(14,119,85)
#238364
(35,131,100)
#388F73
(56,143,115)
#4D9B82
(77,155,130)
#62A791
(98,167,145)
#77B3A0
(119,179,160)
#8CBFAF
(140,191,175)
#A1CBBE
(161,203,190)
#B6D7CD
(182,215,205)
#CBE3DC
(203,227,220)
#E0EFEB
(224,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E7755; }

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

This text font color is #0E7755.

Background Color

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

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

This div background color is #0E7755.

Border color

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

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

This div border color is #0E7755.

Opacity

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

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

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

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

This text has shadow with #0E7755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E7755.

Preview

Color preview on black background

This text has color #0E7755 on black background.


Color preview on white background

This text has color #0E7755 on white background.


Black color preview on #0E7755 background

This text has black color on #0E7755 background.


White color preview on #0E7755 background

This text has white color on #0E7755 background.


Related colors

Complementary color

Complementary color for #hex is #F188AA.


I love getcolorcode.com

Triadic colors

1 #550E77 and #77550E with #0E7755 are triadic colors.

2 #55770E and #770E55 with #0E7755 are triadic colors.