COLOR #0E4142

HEX: #0E4142
RGB: (14,65,66)

Color info

#0E4142 contains red, green and blue colors in about the same proportion. Web safe color of #0E4142 is #003333 (or #033).

RGB color model

#0E4142 color RGB value is (14,65,66).

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

RGB channels and saturation

R 14 of 255 = 5%
G 65 of 255 = 25%
B 66 of 255 = 26%

14
65
66

R + G + B ~ 19%. #0E4142 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 65 + 66 = 145 (100%)
R 14 of 145 ~ 9.66%
G 65 of 145 ~ 44.83%
B 66 of 145 ~ 45.52%

%9.66
%44.83
%45.52

CMYK color model

#0E4142 color CMYK value is (79,2,0,74).

  • cyan value is 78.79%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(79,2,0,74)
C79M2Y0K74 
(79%,2%,0%,74%)
(0.79/0.02/0.00/0.74)	

CMYK percentages

%78.79
%1.52
%0
%74.12

Codes

Color #0E4142 in popluar color models

0E4142
RGB146566
HSL181°65.00%15.69%
HSB/HSV181°78.79%25.88%
CMYK78.79%1.52%0.00%
74.12%

Color #0E4142 in popluar number systems.

HEX0E4142
Decimal146566
Binary111010000011000010
Octal16101102

Shades and tints

Shades of #0E4142

#0E4142
(14,65,66)
#0D3C3C
(13,60,60)
#0C3736
(12,55,54)
#0B3230
(11,50,48)
#0A2D2A
(10,45,42)
#092824
(9,40,36)
#08231E
(8,35,30)
#071E18
(7,30,24)
#061912
(6,25,18)
#05140C
(5,20,12)
#040F06
(4,15,6)
#000000
(0,0,0)

Tints of #0E4142

#0E4142
(14,65,66)
#235253
(35,82,83)
#386364
(56,99,100)
#4D7475
(77,116,117)
#628586
(98,133,134)
#779697
(119,150,151)
#8CA7A8
(140,167,168)
#A1B8B9
(161,184,185)
#B6C9CA
(182,201,202)
#CBDADB
(203,218,219)
#E0EBEC
(224,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4142; }

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

This text font color is #0E4142.


Background Color

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

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

This div background color is #0E4142.


Border color

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

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

This div border color is #0E4142.


Opacity

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

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

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

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

This text has shadow with #0E4142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4142 on black background.


Color preview on white background

This text has color #0E4142 on white background.



Black color preview on #0E4142 background

This text has black color on #0E4142 background.


White color preview on #0E4142 background

This text has white color on #0E4142 background.