COLOR #0E4C24

HEX: #0E4C24
RGB: (14,76,36)

Color info

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

RGB color model

#0E4C24 color RGB value is (14,76,36).

  • red value is 14;
  • green value is 76;
  • blue value is 36.
RGB:
(14,76,36)
(5%,30%,14%)

RGB channels and saturation

R 14 of 255 = 5%
G 76 of 255 = 30%
B 36 of 255 = 14%

14
76
36

R + G + B ~ 16%. #0E4C24 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 76 + 36 = 126 (100%)
R 14 of 126 ~ 11.11%
G 76 of 126 ~ 60.32%
B 36 of 126 ~ 28.57%

%11.11
%60.32
%28.57

CMYK color model

#0E4C24 color CMYK value is (82,0,53,70).

  • cyan value is 81.58%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 70.20%
CMYK:
(82,0,53,70)
C82M0Y53K70 
(82%,0%,53%,70%)
(0.82/0.00/0.53/0.70)	

CMYK percentages

%81.58
%0
%52.63
%70.2

Codes

Color #0E4C24 in popluar color models

0E4C24
RGB147636
HSL141°68.89%17.65%
HSB/HSV141°81.58%29.80%
CMYK81.58%0.00%52.63%
70.20%

Color #0E4C24 in popluar number systems.

HEX0E4C24
Decimal147636
Binary11101001100100100
Octal1611444

Shades and tints

Shades of #0E4C24

#0E4C24
(14,76,36)
#0D4621
(13,70,33)
#0C401E
(12,64,30)
#0B3A1B
(11,58,27)
#0A3418
(10,52,24)
#092E15
(9,46,21)
#082812
(8,40,18)
#07220F
(7,34,15)
#061C0C
(6,28,12)
#051609
(5,22,9)
#041006
(4,16,6)
#000000
(0,0,0)

Tints of #0E4C24

#0E4C24
(14,76,36)
#235C37
(35,92,55)
#386C4A
(56,108,74)
#4D7C5D
(77,124,93)
#628C70
(98,140,112)
#779C83
(119,156,131)
#8CAC96
(140,172,150)
#A1BCA9
(161,188,169)
#B6CCBC
(182,204,188)
#CBDCCF
(203,220,207)
#E0ECE2
(224,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4C24 color. Also use rgb(14,76,36) instead hex code.

Text Font Color

.myTextColor { color: #0E4C24; }

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

This text font color is #0E4C24.


Background Color

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

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

This div background color is #0E4C24.


Border color

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

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

This div border color is #0E4C24.


Opacity

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

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

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

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

This text has shadow with #0E4C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4C24 on black background.


Color preview on white background

This text has color #0E4C24 on white background.



Black color preview on #0E4C24 background

This text has black color on #0E4C24 background.


White color preview on #0E4C24 background

This text has white color on #0E4C24 background.