COLOR #0E655A

HEX: #0E655A RGB: (14,101,90)

Color info

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

RGB color model

#0E655A color RGB value is (14,101,90).

RGB: (14,101,90) (5%, 40%, 35%)

RGB channels and saturation

R 14 of 255 = 5%
G 101 of 255 = 40%
B 90 of 255 = 35%

14
101
90

R + G + B ~ 27%. #0E655A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 101 + 90 = 205 (100%)
R 14 of 205 ~ 6.83%
G 101 of 205 ~ 49.27%
B 90 of 205 ~ 43.9'%

%49.27
%43.9

CMYK color model

#0E655A color CMYK value is (86,0,11,60).

  • cyan value is 86.14%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 60.39%

CMYK: (86,0,11,60)
C86M0Y11K60 (86%, 0%, 11%, 60%)
(0.86 / 0.00 / 0.11 / 0.60)

CMYK percentages

%86.14
%0
%10.89
%60.39

Codes

Color #0E655A in popluar color models

0E 65 5A
RGB 14 101 90
HSL 172° 75.65% 22.55%
HSB/HSV 172° 86.14% 39.61%
CMYK 86.14% 0.00% 10.89%
60.39%

Color #0E655A in popluar number systems.

HEX 0E 65 5A
Decimal 14 101 90
Binary 1110 1100101 1011010
Octal 16 145 132

Shades and tints

Shades of #0E655A

#0E655A
(14,101,90)
#0D5C52
(13,92,82)
#0C534A
(12,83,74)
#0B4A42
(11,74,66)
#0A413A
(10,65,58)
#093832
(9,56,50)
#082F2A
(8,47,42)
#072622
(7,38,34)
#061D1A
(6,29,26)
#051412
(5,20,18)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #0E655A

#0E655A
(14,101,90)
#237369
(35,115,105)
#388178
(56,129,120)
#4D8F87
(77,143,135)
#629D96
(98,157,150)
#77ABA5
(119,171,165)
#8CB9B4
(140,185,180)
#A1C7C3
(161,199,195)
#B6D5D2
(182,213,210)
#CBE3E1
(203,227,225)
#E0F1F0
(224,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E655A; }

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

This text font color is #0E655A.

Background Color

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

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

This div background color is #0E655A.

Border color

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

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

This div border color is #0E655A.

Opacity

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

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

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

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

This text has shadow with #0E655A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E655A.

Preview

Color preview on black background

This text has color #0E655A on black background.


Color preview on white background

This text has color #0E655A on white background.


Black color preview on #0E655A background

This text has black color on #0E655A background.


White color preview on #0E655A background

This text has white color on #0E655A background.


Related colors

Complementary color

Complementary color for #hex is #F19AA5.


I love getcolorcode.com

Triadic colors

1 #5A0E65 and #655A0E with #0E655A are triadic colors.

2 #5A650E and #650E5A with #0E655A are triadic colors.