COLOR #718625

HEX: #718625
RGB: (113,134,37)

Color info

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

RGB color model

#718625 color RGB value is (113,134,37).

  • red value is 113;
  • green value is 134;
  • blue value is 37.
RGB:
(113,134,37)
(44%,53%,15%)

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 37 of 255 = 15%

113
134
37

R + G + B ~ 37%. #718625 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 37 = 284 (100%)
R 113 of 284 ~ 39.79%
G 134 of 284 ~ 47.18%
B 37 of 284 ~ 13.03%

%39.79
%47.18
%13.03

CMYK color model

#718625 color CMYK value is (16,0,72,47).

  • cyan value is 15.67%
  • magenta value is 0.00%
  • yellow value is 72.39%
  • key color value is 47.45%
CMYK:
(16,0,72,47)
C16M0Y72K47 
(16%,0%,72%,47%)
(0.16/0.00/0.72/0.47)	

CMYK percentages

%15.67
%0
%72.39
%47.45

Codes

Color #718625 in popluar color models

718625
RGB11313437
HSL73°56.73%33.53%
HSB/HSV73°72.39%52.55%
CMYK15.67%0.00%72.39%
47.45%

Color #718625 in popluar number systems.

HEX718625
Decimal11313437
Binary111000110000110100101
Octal16120645

Shades and tints

Shades of #718625

#718625
(113,134,37)
#677A22
(103,122,34)
#5D6E1F
(93,110,31)
#53621C
(83,98,28)
#495619
(73,86,25)
#3F4A16
(63,74,22)
#353E13
(53,62,19)
#2B3210
(43,50,16)
#21260D
(33,38,13)
#171A0A
(23,26,10)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #718625

#718625
(113,134,37)
#7D9138
(125,145,56)
#899C4B
(137,156,75)
#95A75E
(149,167,94)
#A1B271
(161,178,113)
#ADBD84
(173,189,132)
#B9C897
(185,200,151)
#C5D3AA
(197,211,170)
#D1DEBD
(209,222,189)
#DDE9D0
(221,233,208)
#E9F4E3
(233,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718625 color. Also use rgb(113,134,37) instead hex code.

Text Font Color

.myTextColor { color: #718625; }

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

This text font color is #718625.


Background Color

.myBgColor { background-color: #718625; }

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

This div background color is #718625.


Border color

.myBorderColor { border: 1px solid #718625; }

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

This div border color is #718625.


Opacity

.myOpacity80 { color: #718625; opacity: 0.8; }

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

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

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

This text has shadow with #718625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718625 on black background.


Color preview on white background

This text has color #718625 on white background.



Black color preview on #718625 background

This text has black color on #718625 background.


White color preview on #718625 background

This text has white color on #718625 background.