COLOR #0E7346

HEX: #0E7346
RGB: (14,115,70)

Color info

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

RGB color model

#0E7346 color RGB value is (14,115,70).

  • red value is 14;
  • green value is 115;
  • blue value is 70.
RGB:
(14,115,70)
(5%,45%,27%)

RGB channels and saturation

R 14 of 255 = 5%
G 115 of 255 = 45%
B 70 of 255 = 27%

14
115
70

R + G + B ~ 26%. #0E7346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 115 + 70 = 199 (100%)
R 14 of 199 ~ 7.04%
G 115 of 199 ~ 57.79%
B 70 of 199 ~ 35.18%

%57.79
%35.18

CMYK color model

#0E7346 color CMYK value is (88,0,39,55).

  • cyan value is 87.83%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 54.90%
CMYK:
(88,0,39,55)
C88M0Y39K55 
(88%,0%,39%,55%)
(0.88/0.00/0.39/0.55)	

CMYK percentages

%87.83
%0
%39.13
%54.9

Codes

Color #0E7346 in popluar color models

0E7346
RGB1411570
HSL153°78.29%25.29%
HSB/HSV153°87.83%45.10%
CMYK87.83%0.00%39.13%
54.90%

Color #0E7346 in popluar number systems.

HEX0E7346
Decimal1411570
Binary111011100111000110
Octal16163106

Shades and tints

Shades of #0E7346

#0E7346
(14,115,70)
#0D6940
(13,105,64)
#0C5F3A
(12,95,58)
#0B5534
(11,85,52)
#0A4B2E
(10,75,46)
#094128
(9,65,40)
#083722
(8,55,34)
#072D1C
(7,45,28)
#062316
(6,35,22)
#051910
(5,25,16)
#040F0A
(4,15,10)
#000000
(0,0,0)

Tints of #0E7346

#0E7346
(14,115,70)
#237F56
(35,127,86)
#388B66
(56,139,102)
#4D9776
(77,151,118)
#62A386
(98,163,134)
#77AF96
(119,175,150)
#8CBBA6
(140,187,166)
#A1C7B6
(161,199,182)
#B6D3C6
(182,211,198)
#CBDFD6
(203,223,214)
#E0EBE6
(224,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E7346 color. Also use rgb(14,115,70) instead hex code.

Text Font Color

.myTextColor { color: #0E7346; }

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

This text font color is #0E7346.


Background Color

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

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

This div background color is #0E7346.


Border color

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

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

This div border color is #0E7346.


Opacity

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

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

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

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

This text has shadow with #0E7346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7346 on black background.


Color preview on white background

This text has color #0E7346 on white background.



Black color preview on #0E7346 background

This text has black color on #0E7346 background.


White color preview on #0E7346 background

This text has white color on #0E7346 background.