COLOR #0E7084

HEX: #0E7084 RGB: (14,112,132)

Color info

#0E7084 contains mainly green and blue colors. Web safe color of #0E7084 is #006699 (or #069).

RGB color model

#0E7084 color RGB value is (14,112,132).

RGB: (14,112,132) (5%, 44%, 52%)

RGB channels and saturation

R 14 of 255 = 5%
G 112 of 255 = 44%
B 132 of 255 = 52%

14
112
132

R + G + B ~ 34%. #0E7084 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 112 + 132 = 258 (100%)
R 14 of 258 ~ 5.43%
G 112 of 258 ~ 43.41%
B 132 of 258 ~ 51.16'%

%43.41
%51.16

CMYK color model

#0E7084 color CMYK value is (89,15,0,48).

  • cyan value is 89.39%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (89,15,0,48)
C89M15Y0K48 (89%, 15%, 0%, 48%)
(0.89 / 0.15 / 0.00 / 0.48)

CMYK percentages

%89.39
%15.15
%0
%48.24

Codes

Color #0E7084 in popluar color models

0E 70 84
RGB 14 112 132
HSL 190° 80.82% 28.63%
HSB/HSV 190° 89.39% 51.76%
CMYK 89.39% 15.15% 0.00%
48.24%

Color #0E7084 in popluar number systems.

HEX 0E 70 84
Decimal 14 112 132
Binary 1110 1110000 10000100
Octal 16 160 204

Shades and tints

Shades of #0E7084

#0E7084
(14,112,132)
#0D6678
(13,102,120)
#0C5C6C
(12,92,108)
#0B5260
(11,82,96)
#0A4854
(10,72,84)
#093E48
(9,62,72)
#08343C
(8,52,60)
#072A30
(7,42,48)
#062024
(6,32,36)
#051618
(5,22,24)
#040C0C
(4,12,12)
#000000
(0,0,0)

Tints of #0E7084

#0E7084
(14,112,132)
#237D8F
(35,125,143)
#388A9A
(56,138,154)
#4D97A5
(77,151,165)
#62A4B0
(98,164,176)
#77B1BB
(119,177,187)
#8CBEC6
(140,190,198)
#A1CBD1
(161,203,209)
#B6D8DC
(182,216,220)
#CBE5E7
(203,229,231)
#E0F2F2
(224,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E7084 color. Also use rgb(14,112,132) instead hex code.

Text Font Color

.myTextColor { color: #0E7084; }

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

This text font color is #0E7084.

Background Color

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

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

This div background color is #0E7084.

Border color

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

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

This div border color is #0E7084.

Opacity

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

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

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

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

This text has shadow with #0E7084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E7084.

Preview

Color preview on black background

This text has color #0E7084 on black background.


Color preview on white background

This text has color #0E7084 on white background.


Black color preview on #0E7084 background

This text has black color on #0E7084 background.


White color preview on #0E7084 background

This text has white color on #0E7084 background.


Related colors

Complementary color

Complementary color for #hex is #F18F7B.


I love getcolorcode.com

Triadic colors

1 #840E70 and #70840E with #0E7084 are triadic colors.

2 #84700E and #700E84 with #0E7084 are triadic colors.