COLOR #0E4161

HEX: #0E4161
RGB: (14,65,97)

Color info

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

RGB color model

#0E4161 color RGB value is (14,65,97).

  • red value is 14;
  • green value is 65;
  • blue value is 97.
RGB:
(14,65,97)
(5%,25%,38%)

RGB channels and saturation

R 14 of 255 = 5%
G 65 of 255 = 25%
B 97 of 255 = 38%

14
65
97

R + G + B ~ 23%. #0E4161 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 65 + 97 = 176 (100%)
R 14 of 176 ~ 7.95%
G 65 of 176 ~ 36.93%
B 97 of 176 ~ 55.11%

%36.93
%55.11

CMYK color model

#0E4161 color CMYK value is (86,33,0,62).

  • cyan value is 85.57%
  • magenta value is 32.99%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(86,33,0,62)
C86M33Y0K62 
(86%,33%,0%,62%)
(0.86/0.33/0.00/0.62)	

CMYK percentages

%85.57
%32.99
%0
%61.96

Codes

Color #0E4161 in popluar color models

0E4161
RGB146597
HSL203°74.77%21.76%
HSB/HSV203°85.57%38.04%
CMYK85.57%32.99%0.00%
61.96%

Color #0E4161 in popluar number systems.

HEX0E4161
Decimal146597
Binary111010000011100001
Octal16101141

Shades and tints

Shades of #0E4161

#0E4161
(14,65,97)
#0D3C59
(13,60,89)
#0C3751
(12,55,81)
#0B3249
(11,50,73)
#0A2D41
(10,45,65)
#092839
(9,40,57)
#082331
(8,35,49)
#071E29
(7,30,41)
#061921
(6,25,33)
#051419
(5,20,25)
#040F11
(4,15,17)
#000000
(0,0,0)

Tints of #0E4161

#0E4161
(14,65,97)
#23526F
(35,82,111)
#38637D
(56,99,125)
#4D748B
(77,116,139)
#628599
(98,133,153)
#7796A7
(119,150,167)
#8CA7B5
(140,167,181)
#A1B8C3
(161,184,195)
#B6C9D1
(182,201,209)
#CBDADF
(203,218,223)
#E0EBED
(224,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4161 color. Also use rgb(14,65,97) instead hex code.

Text Font Color

.myTextColor { color: #0E4161; }

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

This text font color is #0E4161.


Background Color

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

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

This div background color is #0E4161.


Border color

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

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

This div border color is #0E4161.


Opacity

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

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

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

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

This text has shadow with #0E4161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4161 on black background.


Color preview on white background

This text has color #0E4161 on white background.



Black color preview on #0E4161 background

This text has black color on #0E4161 background.


White color preview on #0E4161 background

This text has white color on #0E4161 background.