COLOR #0E6B02

HEX: #0E6B02
RGB: (14,107,2)

Color info

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

RGB color model

#0E6B02 color RGB value is (14,107,2).

  • red value is 14;
  • green value is 107;
  • blue value is 2.
RGB:
(14,107,2)
(5%,42%,1%)

RGB channels and saturation

R 14 of 255 = 5%
G 107 of 255 = 42%
B 2 of 255 = 1%

14
107
2

R + G + B ~ 16%. #0E6B02 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 107 + 2 = 123 (100%)
R 14 of 123 ~ 11.38%
G 107 of 123 ~ 86.99%
B 2 of 123 ~ 1.63%

%11.38
%86.99

CMYK color model

#0E6B02 color CMYK value is (87,0,98,58).

  • cyan value is 86.92%
  • magenta value is 0.00%
  • yellow value is 98.13%
  • key color value is 58.04%
CMYK:
(87,0,98,58)
C87M0Y98K58 
(87%,0%,98%,58%)
(0.87/0.00/0.98/0.58)	

CMYK percentages

%86.92
%0
%98.13
%58.04

Codes

Color #0E6B02 in popluar color models

0E6B02
RGB141072
HSL113°96.33%21.37%
HSB/HSV113°98.13%41.96%
CMYK86.92%0.00%98.13%
58.04%

Color #0E6B02 in popluar number systems.

HEX0E6B02
Decimal141072
Binary1110110101110
Octal161532

Shades and tints

Shades of #0E6B02

#0E6B02
(14,107,2)
#0D6202
(13,98,2)
#0C5902
(12,89,2)
#0B5002
(11,80,2)
#0A4702
(10,71,2)
#093E02
(9,62,2)
#083502
(8,53,2)
#072C02
(7,44,2)
#062302
(6,35,2)
#051A02
(5,26,2)
#041102
(4,17,2)
#000000
(0,0,0)

Tints of #0E6B02

#0E6B02
(14,107,2)
#237819
(35,120,25)
#388530
(56,133,48)
#4D9247
(77,146,71)
#629F5E
(98,159,94)
#77AC75
(119,172,117)
#8CB98C
(140,185,140)
#A1C6A3
(161,198,163)
#B6D3BA
(182,211,186)
#CBE0D1
(203,224,209)
#E0EDE8
(224,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E6B02 color. Also use rgb(14,107,2) instead hex code.

Text Font Color

.myTextColor { color: #0E6B02; }

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

This text font color is #0E6B02.


Background Color

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

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

This div background color is #0E6B02.


Border color

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

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

This div border color is #0E6B02.


Opacity

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

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

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

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

This text has shadow with #0E6B02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6B02 on black background.


Color preview on white background

This text has color #0E6B02 on white background.



Black color preview on #0E6B02 background

This text has black color on #0E6B02 background.


White color preview on #0E6B02 background

This text has white color on #0E6B02 background.