COLOR #0E6C3D

HEX: #0E6C3D RGB: (14,108,61)

Color info

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

RGB color model

#0E6C3D color RGB value is (14,108,61).

RGB: (14,108,61) (5%, 42%, 24%)

RGB channels and saturation

R 14 of 255 = 5%
G 108 of 255 = 42%
B 61 of 255 = 24%

14
108
61

R + G + B ~ 24%. #0E6C3D is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 108 + 61 = 183 (100%)
R 14 of 183 ~ 7.65%
G 108 of 183 ~ 59.02%
B 61 of 183 ~ 33.33'%

%59.02
%33.33

CMYK color model

#0E6C3D color CMYK value is (87,0,44,58).

  • cyan value is 87.04%
  • magenta value is 0.00%
  • yellow value is 43.52%
  • key color value is 57.65%

CMYK: (87,0,44,58)
C87M0Y44K58 (87%, 0%, 44%, 58%)
(0.87 / 0.00 / 0.44 / 0.58)

CMYK percentages

%87.04
%0
%43.52
%57.65

Codes

Color #0E6C3D in popluar color models

0E 6C 3D
RGB 14 108 61
HSL 150° 77.05% 23.92%
HSB/HSV 150° 87.04% 42.35%
CMYK 87.04% 0.00% 43.52%
57.65%

Color #0E6C3D in popluar number systems.

HEX 0E 6C 3D
Decimal 14 108 61
Binary 1110 1101100 111101
Octal 16 154 75

Shades and tints

Shades of #0E6C3D

#0E6C3D
(14,108,61)
#0D6338
(13,99,56)
#0C5A33
(12,90,51)
#0B512E
(11,81,46)
#0A4829
(10,72,41)
#093F24
(9,63,36)
#08361F
(8,54,31)
#072D1A
(7,45,26)
#062415
(6,36,21)
#051B10
(5,27,16)
#04120B
(4,18,11)
#000000
(0,0,0)

Tints of #0E6C3D

#0E6C3D
(14,108,61)
#23794E
(35,121,78)
#38865F
(56,134,95)
#4D9370
(77,147,112)
#62A081
(98,160,129)
#77AD92
(119,173,146)
#8CBAA3
(140,186,163)
#A1C7B4
(161,199,180)
#B6D4C5
(182,212,197)
#CBE1D6
(203,225,214)
#E0EEE7
(224,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E6C3D; }

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

This text font color is #0E6C3D.

Background Color

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

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

This div background color is #0E6C3D.

Border color

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

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

This div border color is #0E6C3D.

Opacity

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

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

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

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

This text has shadow with #0E6C3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E6C3D.

Preview

Color preview on black background

This text has color #0E6C3D on black background.


Color preview on white background

This text has color #0E6C3D on white background.


Black color preview on #0E6C3D background

This text has black color on #0E6C3D background.


White color preview on #0E6C3D background

This text has white color on #0E6C3D background.


Related colors

Complementary color

Complementary color for #hex is #F193C2.


I love getcolorcode.com

Triadic colors

1 #3D0E6C and #6C3D0E with #0E6C3D are triadic colors.

2 #3D6C0E and #6C0E3D with #0E6C3D are triadic colors.