COLOR #718C13

HEX: #718C13
RGB: (113,140,19)

Color info

#718C13 contains mainly red and green colors. Web safe color of #718C13 is #669900 (or #690).

RGB color model

#718C13 color RGB value is (113,140,19).

  • red value is 113;
  • green value is 140;
  • blue value is 19.
RGB:
(113,140,19)
(44%,55%,7%)

RGB channels and saturation

R 113 of 255 = 44%
G 140 of 255 = 55%
B 19 of 255 = 7%

113
140
19

R + G + B ~ 35%. #718C13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 140 + 19 = 272 (100%)
R 113 of 272 ~ 41.54%
G 140 of 272 ~ 51.47%
B 19 of 272 ~ 6.99%

%41.54
%51.47

CMYK color model

#718C13 color CMYK value is (19,0,86,45).

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 86.43%
  • key color value is 45.10%
CMYK:
(19,0,86,45)
C19M0Y86K45 
(19%,0%,86%,45%)
(0.19/0.00/0.86/0.45)	

CMYK percentages

%19.29
%0
%86.43
%45.1

Codes

Color #718C13 in popluar color models

718C13
RGB11314019
HSL73°76.10%31.18%
HSB/HSV73°86.43%54.90%
CMYK19.29%0.00%86.43%
45.10%

Color #718C13 in popluar number systems.

HEX718C13
Decimal11314019
Binary11100011000110010011
Octal16121423

Shades and tints

Shades of #718C13

#718C13
(113,140,19)
#678012
(103,128,18)
#5D7411
(93,116,17)
#536810
(83,104,16)
#495C0F
(73,92,15)
#3F500E
(63,80,14)
#35440D
(53,68,13)
#2B380C
(43,56,12)
#212C0B
(33,44,11)
#17200A
(23,32,10)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #718C13

#718C13
(113,140,19)
#7D9628
(125,150,40)
#89A03D
(137,160,61)
#95AA52
(149,170,82)
#A1B467
(161,180,103)
#ADBE7C
(173,190,124)
#B9C891
(185,200,145)
#C5D2A6
(197,210,166)
#D1DCBB
(209,220,187)
#DDE6D0
(221,230,208)
#E9F0E5
(233,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718C13 color. Also use rgb(113,140,19) instead hex code.

Text Font Color

.myTextColor { color: #718C13; }

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

This text font color is #718C13.


Background Color

.myBgColor { background-color: #718C13; }

<div style="background-color:#718C13">Inner text</div>

This div background color is #718C13.


Border color

.myBorderColor { border: 1px solid #718C13; }

<div style="border:3px solid #718C13">Div</div>

This div border color is #718C13.


Opacity

.myOpacity80 { color: #718C13; opacity: 0.8; }

<p style="color:#718C13;opacity:0.8;">80%</p>

Text with #718C13 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 #718C13;}

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

This text has shadow with #718C13 color.

.textShadow {text-shadow: 3px 3px 1px #718C13, 3px 3px 1px red;}

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

This text has shadow with #718C13 primary color and red secondary color.


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

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

This text has shadow with #718C13 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718C13 on black background.


Color preview on white background

This text has color #718C13 on white background.



Black color preview on #718C13 background

This text has black color on #718C13 background.


White color preview on #718C13 background

This text has white color on #718C13 background.