COLOR #0E751B

HEX: #0E751B
RGB: (14,117,27)

Color info

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

RGB color model

#0E751B color RGB value is (14,117,27).

  • red value is 14;
  • green value is 117;
  • blue value is 27.
RGB:
(14,117,27)
(5%,46%,11%)

RGB channels and saturation

R 14 of 255 = 5%
G 117 of 255 = 46%
B 27 of 255 = 11%

14
117
27

R + G + B ~ 21%. #0E751B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 117 + 27 = 158 (100%)
R 14 of 158 ~ 8.86%
G 117 of 158 ~ 74.05%
B 27 of 158 ~ 17.09%

%74.05
%17.09

CMYK color model

#0E751B color CMYK value is (88,0,77,54).

  • cyan value is 88.03%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 54.12%
CMYK:
(88,0,77,54)
C88M0Y77K54 
(88%,0%,77%,54%)
(0.88/0.00/0.77/0.54)	

CMYK percentages

%88.03
%0
%76.92
%54.12

Codes

Color #0E751B in popluar color models

0E751B
RGB1411727
HSL128°78.63%25.69%
HSB/HSV128°88.03%45.88%
CMYK88.03%0.00%76.92%
54.12%

Color #0E751B in popluar number systems.

HEX0E751B
Decimal1411727
Binary1110111010111011
Octal1616533

Shades and tints

Shades of #0E751B

#0E751B
(14,117,27)
#0D6B19
(13,107,25)
#0C6117
(12,97,23)
#0B5715
(11,87,21)
#0A4D13
(10,77,19)
#094311
(9,67,17)
#08390F
(8,57,15)
#072F0D
(7,47,13)
#06250B
(6,37,11)
#051B09
(5,27,9)
#041107
(4,17,7)
#000000
(0,0,0)

Tints of #0E751B

#0E751B
(14,117,27)
#23812F
(35,129,47)
#388D43
(56,141,67)
#4D9957
(77,153,87)
#62A56B
(98,165,107)
#77B17F
(119,177,127)
#8CBD93
(140,189,147)
#A1C9A7
(161,201,167)
#B6D5BB
(182,213,187)
#CBE1CF
(203,225,207)
#E0EDE3
(224,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E751B color. Also use rgb(14,117,27) instead hex code.

Text Font Color

.myTextColor { color: #0E751B; }

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

This text font color is #0E751B.


Background Color

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

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

This div background color is #0E751B.


Border color

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

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

This div border color is #0E751B.


Opacity

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

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

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

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

This text has shadow with #0E751B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E751B on black background.


Color preview on white background

This text has color #0E751B on white background.



Black color preview on #0E751B background

This text has black color on #0E751B background.


White color preview on #0E751B background

This text has white color on #0E751B background.