COLOR #0E4F25

HEX: #0E4F25
RGB: (14,79,37)

Color info

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

RGB color model

#0E4F25 color RGB value is (14,79,37).

  • red value is 14;
  • green value is 79;
  • blue value is 37.
RGB:
(14,79,37)
(5%,31%,15%)

RGB channels and saturation

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

14
79
37

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

Portions of RGB colors in percentages

R + G + B =
14 + 79 + 37 = 130 (100%)
R 14 of 130 ~ 10.77%
G 79 of 130 ~ 60.77%
B 37 of 130 ~ 28.46%

%10.77
%60.77
%28.46

CMYK color model

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

  • cyan value is 82.28%
  • magenta value is 0.00%
  • yellow value is 53.16%
  • key color value is 69.02%
CMYK:
(82,0,53,69)
C82M0Y53K69 
(82%,0%,53%,69%)
(0.82/0.00/0.53/0.69)	

CMYK percentages

%82.28
%0
%53.16
%69.02

Codes

Color #0E4F25 in popluar color models

0E4F25
RGB147937
HSL141°69.89%18.24%
HSB/HSV141°82.28%30.98%
CMYK82.28%0.00%53.16%
69.02%

Color #0E4F25 in popluar number systems.

HEX0E4F25
Decimal147937
Binary11101001111100101
Octal1611745

Shades and tints

Shades of #0E4F25

#0E4F25
(14,79,37)
#0D4822
(13,72,34)
#0C411F
(12,65,31)
#0B3A1C
(11,58,28)
#0A3319
(10,51,25)
#092C16
(9,44,22)
#082513
(8,37,19)
#071E10
(7,30,16)
#06170D
(6,23,13)
#05100A
(5,16,10)
#040907
(4,9,7)
#000000
(0,0,0)

Tints of #0E4F25

#0E4F25
(14,79,37)
#235F38
(35,95,56)
#386F4B
(56,111,75)
#4D7F5E
(77,127,94)
#628F71
(98,143,113)
#779F84
(119,159,132)
#8CAF97
(140,175,151)
#A1BFAA
(161,191,170)
#B6CFBD
(182,207,189)
#CBDFD0
(203,223,208)
#E0EFE3
(224,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4F25; }

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

This text font color is #0E4F25.


Background Color

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

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

This div background color is #0E4F25.


Border color

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

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

This div border color is #0E4F25.


Opacity

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

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

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

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

This text has shadow with #0E4F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4F25 on black background.


Color preview on white background

This text has color #0E4F25 on white background.



Black color preview on #0E4F25 background

This text has black color on #0E4F25 background.


White color preview on #0E4F25 background

This text has white color on #0E4F25 background.