COLOR #0E683E

HEX: #0E683E
RGB: (14,104,62)

Color info

#0E683E contains mainly green and blue colors. Web safe color of #0E683E is #006633 (or #063).

RGB color model

#0E683E color RGB value is (14,104,62).

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

RGB channels and saturation

R 14 of 255 = 5%
G 104 of 255 = 41%
B 62 of 255 = 24%

14
104
62

R + G + B ~ 23%. #0E683E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 104 + 62 = 180 (100%)
R 14 of 180 ~ 7.78%
G 104 of 180 ~ 57.78%
B 62 of 180 ~ 34.44%

%57.78
%34.44

CMYK color model

#0E683E color CMYK value is (87,0,40,59).

  • cyan value is 86.54%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 59.22%
CMYK:
(87,0,40,59)
C87M0Y40K59 
(87%,0%,40%,59%)
(0.87/0.00/0.40/0.59)	

CMYK percentages

%86.54
%0
%40.38
%59.22

Codes

Color #0E683E in popluar color models

0E683E
RGB1410462
HSL152°76.27%23.14%
HSB/HSV152°86.54%40.78%
CMYK86.54%0.00%40.38%
59.22%

Color #0E683E in popluar number systems.

HEX0E683E
Decimal1410462
Binary11101101000111110
Octal1615076

Shades and tints

Shades of #0E683E

#0E683E
(14,104,62)
#0D5F39
(13,95,57)
#0C5634
(12,86,52)
#0B4D2F
(11,77,47)
#0A442A
(10,68,42)
#093B25
(9,59,37)
#083220
(8,50,32)
#07291B
(7,41,27)
#062016
(6,32,22)
#051711
(5,23,17)
#040E0C
(4,14,12)
#000000
(0,0,0)

Tints of #0E683E

#0E683E
(14,104,62)
#23754F
(35,117,79)
#388260
(56,130,96)
#4D8F71
(77,143,113)
#629C82
(98,156,130)
#77A993
(119,169,147)
#8CB6A4
(140,182,164)
#A1C3B5
(161,195,181)
#B6D0C6
(182,208,198)
#CBDDD7
(203,221,215)
#E0EAE8
(224,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E683E; }

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

This text font color is #0E683E.


Background Color

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

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

This div background color is #0E683E.


Border color

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

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

This div border color is #0E683E.


Opacity

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

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

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

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

This text has shadow with #0E683E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E683E on black background.


Color preview on white background

This text has color #0E683E on white background.



Black color preview on #0E683E background

This text has black color on #0E683E background.


White color preview on #0E683E background

This text has white color on #0E683E background.