COLOR #0E4955

HEX: #0E4955 RGB: (14,73,85)

Color info

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

RGB color model

#0E4955 color RGB value is (14,73,85).

RGB: (14,73,85) (5%, 29%, 33%)

RGB channels and saturation

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

14
73
85

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

Portions of RGB colors in percentages

R + G + B = 14 + 73 + 85 = 172 (100%)
R 14 of 172 ~ 8.14%
G 73 of 172 ~ 42.44%
B 85 of 172 ~ 49.42'%

%42.44
%49.42

CMYK color model

#0E4955 color CMYK value is (84,14,0,67).

  • cyan value is 83.53%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (84,14,0,67)
C84M14Y0K67 (84%, 14%, 0%, 67%)
(0.84 / 0.14 / 0.00 / 0.67)

CMYK percentages

%83.53
%14.12
%0
%66.67

Codes

Color #0E4955 in popluar color models

0E 49 55
RGB 14 73 85
HSL 190° 71.72% 19.41%
HSB/HSV 190° 83.53% 33.33%
CMYK 83.53% 14.12% 0.00%
66.67%

Color #0E4955 in popluar number systems.

HEX 0E 49 55
Decimal 14 73 85
Binary 1110 1001001 1010101
Octal 16 111 125

Shades and tints

Shades of #0E4955

#0E4955
(14,73,85)
#0D434E
(13,67,78)
#0C3D47
(12,61,71)
#0B3740
(11,55,64)
#0A3139
(10,49,57)
#092B32
(9,43,50)
#08252B
(8,37,43)
#071F24
(7,31,36)
#06191D
(6,25,29)
#051316
(5,19,22)
#040D0F
(4,13,15)
#000000
(0,0,0)

Tints of #0E4955

#0E4955
(14,73,85)
#235964
(35,89,100)
#386973
(56,105,115)
#4D7982
(77,121,130)
#628991
(98,137,145)
#7799A0
(119,153,160)
#8CA9AF
(140,169,175)
#A1B9BE
(161,185,190)
#B6C9CD
(182,201,205)
#CBD9DC
(203,217,220)
#E0E9EB
(224,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4955; }

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

This text font color is #0E4955.

Background Color

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

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

This div background color is #0E4955.

Border color

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

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

This div border color is #0E4955.

Opacity

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

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

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

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

This text has shadow with #0E4955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4955.

Preview

Color preview on black background

This text has color #0E4955 on black background.


Color preview on white background

This text has color #0E4955 on white background.


Black color preview on #0E4955 background

This text has black color on #0E4955 background.


White color preview on #0E4955 background

This text has white color on #0E4955 background.


Related colors

Complementary color

Complementary color for #hex is #F1B6AA.


I love getcolorcode.com

Triadic colors

1 #550E49 and #49550E with #0E4955 are triadic colors.

2 #55490E and #490E55 with #0E4955 are triadic colors.