COLOR #0E6C31

HEX: #0E6C31
RGB: (14,108,49)

Color info

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

RGB color model

#0E6C31 color RGB value is (14,108,49).

  • red value is 14;
  • green value is 108;
  • blue value is 49.
RGB:
(14,108,49)
(5%,42%,19%)

RGB channels and saturation

R 14 of 255 = 5%
G 108 of 255 = 42%
B 49 of 255 = 19%

14
108
49

R + G + B ~ 22%. #0E6C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 108 + 49 = 171 (100%)
R 14 of 171 ~ 8.19%
G 108 of 171 ~ 63.16%
B 49 of 171 ~ 28.65%

%63.16
%28.65

CMYK color model

#0E6C31 color CMYK value is (87,0,55,58).

  • cyan value is 87.04%
  • magenta value is 0.00%
  • yellow value is 54.63%
  • key color value is 57.65%
CMYK:
(87,0,55,58)
C87M0Y55K58 
(87%,0%,55%,58%)
(0.87/0.00/0.55/0.58)	

CMYK percentages

%87.04
%0
%54.63
%57.65

Codes

Color #0E6C31 in popluar color models

0E6C31
RGB1410849
HSL142°77.05%23.92%
HSB/HSV142°87.04%42.35%
CMYK87.04%0.00%54.63%
57.65%

Color #0E6C31 in popluar number systems.

HEX0E6C31
Decimal1410849
Binary11101101100110001
Octal1615461

Shades and tints

Shades of #0E6C31

#0E6C31
(14,108,49)
#0D632D
(13,99,45)
#0C5A29
(12,90,41)
#0B5125
(11,81,37)
#0A4821
(10,72,33)
#093F1D
(9,63,29)
#083619
(8,54,25)
#072D15
(7,45,21)
#062411
(6,36,17)
#051B0D
(5,27,13)
#041209
(4,18,9)
#000000
(0,0,0)

Tints of #0E6C31

#0E6C31
(14,108,49)
#237943
(35,121,67)
#388655
(56,134,85)
#4D9367
(77,147,103)
#62A079
(98,160,121)
#77AD8B
(119,173,139)
#8CBA9D
(140,186,157)
#A1C7AF
(161,199,175)
#B6D4C1
(182,212,193)
#CBE1D3
(203,225,211)
#E0EEE5
(224,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E6C31 color. Also use rgb(14,108,49) instead hex code.

Text Font Color

.myTextColor { color: #0E6C31; }

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

This text font color is #0E6C31.


Background Color

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

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

This div background color is #0E6C31.


Border color

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

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

This div border color is #0E6C31.


Opacity

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

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

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

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

This text has shadow with #0E6C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6C31 on black background.


Color preview on white background

This text has color #0E6C31 on white background.



Black color preview on #0E6C31 background

This text has black color on #0E6C31 background.


White color preview on #0E6C31 background

This text has white color on #0E6C31 background.