COLOR #0E4227

HEX: #0E4227 RGB: (14,66,39)

Color info

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

RGB color model

#0E4227 color RGB value is (14,66,39).

RGB: (14,66,39) (5%, 26%, 15%)

RGB channels and saturation

R 14 of 255 = 5%
G 66 of 255 = 26%
B 39 of 255 = 15%

14
66
39

R + G + B ~ 15%. #0E4227 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 66 + 39 = 119 (100%)
R 14 of 119 ~ 11.76%
G 66 of 119 ~ 55.46%
B 39 of 119 ~ 32.77'%

%11.76
%55.46
%32.77

CMYK color model

#0E4227 color CMYK value is (79,0,41,74).

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

CMYK: (79,0,41,74)
C79M0Y41K74 (79%, 0%, 41%, 74%)
(0.79 / 0.00 / 0.41 / 0.74)

CMYK percentages

%78.79
%0
%40.91
%74.12

Codes

Color #0E4227 in popluar color models

0E 42 27
RGB 14 66 39
HSL 149° 65.00% 15.69%
HSB/HSV 149° 78.79% 25.88%
CMYK 78.79% 0.00% 40.91%
74.12%

Color #0E4227 in popluar number systems.

HEX 0E 42 27
Decimal 14 66 39
Binary 1110 1000010 100111
Octal 16 102 47

Shades and tints

Shades of #0E4227

#0E4227
(14,66,39)
#0D3C24
(13,60,36)
#0C3621
(12,54,33)
#0B301E
(11,48,30)
#0A2A1B
(10,42,27)
#092418
(9,36,24)
#081E15
(8,30,21)
#071812
(7,24,18)
#06120F
(6,18,15)
#050C0C
(5,12,12)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #0E4227

#0E4227
(14,66,39)
#23533A
(35,83,58)
#38644D
(56,100,77)
#4D7560
(77,117,96)
#628673
(98,134,115)
#779786
(119,151,134)
#8CA899
(140,168,153)
#A1B9AC
(161,185,172)
#B6CABF
(182,202,191)
#CBDBD2
(203,219,210)
#E0ECE5
(224,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4227; }

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

This text font color is #0E4227.

Background Color

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

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

This div background color is #0E4227.

Border color

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

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

This div border color is #0E4227.

Opacity

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

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

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

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

This text has shadow with #0E4227 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4227.

Preview

Color preview on black background

This text has color #0E4227 on black background.


Color preview on white background

This text has color #0E4227 on white background.


Black color preview on #0E4227 background

This text has black color on #0E4227 background.


White color preview on #0E4227 background

This text has white color on #0E4227 background.


Related colors

Complementary color

Complementary color for #hex is #F1BDD8.


I love getcolorcode.com

Triadic colors

1 #270E42 and #42270E with #0E4227 are triadic colors.

2 #27420E and #420E27 with #0E4227 are triadic colors.