COLOR #0E7C34

HEX: #0E7C34
RGB: (14,124,52)

Color info

#0E7C34 contains mainly green color. Web safe color of #0E7C34 is #006633 (or #063).

RGB color model

#0E7C34 color RGB value is (14,124,52).

  • red value is 14;
  • green value is 124;
  • blue value is 52.
RGB:
(14,124,52)
(5%,49%,20%)

RGB channels and saturation

R 14 of 255 = 5%
G 124 of 255 = 49%
B 52 of 255 = 20%

14
124
52

R + G + B ~ 25%. #0E7C34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 124 + 52 = 190 (100%)
R 14 of 190 ~ 7.37%
G 124 of 190 ~ 65.26%
B 52 of 190 ~ 27.37%

%65.26
%27.37

CMYK color model

#0E7C34 color CMYK value is (89,0,58,51).

  • cyan value is 88.71%
  • magenta value is 0.00%
  • yellow value is 58.06%
  • key color value is 51.37%
CMYK:
(89,0,58,51)
C89M0Y58K51 
(89%,0%,58%,51%)
(0.89/0.00/0.58/0.51)	

CMYK percentages

%88.71
%0
%58.06
%51.37

Codes

Color #0E7C34 in popluar color models

0E7C34
RGB1412452
HSL141°79.71%27.06%
HSB/HSV141°88.71%48.63%
CMYK88.71%0.00%58.06%
51.37%

Color #0E7C34 in popluar number systems.

HEX0E7C34
Decimal1412452
Binary11101111100110100
Octal1617464

Shades and tints

Shades of #0E7C34

#0E7C34
(14,124,52)
#0D7130
(13,113,48)
#0C662C
(12,102,44)
#0B5B28
(11,91,40)
#0A5024
(10,80,36)
#094520
(9,69,32)
#083A1C
(8,58,28)
#072F18
(7,47,24)
#062414
(6,36,20)
#051910
(5,25,16)
#040E0C
(4,14,12)
#000000
(0,0,0)

Tints of #0E7C34

#0E7C34
(14,124,52)
#238746
(35,135,70)
#389258
(56,146,88)
#4D9D6A
(77,157,106)
#62A87C
(98,168,124)
#77B38E
(119,179,142)
#8CBEA0
(140,190,160)
#A1C9B2
(161,201,178)
#B6D4C4
(182,212,196)
#CBDFD6
(203,223,214)
#E0EAE8
(224,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E7C34 color. Also use rgb(14,124,52) instead hex code.

Text Font Color

.myTextColor { color: #0E7C34; }

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

This text font color is #0E7C34.


Background Color

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

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

This div background color is #0E7C34.


Border color

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

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

This div border color is #0E7C34.


Opacity

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

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

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

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

This text has shadow with #0E7C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7C34 on black background.


Color preview on white background

This text has color #0E7C34 on white background.



Black color preview on #0E7C34 background

This text has black color on #0E7C34 background.


White color preview on #0E7C34 background

This text has white color on #0E7C34 background.