COLOR #718C24

HEX: #718C24
RGB: (113,140,36)

Color info

#718C24 contains mainly red and green colors. Web safe color of #718C24 is #669933 (or #693).

RGB color model

#718C24 color RGB value is (113,140,36).

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

RGB channels and saturation

R 113 of 255 = 44%
G 140 of 255 = 55%
B 36 of 255 = 14%

113
140
36

R + G + B ~ 38%. #718C24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 140 + 36 = 289 (100%)
R 113 of 289 ~ 39.1%
G 140 of 289 ~ 48.44%
B 36 of 289 ~ 12.46%

%39.1
%48.44
%12.46

CMYK color model

#718C24 color CMYK value is (19,0,74,45).

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 74.29%
  • key color value is 45.10%
CMYK:
(19,0,74,45)
C19M0Y74K45 
(19%,0%,74%,45%)
(0.19/0.00/0.74/0.45)	

CMYK percentages

%19.29
%0
%74.29
%45.1

Codes

Color #718C24 in popluar color models

718C24
RGB11314036
HSL76°59.09%34.51%
HSB/HSV76°74.29%54.90%
CMYK19.29%0.00%74.29%
45.10%

Color #718C24 in popluar number systems.

HEX718C24
Decimal11314036
Binary111000110001100100100
Octal16121444

Shades and tints

Shades of #718C24

#718C24
(113,140,36)
#678021
(103,128,33)
#5D741E
(93,116,30)
#53681B
(83,104,27)
#495C18
(73,92,24)
#3F5015
(63,80,21)
#354412
(53,68,18)
#2B380F
(43,56,15)
#212C0C
(33,44,12)
#172009
(23,32,9)
#0D1406
(13,20,6)
#000000
(0,0,0)

Tints of #718C24

#718C24
(113,140,36)
#7D9637
(125,150,55)
#89A04A
(137,160,74)
#95AA5D
(149,170,93)
#A1B470
(161,180,112)
#ADBE83
(173,190,131)
#B9C896
(185,200,150)
#C5D2A9
(197,210,169)
#D1DCBC
(209,220,188)
#DDE6CF
(221,230,207)
#E9F0E2
(233,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718C24; }

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

This text font color is #718C24.


Background Color

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

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

This div background color is #718C24.


Border color

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

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

This div border color is #718C24.


Opacity

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

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

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

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

This text has shadow with #718C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718C24 on black background.


Color preview on white background

This text has color #718C24 on white background.



Black color preview on #718C24 background

This text has black color on #718C24 background.


White color preview on #718C24 background

This text has white color on #718C24 background.