COLOR #0E4B3C

HEX: #0E4B3C
RGB: (14,75,60)

Color info

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

RGB color model

#0E4B3C color RGB value is (14,75,60).

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

RGB channels and saturation

R 14 of 255 = 5%
G 75 of 255 = 29%
B 60 of 255 = 24%

14
75
60

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

Portions of RGB colors in percentages

R + G + B =
14 + 75 + 60 = 149 (100%)
R 14 of 149 ~ 9.4%
G 75 of 149 ~ 50.34%
B 60 of 149 ~ 40.27%

%50.34
%40.27

CMYK color model

#0E4B3C color CMYK value is (81,0,20,71).

  • cyan value is 81.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 70.59%
CMYK:
(81,0,20,71)
C81M0Y20K71 
(81%,0%,20%,71%)
(0.81/0.00/0.20/0.71)	

CMYK percentages

%81.33
%0
%20
%70.59

Codes

Color #0E4B3C in popluar color models

0E4B3C
RGB147560
HSL165°68.54%17.45%
HSB/HSV165°81.33%29.41%
CMYK81.33%0.00%20.00%
70.59%

Color #0E4B3C in popluar number systems.

HEX0E4B3C
Decimal147560
Binary11101001011111100
Octal1611374

Shades and tints

Shades of #0E4B3C

#0E4B3C
(14,75,60)
#0D4537
(13,69,55)
#0C3F32
(12,63,50)
#0B392D
(11,57,45)
#0A3328
(10,51,40)
#092D23
(9,45,35)
#08271E
(8,39,30)
#072119
(7,33,25)
#061B14
(6,27,20)
#05150F
(5,21,15)
#040F0A
(4,15,10)
#000000
(0,0,0)

Tints of #0E4B3C

#0E4B3C
(14,75,60)
#235B4D
(35,91,77)
#386B5E
(56,107,94)
#4D7B6F
(77,123,111)
#628B80
(98,139,128)
#779B91
(119,155,145)
#8CABA2
(140,171,162)
#A1BBB3
(161,187,179)
#B6CBC4
(182,203,196)
#CBDBD5
(203,219,213)
#E0EBE6
(224,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4B3C; }

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

This text font color is #0E4B3C.


Background Color

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

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

This div background color is #0E4B3C.


Border color

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

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

This div border color is #0E4B3C.


Opacity

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

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

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

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

This text has shadow with #0E4B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4B3C on black background.


Color preview on white background

This text has color #0E4B3C on white background.



Black color preview on #0E4B3C background

This text has black color on #0E4B3C background.


White color preview on #0E4B3C background

This text has white color on #0E4B3C background.