COLOR #0E422C

HEX: #0E422C
RGB: (14,66,44)

Color info

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

RGB color model

#0E422C color RGB value is (14,66,44).

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

RGB channels and saturation

R 14 of 255 = 5%
G 66 of 255 = 26%
B 44 of 255 = 17%

14
66
44

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

Portions of RGB colors in percentages

R + G + B =
14 + 66 + 44 = 124 (100%)
R 14 of 124 ~ 11.29%
G 66 of 124 ~ 53.23%
B 44 of 124 ~ 35.48%

%11.29
%53.23
%35.48

CMYK color model

#0E422C color CMYK value is (79,0,33,74).

  • cyan value is 78.79%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 74.12%
CMYK:
(79,0,33,74)
C79M0Y33K74 
(79%,0%,33%,74%)
(0.79/0.00/0.33/0.74)	

CMYK percentages

%78.79
%0
%33.33
%74.12

Codes

Color #0E422C in popluar color models

0E422C
RGB146644
HSL155°65.00%15.69%
HSB/HSV155°78.79%25.88%
CMYK78.79%0.00%33.33%
74.12%

Color #0E422C in popluar number systems.

HEX0E422C
Decimal146644
Binary11101000010101100
Octal1610254

Shades and tints

Shades of #0E422C

#0E422C
(14,66,44)
#0D3C28
(13,60,40)
#0C3624
(12,54,36)
#0B3020
(11,48,32)
#0A2A1C
(10,42,28)
#092418
(9,36,24)
#081E14
(8,30,20)
#071810
(7,24,16)
#06120C
(6,18,12)
#050C08
(5,12,8)
#040604
(4,6,4)
#000000
(0,0,0)

Tints of #0E422C

#0E422C
(14,66,44)
#23533F
(35,83,63)
#386452
(56,100,82)
#4D7565
(77,117,101)
#628678
(98,134,120)
#77978B
(119,151,139)
#8CA89E
(140,168,158)
#A1B9B1
(161,185,177)
#B6CAC4
(182,202,196)
#CBDBD7
(203,219,215)
#E0ECEA
(224,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E422C; }

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

This text font color is #0E422C.


Background Color

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

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

This div background color is #0E422C.


Border color

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

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

This div border color is #0E422C.


Opacity

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

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

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

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

This text has shadow with #0E422C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E422C on black background.


Color preview on white background

This text has color #0E422C on white background.



Black color preview on #0E422C background

This text has black color on #0E422C background.


White color preview on #0E422C background

This text has white color on #0E422C background.