COLOR #0E6F24

HEX: #0E6F24 RGB: (14,111,36)

Color info

#0E6F24 contains mainly green color. Web safe color of #0E6F24 is #006633 (or #063).

RGB color model

#0E6F24 color RGB value is (14,111,36).

RGB: (14,111,36) (5%, 44%, 14%)

RGB channels and saturation

R 14 of 255 = 5%
G 111 of 255 = 44%
B 36 of 255 = 14%

14
111
36

R + G + B ~ 21%. #0E6F24 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 111 + 36 = 161 (100%)
R 14 of 161 ~ 8.7%
G 111 of 161 ~ 68.94%
B 36 of 161 ~ 22.36'%

%68.94
%22.36

CMYK color model

#0E6F24 color CMYK value is (87,0,68,56).

  • cyan value is 87.39%
  • magenta value is 0.00%
  • yellow value is 67.57%
  • key color value is 56.47%

CMYK: (87,0,68,56)
C87M0Y68K56 (87%, 0%, 68%, 56%)
(0.87 / 0.00 / 0.68 / 0.56)

CMYK percentages

%87.39
%0
%67.57
%56.47

Codes

Color #0E6F24 in popluar color models

0E 6F 24
RGB 14 111 36
HSL 134° 77.60% 24.51%
HSB/HSV 134° 87.39% 43.53%
CMYK 87.39% 0.00% 67.57%
56.47%

Color #0E6F24 in popluar number systems.

HEX 0E 6F 24
Decimal 14 111 36
Binary 1110 1101111 100100
Octal 16 157 44

Shades and tints

Shades of #0E6F24

#0E6F24
(14,111,36)
#0D6521
(13,101,33)
#0C5B1E
(12,91,30)
#0B511B
(11,81,27)
#0A4718
(10,71,24)
#093D15
(9,61,21)
#083312
(8,51,18)
#07290F
(7,41,15)
#061F0C
(6,31,12)
#051509
(5,21,9)
#040B06
(4,11,6)
#000000
(0,0,0)

Tints of #0E6F24

#0E6F24
(14,111,36)
#237C37
(35,124,55)
#38894A
(56,137,74)
#4D965D
(77,150,93)
#62A370
(98,163,112)
#77B083
(119,176,131)
#8CBD96
(140,189,150)
#A1CAA9
(161,202,169)
#B6D7BC
(182,215,188)
#CBE4CF
(203,228,207)
#E0F1E2
(224,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E6F24; }

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

This text font color is #0E6F24.

Background Color

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

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

This div background color is #0E6F24.

Border color

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

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

This div border color is #0E6F24.

Opacity

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

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

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

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

This text has shadow with #0E6F24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E6F24.

Preview

Color preview on black background

This text has color #0E6F24 on black background.


Color preview on white background

This text has color #0E6F24 on white background.


Black color preview on #0E6F24 background

This text has black color on #0E6F24 background.


White color preview on #0E6F24 background

This text has white color on #0E6F24 background.


Related colors

Complementary color

Complementary color for #hex is #F190DB.


I love getcolorcode.com

Triadic colors

1 #240E6F and #6F240E with #0E6F24 are triadic colors.

2 #246F0E and #6F0E24 with #0E6F24 are triadic colors.