COLOR #0E4C10

HEX: #0E4C10 RGB: (14,76,16)

Color info

#0E4C10 contains mainly green color. Web safe color of #0E4C10 is #003300 (or #030).

RGB color model

#0E4C10 color RGB value is (14,76,16).

RGB: (14,76,16) (5%, 30%, 6%)

RGB channels and saturation

R 14 of 255 = 5%
G 76 of 255 = 30%
B 16 of 255 = 6%

14
76
16

R + G + B ~ 14%. #0E4C10 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 76 + 16 = 106 (100%)
R 14 of 106 ~ 13.21%
G 76 of 106 ~ 71.7%
B 16 of 106 ~ 15.09'%

%13.21
%71.7
%15.09

CMYK color model

#0E4C10 color CMYK value is (82,0,79,70).

  • cyan value is 81.58%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 70.20%

CMYK: (82,0,79,70)
C82M0Y79K70 (82%, 0%, 79%, 70%)
(0.82 / 0.00 / 0.79 / 0.70)

CMYK percentages

%81.58
%0
%78.95
%70.2

Codes

Color #0E4C10 in popluar color models

0E 4C 10
RGB 14 76 16
HSL 122° 68.89% 17.65%
HSB/HSV 122° 81.58% 29.80%
CMYK 81.58% 0.00% 78.95%
70.20%

Color #0E4C10 in popluar number systems.

HEX 0E 4C 10
Decimal 14 76 16
Binary 1110 1001100 10000
Octal 16 114 20

Shades and tints

Shades of #0E4C10

#0E4C10
(14,76,16)
#0D460F
(13,70,15)
#0C400E
(12,64,14)
#0B3A0D
(11,58,13)
#0A340C
(10,52,12)
#092E0B
(9,46,11)
#08280A
(8,40,10)
#072209
(7,34,9)
#061C08
(6,28,8)
#051607
(5,22,7)
#041006
(4,16,6)
#000000
(0,0,0)

Tints of #0E4C10

#0E4C10
(14,76,16)
#235C25
(35,92,37)
#386C3A
(56,108,58)
#4D7C4F
(77,124,79)
#628C64
(98,140,100)
#779C79
(119,156,121)
#8CAC8E
(140,172,142)
#A1BCA3
(161,188,163)
#B6CCB8
(182,204,184)
#CBDCCD
(203,220,205)
#E0ECE2
(224,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4C10 color. Also use rgb(14,76,16) instead hex code.

Text Font Color

.myTextColor { color: #0E4C10; }

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

This text font color is #0E4C10.

Background Color

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

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

This div background color is #0E4C10.

Border color

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

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

This div border color is #0E4C10.

Opacity

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

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

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

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

This text has shadow with #0E4C10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4C10.

Preview

Color preview on black background

This text has color #0E4C10 on black background.


Color preview on white background

This text has color #0E4C10 on white background.


Black color preview on #0E4C10 background

This text has black color on #0E4C10 background.


White color preview on #0E4C10 background

This text has white color on #0E4C10 background.


Related colors

Complementary color

Complementary color for #hex is #F1B3EF.


I love getcolorcode.com

Triadic colors

1 #100E4C and #4C100E with #0E4C10 are triadic colors.

2 #104C0E and #4C0E10 with #0E4C10 are triadic colors.