COLOR #0E535D

HEX: #0E535D RGB: (14,83,93)

Color info

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

RGB color model

#0E535D color RGB value is (14,83,93).

RGB: (14,83,93) (5%, 33%, 36%)

RGB channels and saturation

R 14 of 255 = 5%
G 83 of 255 = 33%
B 93 of 255 = 36%

14
83
93

R + G + B ~ 25%. #0E535D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 83 + 93 = 190 (100%)
R 14 of 190 ~ 7.37%
G 83 of 190 ~ 43.68%
B 93 of 190 ~ 48.95'%

%43.68
%48.95

CMYK color model

#0E535D color CMYK value is (85,11,0,64).

  • cyan value is 84.95%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (85,11,0,64)
C85M11Y0K64 (85%, 11%, 0%, 64%)
(0.85 / 0.11 / 0.00 / 0.64)

CMYK percentages

%84.95
%10.75
%0
%63.53

Codes

Color #0E535D in popluar color models

0E 53 5D
RGB 14 83 93
HSL 188° 73.83% 20.98%
HSB/HSV 188° 84.95% 36.47%
CMYK 84.95% 10.75% 0.00%
63.53%

Color #0E535D in popluar number systems.

HEX 0E 53 5D
Decimal 14 83 93
Binary 1110 1010011 1011101
Octal 16 123 135

Shades and tints

Shades of #0E535D

#0E535D
(14,83,93)
#0D4C55
(13,76,85)
#0C454D
(12,69,77)
#0B3E45
(11,62,69)
#0A373D
(10,55,61)
#093035
(9,48,53)
#08292D
(8,41,45)
#072225
(7,34,37)
#061B1D
(6,27,29)
#051415
(5,20,21)
#040D0D
(4,13,13)
#000000
(0,0,0)

Tints of #0E535D

#0E535D
(14,83,93)
#23626B
(35,98,107)
#387179
(56,113,121)
#4D8087
(77,128,135)
#628F95
(98,143,149)
#779EA3
(119,158,163)
#8CADB1
(140,173,177)
#A1BCBF
(161,188,191)
#B6CBCD
(182,203,205)
#CBDADB
(203,218,219)
#E0E9E9
(224,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E535D; }

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

This text font color is #0E535D.

Background Color

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

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

This div background color is #0E535D.

Border color

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

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

This div border color is #0E535D.

Opacity

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

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

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

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

This text has shadow with #0E535D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E535D.

Preview

Color preview on black background

This text has color #0E535D on black background.


Color preview on white background

This text has color #0E535D on white background.


Black color preview on #0E535D background

This text has black color on #0E535D background.


White color preview on #0E535D background

This text has white color on #0E535D background.


Related colors

Complementary color

Complementary color for #hex is #F1ACA2.


I love getcolorcode.com

Triadic colors

1 #5D0E53 and #535D0E with #0E535D are triadic colors.

2 #5D530E and #530E5D with #0E535D are triadic colors.