COLOR #0E4241

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

Color info

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

RGB color model

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

RGB: (14,66,65) (5%, 26%, 25%)

RGB channels and saturation

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

14
66
65

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

Portions of RGB colors in percentages

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

%45.52
%44.83

CMYK color model

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

  • cyan value is 78.79%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 74.12%

CMYK: (79,0,2,74)
C79M0Y2K74 (79%, 0%, 2%, 74%)
(0.79 / 0.00 / 0.02 / 0.74)

CMYK percentages

%78.79
%0
%1.52
%74.12

Codes

Color #0E4241 in popluar color models

0E 42 41
RGB 14 66 65
HSL 179° 65.00% 15.69%
HSB/HSV 179° 78.79% 25.88%
CMYK 78.79% 0.00% 1.52%
74.12%

Color #0E4241 in popluar number systems.

HEX 0E 42 41
Decimal 14 66 65
Binary 1110 1000010 1000001
Octal 16 102 101

Shades and tints

Shades of #0E4241

#0E4241
(14,66,65)
#0D3C3C
(13,60,60)
#0C3637
(12,54,55)
#0B3032
(11,48,50)
#0A2A2D
(10,42,45)
#092428
(9,36,40)
#081E23
(8,30,35)
#07181E
(7,24,30)
#061219
(6,18,25)
#050C14
(5,12,20)
#04060F
(4,6,15)
#000000
(0,0,0)

Tints of #0E4241

#0E4241
(14,66,65)
#235352
(35,83,82)
#386463
(56,100,99)
#4D7574
(77,117,116)
#628685
(98,134,133)
#779796
(119,151,150)
#8CA8A7
(140,168,167)
#A1B9B8
(161,185,184)
#B6CAC9
(182,202,201)
#CBDBDA
(203,219,218)
#E0ECEB
(224,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4241; }

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

This text font color is #0E4241.

Background Color

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

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

This div background color is #0E4241.

Border color

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

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

This div border color is #0E4241.

Opacity

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

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

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

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

This text has shadow with #0E4241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4241.

Preview

Color preview on black background

This text has color #0E4241 on black background.


Color preview on white background

This text has color #0E4241 on white background.


Black color preview on #0E4241 background

This text has black color on #0E4241 background.


White color preview on #0E4241 background

This text has white color on #0E4241 background.


Related colors

Complementary color

Complementary color for #hex is #F1BDBE.


I love getcolorcode.com

Triadic colors

1 #410E42 and #42410E with #0E4241 are triadic colors.

2 #41420E and #420E41 with #0E4241 are triadic colors.