COLOR #0E6120

HEX: #0E6120
RGB: (14,97,32)

Color info

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

RGB color model

#0E6120 color RGB value is (14,97,32).

  • red value is 14;
  • green value is 97;
  • blue value is 32.
RGB:
(14,97,32)
(5%,38%,13%)

RGB channels and saturation

R 14 of 255 = 5%
G 97 of 255 = 38%
B 32 of 255 = 13%

14
97
32

R + G + B ~ 19%. #0E6120 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 97 + 32 = 143 (100%)
R 14 of 143 ~ 9.79%
G 97 of 143 ~ 67.83%
B 32 of 143 ~ 22.38%

%9.79
%67.83
%22.38

CMYK color model

#0E6120 color CMYK value is (86,0,67,62).

  • cyan value is 85.57%
  • magenta value is 0.00%
  • yellow value is 67.01%
  • key color value is 61.96%
CMYK:
(86,0,67,62)
C86M0Y67K62 
(86%,0%,67%,62%)
(0.86/0.00/0.67/0.62)	

CMYK percentages

%85.57
%0
%67.01
%61.96

Codes

Color #0E6120 in popluar color models

0E6120
RGB149732
HSL133°74.77%21.76%
HSB/HSV133°85.57%38.04%
CMYK85.57%0.00%67.01%
61.96%

Color #0E6120 in popluar number systems.

HEX0E6120
Decimal149732
Binary11101100001100000
Octal1614140

Shades and tints

Shades of #0E6120

#0E6120
(14,97,32)
#0D591E
(13,89,30)
#0C511C
(12,81,28)
#0B491A
(11,73,26)
#0A4118
(10,65,24)
#093916
(9,57,22)
#083114
(8,49,20)
#072912
(7,41,18)
#062110
(6,33,16)
#05190E
(5,25,14)
#04110C
(4,17,12)
#000000
(0,0,0)

Tints of #0E6120

#0E6120
(14,97,32)
#236F34
(35,111,52)
#387D48
(56,125,72)
#4D8B5C
(77,139,92)
#629970
(98,153,112)
#77A784
(119,167,132)
#8CB598
(140,181,152)
#A1C3AC
(161,195,172)
#B6D1C0
(182,209,192)
#CBDFD4
(203,223,212)
#E0EDE8
(224,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E6120 color. Also use rgb(14,97,32) instead hex code.

Text Font Color

.myTextColor { color: #0E6120; }

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

This text font color is #0E6120.


Background Color

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

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

This div background color is #0E6120.


Border color

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

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

This div border color is #0E6120.


Opacity

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

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

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

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

This text has shadow with #0E6120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6120 on black background.


Color preview on white background

This text has color #0E6120 on white background.



Black color preview on #0E6120 background

This text has black color on #0E6120 background.


White color preview on #0E6120 background

This text has white color on #0E6120 background.