COLOR #0E7317

HEX: #0E7317
RGB: (14,115,23)

Color info

#0E7317 contains mainly green color. Web safe color of #0E7317 is #006600 (or #060).

RGB color model

#0E7317 color RGB value is (14,115,23).

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

RGB channels and saturation

R 14 of 255 = 5%
G 115 of 255 = 45%
B 23 of 255 = 9%

14
115
23

R + G + B ~ 20%. #0E7317 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 115 + 23 = 152 (100%)
R 14 of 152 ~ 9.21%
G 115 of 152 ~ 75.66%
B 23 of 152 ~ 15.13%

%75.66
%15.13

CMYK color model

#0E7317 color CMYK value is (88,0,80,55).

  • cyan value is 87.83%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 54.90%
CMYK:
(88,0,80,55)
C88M0Y80K55 
(88%,0%,80%,55%)
(0.88/0.00/0.80/0.55)	

CMYK percentages

%87.83
%0
%80
%54.9

Codes

Color #0E7317 in popluar color models

0E7317
RGB1411523
HSL125°78.29%25.29%
HSB/HSV125°87.83%45.10%
CMYK87.83%0.00%80.00%
54.90%

Color #0E7317 in popluar number systems.

HEX0E7317
Decimal1411523
Binary1110111001110111
Octal1616327

Shades and tints

Shades of #0E7317

#0E7317
(14,115,23)
#0D6915
(13,105,21)
#0C5F13
(12,95,19)
#0B5511
(11,85,17)
#0A4B0F
(10,75,15)
#09410D
(9,65,13)
#08370B
(8,55,11)
#072D09
(7,45,9)
#062307
(6,35,7)
#051905
(5,25,5)
#040F03
(4,15,3)
#000000
(0,0,0)

Tints of #0E7317

#0E7317
(14,115,23)
#237F2C
(35,127,44)
#388B41
(56,139,65)
#4D9756
(77,151,86)
#62A36B
(98,163,107)
#77AF80
(119,175,128)
#8CBB95
(140,187,149)
#A1C7AA
(161,199,170)
#B6D3BF
(182,211,191)
#CBDFD4
(203,223,212)
#E0EBE9
(224,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E7317; }

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

This text font color is #0E7317.


Background Color

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

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

This div background color is #0E7317.


Border color

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

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

This div border color is #0E7317.


Opacity

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

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

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

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

This text has shadow with #0E7317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7317 on black background.


Color preview on white background

This text has color #0E7317 on white background.



Black color preview on #0E7317 background

This text has black color on #0E7317 background.


White color preview on #0E7317 background

This text has white color on #0E7317 background.