COLOR #0E526C

HEX: #0E526C RGB: (14,82,108)

Color info

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

RGB color model

#0E526C color RGB value is (14,82,108).

RGB: (14,82,108) (5%, 32%, 42%)

RGB channels and saturation

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

14
82
108

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

Portions of RGB colors in percentages

R + G + B = 14 + 82 + 108 = 204 (100%)
R 14 of 204 ~ 6.86%
G 82 of 204 ~ 40.2%
B 108 of 204 ~ 52.94'%

%40.2
%52.94

CMYK color model

#0E526C color CMYK value is (87,24,0,58).

  • cyan value is 87.04%
  • magenta value is 24.07%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (87,24,0,58)
C87M24Y0K58 (87%, 24%, 0%, 58%)
(0.87 / 0.24 / 0.00 / 0.58)

CMYK percentages

%87.04
%24.07
%0
%57.65

Codes

Color #0E526C in popluar color models

0E 52 6C
RGB 14 82 108
HSL 197° 77.05% 23.92%
HSB/HSV 197° 87.04% 42.35%
CMYK 87.04% 24.07% 0.00%
57.65%

Color #0E526C in popluar number systems.

HEX 0E 52 6C
Decimal 14 82 108
Binary 1110 1010010 1101100
Octal 16 122 154

Shades and tints

Shades of #0E526C

#0E526C
(14,82,108)
#0D4B63
(13,75,99)
#0C445A
(12,68,90)
#0B3D51
(11,61,81)
#0A3648
(10,54,72)
#092F3F
(9,47,63)
#082836
(8,40,54)
#07212D
(7,33,45)
#061A24
(6,26,36)
#05131B
(5,19,27)
#040C12
(4,12,18)
#000000
(0,0,0)

Tints of #0E526C

#0E526C
(14,82,108)
#236179
(35,97,121)
#387086
(56,112,134)
#4D7F93
(77,127,147)
#628EA0
(98,142,160)
#779DAD
(119,157,173)
#8CACBA
(140,172,186)
#A1BBC7
(161,187,199)
#B6CAD4
(182,202,212)
#CBD9E1
(203,217,225)
#E0E8EE
(224,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E526C; }

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

This text font color is #0E526C.

Background Color

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

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

This div background color is #0E526C.

Border color

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

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

This div border color is #0E526C.

Opacity

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

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

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

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

This text has shadow with #0E526C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E526C.

Preview

Color preview on black background

This text has color #0E526C on black background.


Color preview on white background

This text has color #0E526C on white background.


Black color preview on #0E526C background

This text has black color on #0E526C background.


White color preview on #0E526C background

This text has white color on #0E526C background.


Related colors

Complementary color

Complementary color for #hex is #F1AD93.


I love getcolorcode.com

Triadic colors

1 #6C0E52 and #526C0E with #0E526C are triadic colors.

2 #6C520E and #520E6C with #0E526C are triadic colors.