COLOR #0E4640

HEX: #0E4640
RGB: (14,70,64)

Color info

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

RGB color model

#0E4640 color RGB value is (14,70,64).

  • red value is 14;
  • green value is 70;
  • blue value is 64.
RGB:
(14,70,64)
(5%,27%,25%)

RGB channels and saturation

R 14 of 255 = 5%
G 70 of 255 = 27%
B 64 of 255 = 25%

14
70
64

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

Portions of RGB colors in percentages

R + G + B =
14 + 70 + 64 = 148 (100%)
R 14 of 148 ~ 9.46%
G 70 of 148 ~ 47.3%
B 64 of 148 ~ 43.24%

%47.3
%43.24

CMYK color model

#0E4640 color CMYK value is (80,0,9,73).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK:
(80,0,9,73)
C80M0Y9K73 
(80%,0%,9%,73%)
(0.80/0.00/0.09/0.73)	

CMYK percentages

%80
%0
%8.57
%72.55

Codes

Color #0E4640 in popluar color models

0E4640
RGB147064
HSL174°66.67%16.47%
HSB/HSV174°80.00%27.45%
CMYK80.00%0.00%8.57%
72.55%

Color #0E4640 in popluar number systems.

HEX0E4640
Decimal147064
Binary111010001101000000
Octal16106100

Shades and tints

Shades of #0E4640

#0E4640
(14,70,64)
#0D403B
(13,64,59)
#0C3A36
(12,58,54)
#0B3431
(11,52,49)
#0A2E2C
(10,46,44)
#092827
(9,40,39)
#082222
(8,34,34)
#071C1D
(7,28,29)
#061618
(6,22,24)
#051013
(5,16,19)
#040A0E
(4,10,14)
#000000
(0,0,0)

Tints of #0E4640

#0E4640
(14,70,64)
#235651
(35,86,81)
#386662
(56,102,98)
#4D7673
(77,118,115)
#628684
(98,134,132)
#779695
(119,150,149)
#8CA6A6
(140,166,166)
#A1B6B7
(161,182,183)
#B6C6C8
(182,198,200)
#CBD6D9
(203,214,217)
#E0E6EA
(224,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4640 color. Also use rgb(14,70,64) instead hex code.

Text Font Color

.myTextColor { color: #0E4640; }

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

This text font color is #0E4640.


Background Color

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

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

This div background color is #0E4640.


Border color

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

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

This div border color is #0E4640.


Opacity

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

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

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

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

This text has shadow with #0E4640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4640 on black background.


Color preview on white background

This text has color #0E4640 on white background.



Black color preview on #0E4640 background

This text has black color on #0E4640 background.


White color preview on #0E4640 background

This text has white color on #0E4640 background.