COLOR #0E505D

HEX: #0E505D
RGB: (14,80,93)

Color info

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

RGB color model

#0E505D color RGB value is (14,80,93).

  • red value is 14;
  • green value is 80;
  • blue value is 93.
RGB:
(14,80,93)
(5%,31%,36%)

RGB channels and saturation

R 14 of 255 = 5%
G 80 of 255 = 31%
B 93 of 255 = 36%

14
80
93

R + G + B ~ 24%. #0E505D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 80 + 93 = 187 (100%)
R 14 of 187 ~ 7.49%
G 80 of 187 ~ 42.78%
B 93 of 187 ~ 49.73%

%42.78
%49.73

CMYK color model

#0E505D color CMYK value is (85,14,0,64).

  • cyan value is 84.95%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(85,14,0,64)
C85M14Y0K64 
(85%,14%,0%,64%)
(0.85/0.14/0.00/0.64)	

CMYK percentages

%84.95
%13.98
%0
%63.53

Codes

Color #0E505D in popluar color models

0E505D
RGB148093
HSL190°73.83%20.98%
HSB/HSV190°84.95%36.47%
CMYK84.95%13.98%0.00%
63.53%

Color #0E505D in popluar number systems.

HEX0E505D
Decimal148093
Binary111010100001011101
Octal16120135

Shades and tints

Shades of #0E505D

#0E505D
(14,80,93)
#0D4955
(13,73,85)
#0C424D
(12,66,77)
#0B3B45
(11,59,69)
#0A343D
(10,52,61)
#092D35
(9,45,53)
#08262D
(8,38,45)
#071F25
(7,31,37)
#06181D
(6,24,29)
#051115
(5,17,21)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #0E505D

#0E505D
(14,80,93)
#235F6B
(35,95,107)
#386E79
(56,110,121)
#4D7D87
(77,125,135)
#628C95
(98,140,149)
#779BA3
(119,155,163)
#8CAAB1
(140,170,177)
#A1B9BF
(161,185,191)
#B6C8CD
(182,200,205)
#CBD7DB
(203,215,219)
#E0E6E9
(224,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E505D color. Also use rgb(14,80,93) instead hex code.

Text Font Color

.myTextColor { color: #0E505D; }

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

This text font color is #0E505D.


Background Color

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

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

This div background color is #0E505D.


Border color

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

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

This div border color is #0E505D.


Opacity

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

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

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

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

This text has shadow with #0E505D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E505D on black background.


Color preview on white background

This text has color #0E505D on white background.



Black color preview on #0E505D background

This text has black color on #0E505D background.


White color preview on #0E505D background

This text has white color on #0E505D background.