COLOR #0E4E25

HEX: #0E4E25 RGB: (14,78,37)

Color info

#0E4E25 contains mainly green and blue colors. Web safe color of #0E4E25 is #006633 (or #063).

RGB color model

#0E4E25 color RGB value is (14,78,37).

RGB: (14,78,37) (5%, 31%, 15%)

RGB channels and saturation

R 14 of 255 = 5%
G 78 of 255 = 31%
B 37 of 255 = 15%

14
78
37

R + G + B ~ 17%. #0E4E25 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 78 + 37 = 129 (100%)
R 14 of 129 ~ 10.85%
G 78 of 129 ~ 60.47%
B 37 of 129 ~ 28.68'%

%10.85
%60.47
%28.68

CMYK color model

#0E4E25 color CMYK value is (82,0,53,69).

  • cyan value is 82.05%
  • magenta value is 0.00%
  • yellow value is 52.56%
  • key color value is 69.41%

CMYK: (82,0,53,69)
C82M0Y53K69 (82%, 0%, 53%, 69%)
(0.82 / 0.00 / 0.53 / 0.69)

CMYK percentages

%82.05
%0
%52.56
%69.41

Codes

Color #0E4E25 in popluar color models

0E 4E 25
RGB 14 78 37
HSL 142° 69.57% 18.04%
HSB/HSV 142° 82.05% 30.59%
CMYK 82.05% 0.00% 52.56%
69.41%

Color #0E4E25 in popluar number systems.

HEX 0E 4E 25
Decimal 14 78 37
Binary 1110 1001110 100101
Octal 16 116 45

Shades and tints

Shades of #0E4E25

#0E4E25
(14,78,37)
#0D4722
(13,71,34)
#0C401F
(12,64,31)
#0B391C
(11,57,28)
#0A3219
(10,50,25)
#092B16
(9,43,22)
#082413
(8,36,19)
#071D10
(7,29,16)
#06160D
(6,22,13)
#050F0A
(5,15,10)
#040807
(4,8,7)
#000000
(0,0,0)

Tints of #0E4E25

#0E4E25
(14,78,37)
#235E38
(35,94,56)
#386E4B
(56,110,75)
#4D7E5E
(77,126,94)
#628E71
(98,142,113)
#779E84
(119,158,132)
#8CAE97
(140,174,151)
#A1BEAA
(161,190,170)
#B6CEBD
(182,206,189)
#CBDED0
(203,222,208)
#E0EEE3
(224,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4E25 color. Also use rgb(14,78,37) instead hex code.

Text Font Color

.myTextColor { color: #0E4E25; }

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

This text font color is #0E4E25.

Background Color

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

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

This div background color is #0E4E25.

Border color

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

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

This div border color is #0E4E25.

Opacity

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

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

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

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

This text has shadow with #0E4E25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4E25.

Preview

Color preview on black background

This text has color #0E4E25 on black background.


Color preview on white background

This text has color #0E4E25 on white background.


Black color preview on #0E4E25 background

This text has black color on #0E4E25 background.


White color preview on #0E4E25 background

This text has white color on #0E4E25 background.


Related colors

Complementary color

Complementary color for #hex is #F1B1DA.


I love getcolorcode.com

Triadic colors

1 #250E4E and #4E250E with #0E4E25 are triadic colors.

2 #254E0E and #4E0E25 with #0E4E25 are triadic colors.