COLOR #0E6825

HEX: #0E6825 RGB: (14,104,37)

Color info

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

RGB color model

#0E6825 color RGB value is (14,104,37).

RGB: (14,104,37) (5%, 41%, 15%)

RGB channels and saturation

R 14 of 255 = 5%
G 104 of 255 = 41%
B 37 of 255 = 15%

14
104
37

R + G + B ~ 20%. #0E6825 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 104 + 37 = 155 (100%)
R 14 of 155 ~ 9.03%
G 104 of 155 ~ 67.1%
B 37 of 155 ~ 23.87'%

%67.1
%23.87

CMYK color model

#0E6825 color CMYK value is (87,0,64,59).

  • cyan value is 86.54%
  • magenta value is 0.00%
  • yellow value is 64.42%
  • key color value is 59.22%

CMYK: (87,0,64,59)
C87M0Y64K59 (87%, 0%, 64%, 59%)
(0.87 / 0.00 / 0.64 / 0.59)

CMYK percentages

%86.54
%0
%64.42
%59.22

Codes

Color #0E6825 in popluar color models

0E 68 25
RGB 14 104 37
HSL 135° 76.27% 23.14%
HSB/HSV 135° 86.54% 40.78%
CMYK 86.54% 0.00% 64.42%
59.22%

Color #0E6825 in popluar number systems.

HEX 0E 68 25
Decimal 14 104 37
Binary 1110 1101000 100101
Octal 16 150 45

Shades and tints

Shades of #0E6825

#0E6825
(14,104,37)
#0D5F22
(13,95,34)
#0C561F
(12,86,31)
#0B4D1C
(11,77,28)
#0A4419
(10,68,25)
#093B16
(9,59,22)
#083213
(8,50,19)
#072910
(7,41,16)
#06200D
(6,32,13)
#05170A
(5,23,10)
#040E07
(4,14,7)
#000000
(0,0,0)

Tints of #0E6825

#0E6825
(14,104,37)
#237538
(35,117,56)
#38824B
(56,130,75)
#4D8F5E
(77,143,94)
#629C71
(98,156,113)
#77A984
(119,169,132)
#8CB697
(140,182,151)
#A1C3AA
(161,195,170)
#B6D0BD
(182,208,189)
#CBDDD0
(203,221,208)
#E0EAE3
(224,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E6825; }

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

This text font color is #0E6825.

Background Color

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

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

This div background color is #0E6825.

Border color

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

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

This div border color is #0E6825.

Opacity

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

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

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

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

This text has shadow with #0E6825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E6825.

Preview

Color preview on black background

This text has color #0E6825 on black background.


Color preview on white background

This text has color #0E6825 on white background.


Black color preview on #0E6825 background

This text has black color on #0E6825 background.


White color preview on #0E6825 background

This text has white color on #0E6825 background.


Related colors

Complementary color

Complementary color for #hex is #F197DA.


I love getcolorcode.com

Triadic colors

1 #250E68 and #68250E with #0E6825 are triadic colors.

2 #25680E and #680E25 with #0E6825 are triadic colors.