COLOR #0E526B

HEX: #0E526B
RGB: (14,82,107)

Color info

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

RGB color model

#0E526B color RGB value is (14,82,107).

  • red value is 14;
  • green value is 82;
  • blue value is 107.
RGB:
(14,82,107)
(5%,32%,42%)

RGB channels and saturation

R 14 of 255 = 5%
G 82 of 255 = 32%
B 107 of 255 = 42%

14
82
107

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

Portions of RGB colors in percentages

R + G + B =
14 + 82 + 107 = 203 (100%)
R 14 of 203 ~ 6.9%
G 82 of 203 ~ 40.39%
B 107 of 203 ~ 52.71%

%40.39
%52.71

CMYK color model

#0E526B color CMYK value is (87,23,0,58).

  • cyan value is 86.92%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(87,23,0,58)
C87M23Y0K58 
(87%,23%,0%,58%)
(0.87/0.23/0.00/0.58)	

CMYK percentages

%86.92
%23.36
%0
%58.04

Codes

Color #0E526B in popluar color models

0E526B
RGB1482107
HSL196°76.86%23.73%
HSB/HSV196°86.92%41.96%
CMYK86.92%23.36%0.00%
58.04%

Color #0E526B in popluar number systems.

HEX0E526B
Decimal1482107
Binary111010100101101011
Octal16122153

Shades and tints

Shades of #0E526B

#0E526B
(14,82,107)
#0D4B62
(13,75,98)
#0C4459
(12,68,89)
#0B3D50
(11,61,80)
#0A3647
(10,54,71)
#092F3E
(9,47,62)
#082835
(8,40,53)
#07212C
(7,33,44)
#061A23
(6,26,35)
#05131A
(5,19,26)
#040C11
(4,12,17)
#000000
(0,0,0)

Tints of #0E526B

#0E526B
(14,82,107)
#236178
(35,97,120)
#387085
(56,112,133)
#4D7F92
(77,127,146)
#628E9F
(98,142,159)
#779DAC
(119,157,172)
#8CACB9
(140,172,185)
#A1BBC6
(161,187,198)
#B6CAD3
(182,202,211)
#CBD9E0
(203,217,224)
#E0E8ED
(224,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E526B color. Also use rgb(14,82,107) instead hex code.

Text Font Color

.myTextColor { color: #0E526B; }

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

This text font color is #0E526B.


Background Color

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

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

This div background color is #0E526B.


Border color

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

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

This div border color is #0E526B.


Opacity

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

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

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

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

This text has shadow with #0E526B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E526B on black background.


Color preview on white background

This text has color #0E526B on white background.



Black color preview on #0E526B background

This text has black color on #0E526B background.


White color preview on #0E526B background

This text has white color on #0E526B background.