COLOR #0E6306

HEX: #0E6306 RGB: (14,99,6)

Color info

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

RGB color model

#0E6306 color RGB value is (14,99,6).

RGB: (14,99,6) (5%, 39%, 2%)

RGB channels and saturation

R 14 of 255 = 5%
G 99 of 255 = 39%
B 6 of 255 = 2%

14
99
6

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

Portions of RGB colors in percentages

R + G + B = 14 + 99 + 6 = 119 (100%)
R 14 of 119 ~ 11.76%
G 99 of 119 ~ 83.19%
B 6 of 119 ~ 5.04'%

%11.76
%83.19

CMYK color model

#0E6306 color CMYK value is (86,0,94,61).

  • cyan value is 85.86%
  • magenta value is 0.00%
  • yellow value is 93.94%
  • key color value is 61.18%

CMYK: (86,0,94,61)
C86M0Y94K61 (86%, 0%, 94%, 61%)
(0.86 / 0.00 / 0.94 / 0.61)

CMYK percentages

%85.86
%0
%93.94
%61.18

Codes

Color #0E6306 in popluar color models

0E 63 06
RGB 14 99 6
HSL 115° 88.57% 20.59%
HSB/HSV 115° 93.94% 38.82%
CMYK 85.86% 0.00% 93.94%
61.18%

Color #0E6306 in popluar number systems.

HEX 0E 63 06
Decimal 14 99 6
Binary 1110 1100011 110
Octal 16 143 6

Shades and tints

Shades of #0E6306

#0E6306
(14,99,6)
#0D5A06
(13,90,6)
#0C5106
(12,81,6)
#0B4806
(11,72,6)
#0A3F06
(10,63,6)
#093606
(9,54,6)
#082D06
(8,45,6)
#072406
(7,36,6)
#061B06
(6,27,6)
#051206
(5,18,6)
#040906
(4,9,6)
#000000
(0,0,0)

Tints of #0E6306

#0E6306
(14,99,6)
#23711C
(35,113,28)
#387F32
(56,127,50)
#4D8D48
(77,141,72)
#629B5E
(98,155,94)
#77A974
(119,169,116)
#8CB78A
(140,183,138)
#A1C5A0
(161,197,160)
#B6D3B6
(182,211,182)
#CBE1CC
(203,225,204)
#E0EFE2
(224,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E6306; }

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

This text font color is #0E6306.

Background Color

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

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

This div background color is #0E6306.

Border color

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

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

This div border color is #0E6306.

Opacity

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

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

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

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

This text has shadow with #0E6306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E6306.

Preview

Color preview on black background

This text has color #0E6306 on black background.


Color preview on white background

This text has color #0E6306 on white background.


Black color preview on #0E6306 background

This text has black color on #0E6306 background.


White color preview on #0E6306 background

This text has white color on #0E6306 background.


Related colors

Complementary color

Complementary color for #hex is #F19CF9.


I love getcolorcode.com

Triadic colors

1 #060E63 and #63060E with #0E6306 are triadic colors.

2 #06630E and #630E06 with #0E6306 are triadic colors.