COLOR #0E6801

HEX: #0E6801
RGB: (14,104,1)

Color info

#0E6801 contains mainly green color. Web safe color of #0E6801 is #006600 (or #060).

RGB color model

#0E6801 color RGB value is (14,104,1).

  • red value is 14;
  • green value is 104;
  • blue value is 1.
RGB:
(14,104,1)
(5%,41%,0%)

RGB channels and saturation

R 14 of 255 = 5%
G 104 of 255 = 41%
B 1 of 255 = 0%

14
104
1

R + G + B ~ 15%. #0E6801 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 104 + 1 = 119 (100%)
R 14 of 119 ~ 11.76%
G 104 of 119 ~ 87.39%
B 1 of 119 ~ 0.84%

%11.76
%87.39

CMYK color model

#0E6801 color CMYK value is (87,0,99,59).

  • cyan value is 86.54%
  • magenta value is 0.00%
  • yellow value is 99.04%
  • key color value is 59.22%
CMYK:
(87,0,99,59)
C87M0Y99K59 
(87%,0%,99%,59%)
(0.87/0.00/0.99/0.59)	

CMYK percentages

%86.54
%0
%99.04
%59.22

Codes

Color #0E6801 in popluar color models

0E6801
RGB141041
HSL112°98.10%20.59%
HSB/HSV112°99.04%40.78%
CMYK86.54%0.00%99.04%
59.22%

Color #0E6801 in popluar number systems.

HEX0E6801
Decimal141041
Binary111011010001
Octal161501

Shades and tints

Shades of #0E6801

#0E6801
(14,104,1)
#0D5F01
(13,95,1)
#0C5601
(12,86,1)
#0B4D01
(11,77,1)
#0A4401
(10,68,1)
#093B01
(9,59,1)
#083201
(8,50,1)
#072901
(7,41,1)
#062001
(6,32,1)
#051701
(5,23,1)
#040E01
(4,14,1)
#000000
(0,0,0)

Tints of #0E6801

#0E6801
(14,104,1)
#237518
(35,117,24)
#38822F
(56,130,47)
#4D8F46
(77,143,70)
#629C5D
(98,156,93)
#77A974
(119,169,116)
#8CB68B
(140,182,139)
#A1C3A2
(161,195,162)
#B6D0B9
(182,208,185)
#CBDDD0
(203,221,208)
#E0EAE7
(224,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E6801; }

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

This text font color is #0E6801.


Background Color

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

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

This div background color is #0E6801.


Border color

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

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

This div border color is #0E6801.


Opacity

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

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

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

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

This text has shadow with #0E6801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6801 on black background.


Color preview on white background

This text has color #0E6801 on white background.



Black color preview on #0E6801 background

This text has black color on #0E6801 background.


White color preview on #0E6801 background

This text has white color on #0E6801 background.