COLOR #0E6106

HEX: #0E6106
RGB: (14,97,6)

Color info

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

RGB color model

#0E6106 color RGB value is (14,97,6).

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

RGB channels and saturation

R 14 of 255 = 5%
G 97 of 255 = 38%
B 6 of 255 = 2%

14
97
6

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

Portions of RGB colors in percentages

R + G + B =
14 + 97 + 6 = 117 (100%)
R 14 of 117 ~ 11.97%
G 97 of 117 ~ 82.91%
B 6 of 117 ~ 5.13%

%11.97
%82.91

CMYK color model

#0E6106 color CMYK value is (86,0,94,62).

  • cyan value is 85.57%
  • magenta value is 0.00%
  • yellow value is 93.81%
  • key color value is 61.96%
CMYK:
(86,0,94,62)
C86M0Y94K62 
(86%,0%,94%,62%)
(0.86/0.00/0.94/0.62)	

CMYK percentages

%85.57
%0
%93.81
%61.96

Codes

Color #0E6106 in popluar color models

0E6106
RGB14976
HSL115°88.35%20.20%
HSB/HSV115°93.81%38.04%
CMYK85.57%0.00%93.81%
61.96%

Color #0E6106 in popluar number systems.

HEX0E6106
Decimal14976
Binary11101100001110
Octal161416

Shades and tints

Shades of #0E6106

#0E6106
(14,97,6)
#0D5906
(13,89,6)
#0C5106
(12,81,6)
#0B4906
(11,73,6)
#0A4106
(10,65,6)
#093906
(9,57,6)
#083106
(8,49,6)
#072906
(7,41,6)
#062106
(6,33,6)
#051906
(5,25,6)
#041106
(4,17,6)
#000000
(0,0,0)

Tints of #0E6106

#0E6106
(14,97,6)
#236F1C
(35,111,28)
#387D32
(56,125,50)
#4D8B48
(77,139,72)
#62995E
(98,153,94)
#77A774
(119,167,116)
#8CB58A
(140,181,138)
#A1C3A0
(161,195,160)
#B6D1B6
(182,209,182)
#CBDFCC
(203,223,204)
#E0EDE2
(224,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E6106; }

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

This text font color is #0E6106.


Background Color

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

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

This div background color is #0E6106.


Border color

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

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

This div border color is #0E6106.


Opacity

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

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

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

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

This text has shadow with #0E6106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6106 on black background.


Color preview on white background

This text has color #0E6106 on white background.



Black color preview on #0E6106 background

This text has black color on #0E6106 background.


White color preview on #0E6106 background

This text has white color on #0E6106 background.