COLOR #0E6557

HEX: #0E6557 RGB: (14,101,87)

Color info

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

RGB color model

#0E6557 color RGB value is (14,101,87).

RGB: (14,101,87) (5%, 40%, 34%)

RGB channels and saturation

R 14 of 255 = 5%
G 101 of 255 = 40%
B 87 of 255 = 34%

14
101
87

R + G + B ~ 26%. #0E6557 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 101 + 87 = 202 (100%)
R 14 of 202 ~ 6.93%
G 101 of 202 ~ 50%
B 87 of 202 ~ 43.07'%

%50
%43.07

CMYK color model

#0E6557 color CMYK value is (86,0,14,60).

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

CMYK: (86,0,14,60)
C86M0Y14K60 (86%, 0%, 14%, 60%)
(0.86 / 0.00 / 0.14 / 0.60)

CMYK percentages

%86.14
%0
%13.86
%60.39

Codes

Color #0E6557 in popluar color models

0E 65 57
RGB 14 101 87
HSL 170° 75.65% 22.55%
HSB/HSV 170° 86.14% 39.61%
CMYK 86.14% 0.00% 13.86%
60.39%

Color #0E6557 in popluar number systems.

HEX 0E 65 57
Decimal 14 101 87
Binary 1110 1100101 1010111
Octal 16 145 127

Shades and tints

Shades of #0E6557

#0E6557
(14,101,87)
#0D5C50
(13,92,80)
#0C5349
(12,83,73)
#0B4A42
(11,74,66)
#0A413B
(10,65,59)
#093834
(9,56,52)
#082F2D
(8,47,45)
#072626
(7,38,38)
#061D1F
(6,29,31)
#051418
(5,20,24)
#040B11
(4,11,17)
#000000
(0,0,0)

Tints of #0E6557

#0E6557
(14,101,87)
#237366
(35,115,102)
#388175
(56,129,117)
#4D8F84
(77,143,132)
#629D93
(98,157,147)
#77ABA2
(119,171,162)
#8CB9B1
(140,185,177)
#A1C7C0
(161,199,192)
#B6D5CF
(182,213,207)
#CBE3DE
(203,227,222)
#E0F1ED
(224,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E6557; }

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

This text font color is #0E6557.

Background Color

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

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

This div background color is #0E6557.

Border color

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

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

This div border color is #0E6557.

Opacity

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

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

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

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

This text has shadow with #0E6557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E6557.

Preview

Color preview on black background

This text has color #0E6557 on black background.


Color preview on white background

This text has color #0E6557 on white background.


Black color preview on #0E6557 background

This text has black color on #0E6557 background.


White color preview on #0E6557 background

This text has white color on #0E6557 background.


Related colors

Complementary color

Complementary color for #hex is #F19AA8.


I love getcolorcode.com

Triadic colors

1 #570E65 and #65570E with #0E6557 are triadic colors.

2 #57650E and #650E57 with #0E6557 are triadic colors.