COLOR #0E4B41

HEX: #0E4B41
RGB: (14,75,65)

Color info

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

RGB color model

#0E4B41 color RGB value is (14,75,65).

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

RGB channels and saturation

R 14 of 255 = 5%
G 75 of 255 = 29%
B 65 of 255 = 25%

14
75
65

R + G + B ~ 20%. #0E4B41 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 75 + 65 = 154 (100%)
R 14 of 154 ~ 9.09%
G 75 of 154 ~ 48.7%
B 65 of 154 ~ 42.21%

%48.7
%42.21

CMYK color model

#0E4B41 color CMYK value is (81,0,13,71).

  • cyan value is 81.33%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 70.59%
CMYK:
(81,0,13,71)
C81M0Y13K71 
(81%,0%,13%,71%)
(0.81/0.00/0.13/0.71)	

CMYK percentages

%81.33
%0
%13.33
%70.59

Codes

Color #0E4B41 in popluar color models

0E4B41
RGB147565
HSL170°68.54%17.45%
HSB/HSV170°81.33%29.41%
CMYK81.33%0.00%13.33%
70.59%

Color #0E4B41 in popluar number systems.

HEX0E4B41
Decimal147565
Binary111010010111000001
Octal16113101

Shades and tints

Shades of #0E4B41

#0E4B41
(14,75,65)
#0D453C
(13,69,60)
#0C3F37
(12,63,55)
#0B3932
(11,57,50)
#0A332D
(10,51,45)
#092D28
(9,45,40)
#082723
(8,39,35)
#07211E
(7,33,30)
#061B19
(6,27,25)
#051514
(5,21,20)
#040F0F
(4,15,15)
#000000
(0,0,0)

Tints of #0E4B41

#0E4B41
(14,75,65)
#235B52
(35,91,82)
#386B63
(56,107,99)
#4D7B74
(77,123,116)
#628B85
(98,139,133)
#779B96
(119,155,150)
#8CABA7
(140,171,167)
#A1BBB8
(161,187,184)
#B6CBC9
(182,203,201)
#CBDBDA
(203,219,218)
#E0EBEB
(224,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4B41; }

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

This text font color is #0E4B41.


Background Color

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

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

This div background color is #0E4B41.


Border color

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

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

This div border color is #0E4B41.


Opacity

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

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

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

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

This text has shadow with #0E4B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4B41 on black background.


Color preview on white background

This text has color #0E4B41 on white background.



Black color preview on #0E4B41 background

This text has black color on #0E4B41 background.


White color preview on #0E4B41 background

This text has white color on #0E4B41 background.