COLOR #0E5A41

HEX: #0E5A41
RGB: (14,90,65)

Color info

#0E5A41 contains mainly green and blue colors. Web safe color of #0E5A41 is #006633 (or #063).

RGB color model

#0E5A41 color RGB value is (14,90,65).

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

RGB channels and saturation

R 14 of 255 = 5%
G 90 of 255 = 35%
B 65 of 255 = 25%

14
90
65

R + G + B ~ 22%. #0E5A41 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 90 + 65 = 169 (100%)
R 14 of 169 ~ 8.28%
G 90 of 169 ~ 53.25%
B 65 of 169 ~ 38.46%

%53.25
%38.46

CMYK color model

#0E5A41 color CMYK value is (84,0,28,65).

  • cyan value is 84.44%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 64.71%
CMYK:
(84,0,28,65)
C84M0Y28K65 
(84%,0%,28%,65%)
(0.84/0.00/0.28/0.65)	

CMYK percentages

%84.44
%0
%27.78
%64.71

Codes

Color #0E5A41 in popluar color models

0E5A41
RGB149065
HSL160°73.08%20.39%
HSB/HSV160°84.44%35.29%
CMYK84.44%0.00%27.78%
64.71%

Color #0E5A41 in popluar number systems.

HEX0E5A41
Decimal149065
Binary111010110101000001
Octal16132101

Shades and tints

Shades of #0E5A41

#0E5A41
(14,90,65)
#0D523C
(13,82,60)
#0C4A37
(12,74,55)
#0B4232
(11,66,50)
#0A3A2D
(10,58,45)
#093228
(9,50,40)
#082A23
(8,42,35)
#07221E
(7,34,30)
#061A19
(6,26,25)
#051214
(5,18,20)
#040A0F
(4,10,15)
#000000
(0,0,0)

Tints of #0E5A41

#0E5A41
(14,90,65)
#236952
(35,105,82)
#387863
(56,120,99)
#4D8774
(77,135,116)
#629685
(98,150,133)
#77A596
(119,165,150)
#8CB4A7
(140,180,167)
#A1C3B8
(161,195,184)
#B6D2C9
(182,210,201)
#CBE1DA
(203,225,218)
#E0F0EB
(224,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E5A41; }

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

This text font color is #0E5A41.


Background Color

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

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

This div background color is #0E5A41.


Border color

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

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

This div border color is #0E5A41.


Opacity

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

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

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

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

This text has shadow with #0E5A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5A41 on black background.


Color preview on white background

This text has color #0E5A41 on white background.



Black color preview on #0E5A41 background

This text has black color on #0E5A41 background.


White color preview on #0E5A41 background

This text has white color on #0E5A41 background.