COLOR #0E484D

HEX: #0E484D
RGB: (14,72,77)

Color info

#0E484D contains mainly green and blue colors. Web safe color of #0E484D is #003333 (or #033).

RGB color model

#0E484D color RGB value is (14,72,77).

  • red value is 14;
  • green value is 72;
  • blue value is 77.
RGB:
(14,72,77)
(5%,28%,30%)

RGB channels and saturation

R 14 of 255 = 5%
G 72 of 255 = 28%
B 77 of 255 = 30%

14
72
77

R + G + B ~ 21%. #0E484D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 72 + 77 = 163 (100%)
R 14 of 163 ~ 8.59%
G 72 of 163 ~ 44.17%
B 77 of 163 ~ 47.24%

%44.17
%47.24

CMYK color model

#0E484D color CMYK value is (82,6,0,70).

  • cyan value is 81.82%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(82,6,0,70)
C82M6Y0K70 
(82%,6%,0%,70%)
(0.82/0.06/0.00/0.70)	

CMYK percentages

%81.82
%6.49
%0
%69.8

Codes

Color #0E484D in popluar color models

0E484D
RGB147277
HSL185°69.23%17.84%
HSB/HSV185°81.82%30.20%
CMYK81.82%6.49%0.00%
69.80%

Color #0E484D in popluar number systems.

HEX0E484D
Decimal147277
Binary111010010001001101
Octal16110115

Shades and tints

Shades of #0E484D

#0E484D
(14,72,77)
#0D4246
(13,66,70)
#0C3C3F
(12,60,63)
#0B3638
(11,54,56)
#0A3031
(10,48,49)
#092A2A
(9,42,42)
#082423
(8,36,35)
#071E1C
(7,30,28)
#061815
(6,24,21)
#05120E
(5,18,14)
#040C07
(4,12,7)
#000000
(0,0,0)

Tints of #0E484D

#0E484D
(14,72,77)
#23585D
(35,88,93)
#38686D
(56,104,109)
#4D787D
(77,120,125)
#62888D
(98,136,141)
#77989D
(119,152,157)
#8CA8AD
(140,168,173)
#A1B8BD
(161,184,189)
#B6C8CD
(182,200,205)
#CBD8DD
(203,216,221)
#E0E8ED
(224,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E484D color. Also use rgb(14,72,77) instead hex code.

Text Font Color

.myTextColor { color: #0E484D; }

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

This text font color is #0E484D.


Background Color

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

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

This div background color is #0E484D.


Border color

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

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

This div border color is #0E484D.


Opacity

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

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

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

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

This text has shadow with #0E484D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E484D on black background.


Color preview on white background

This text has color #0E484D on white background.



Black color preview on #0E484D background

This text has black color on #0E484D background.


White color preview on #0E484D background

This text has white color on #0E484D background.