COLOR #0E4953

HEX: #0E4953
RGB: (14,73,83)

Color info

#0E4953 contains mainly green and blue colors. Web safe color of #0E4953 is #003366 (or #036).

RGB color model

#0E4953 color RGB value is (14,73,83).

  • red value is 14;
  • green value is 73;
  • blue value is 83.
RGB:
(14,73,83)
(5%,29%,33%)

RGB channels and saturation

R 14 of 255 = 5%
G 73 of 255 = 29%
B 83 of 255 = 33%

14
73
83

R + G + B ~ 22%. #0E4953 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 73 + 83 = 170 (100%)
R 14 of 170 ~ 8.24%
G 73 of 170 ~ 42.94%
B 83 of 170 ~ 48.82%

%42.94
%48.82

CMYK color model

#0E4953 color CMYK value is (83,12,0,67).

  • cyan value is 83.13%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(83,12,0,67)
C83M12Y0K67 
(83%,12%,0%,67%)
(0.83/0.12/0.00/0.67)	

CMYK percentages

%83.13
%12.05
%0
%67.45

Codes

Color #0E4953 in popluar color models

0E4953
RGB147383
HSL189°71.13%19.02%
HSB/HSV189°83.13%32.55%
CMYK83.13%12.05%0.00%
67.45%

Color #0E4953 in popluar number systems.

HEX0E4953
Decimal147383
Binary111010010011010011
Octal16111123

Shades and tints

Shades of #0E4953

#0E4953
(14,73,83)
#0D434C
(13,67,76)
#0C3D45
(12,61,69)
#0B373E
(11,55,62)
#0A3137
(10,49,55)
#092B30
(9,43,48)
#082529
(8,37,41)
#071F22
(7,31,34)
#06191B
(6,25,27)
#051314
(5,19,20)
#040D0D
(4,13,13)
#000000
(0,0,0)

Tints of #0E4953

#0E4953
(14,73,83)
#235962
(35,89,98)
#386971
(56,105,113)
#4D7980
(77,121,128)
#62898F
(98,137,143)
#77999E
(119,153,158)
#8CA9AD
(140,169,173)
#A1B9BC
(161,185,188)
#B6C9CB
(182,201,203)
#CBD9DA
(203,217,218)
#E0E9E9
(224,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4953; }

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

This text font color is #0E4953.


Background Color

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

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

This div background color is #0E4953.


Border color

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

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

This div border color is #0E4953.


Opacity

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

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

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

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

This text has shadow with #0E4953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4953 on black background.


Color preview on white background

This text has color #0E4953 on white background.



Black color preview on #0E4953 background

This text has black color on #0E4953 background.


White color preview on #0E4953 background

This text has white color on #0E4953 background.