COLOR #0E4421

HEX: #0E4421 RGB: (14,68,33)

Color info

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

RGB color model

#0E4421 color RGB value is (14,68,33).

RGB: (14,68,33) (5%, 27%, 13%)

RGB channels and saturation

R 14 of 255 = 5%
G 68 of 255 = 27%
B 33 of 255 = 13%

14
68
33

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

Portions of RGB colors in percentages

R + G + B = 14 + 68 + 33 = 115 (100%)
R 14 of 115 ~ 12.17%
G 68 of 115 ~ 59.13%
B 33 of 115 ~ 28.7'%

%12.17
%59.13
%28.7

CMYK color model

#0E4421 color CMYK value is (79,0,51,73).

  • cyan value is 79.41%
  • magenta value is 0.00%
  • yellow value is 51.47%
  • key color value is 73.33%

CMYK: (79,0,51,73)
C79M0Y51K73 (79%, 0%, 51%, 73%)
(0.79 / 0.00 / 0.51 / 0.73)

CMYK percentages

%79.41
%0
%51.47
%73.33

Codes

Color #0E4421 in popluar color models

0E 44 21
RGB 14 68 33
HSL 141° 65.85% 16.08%
HSB/HSV 141° 79.41% 26.67%
CMYK 79.41% 0.00% 51.47%
73.33%

Color #0E4421 in popluar number systems.

HEX 0E 44 21
Decimal 14 68 33
Binary 1110 1000100 100001
Octal 16 104 41

Shades and tints

Shades of #0E4421

#0E4421
(14,68,33)
#0D3E1E
(13,62,30)
#0C381B
(12,56,27)
#0B3218
(11,50,24)
#0A2C15
(10,44,21)
#092612
(9,38,18)
#08200F
(8,32,15)
#071A0C
(7,26,12)
#061409
(6,20,9)
#050E06
(5,14,6)
#040803
(4,8,3)
#000000
(0,0,0)

Tints of #0E4421

#0E4421
(14,68,33)
#235535
(35,85,53)
#386649
(56,102,73)
#4D775D
(77,119,93)
#628871
(98,136,113)
#779985
(119,153,133)
#8CAA99
(140,170,153)
#A1BBAD
(161,187,173)
#B6CCC1
(182,204,193)
#CBDDD5
(203,221,213)
#E0EEE9
(224,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4421 color. Also use rgb(14,68,33) instead hex code.

Text Font Color

.myTextColor { color: #0E4421; }

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

This text font color is #0E4421.

Background Color

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

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

This div background color is #0E4421.

Border color

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

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

This div border color is #0E4421.

Opacity

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

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

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

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

This text has shadow with #0E4421 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4421.

Preview

Color preview on black background

This text has color #0E4421 on black background.


Color preview on white background

This text has color #0E4421 on white background.


Black color preview on #0E4421 background

This text has black color on #0E4421 background.


White color preview on #0E4421 background

This text has white color on #0E4421 background.


Related colors

Complementary color

Complementary color for #hex is #F1BBDE.


I love getcolorcode.com

Triadic colors

1 #210E44 and #44210E with #0E4421 are triadic colors.

2 #21440E and #440E21 with #0E4421 are triadic colors.