COLOR #718651

HEX: #718651
RGB: (113,134,81)

Color info

#718651 contains red, green and blue colors in about the same proportion. Web safe color of #718651 is #669966 (or #696).

RGB color model

#718651 color RGB value is (113,134,81).

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

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 81 of 255 = 32%

113
134
81

R + G + B ~ 43%. #718651 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 81 = 328 (100%)
R 113 of 328 ~ 34.45%
G 134 of 328 ~ 40.85%
B 81 of 328 ~ 24.7%

%34.45
%40.85
%24.7

CMYK color model

#718651 color CMYK value is (16,0,40,47).

  • cyan value is 15.67%
  • magenta value is 0.00%
  • yellow value is 39.55%
  • key color value is 47.45%
CMYK:
(16,0,40,47)
C16M0Y40K47 
(16%,0%,40%,47%)
(0.16/0.00/0.40/0.47)	

CMYK percentages

%15.67
%0
%39.55
%47.45

Codes

Color #718651 in popluar color models

718651
RGB11313481
HSL84°24.65%42.16%
HSB/HSV84°39.55%52.55%
CMYK15.67%0.00%39.55%
47.45%

Color #718651 in popluar number systems.

HEX718651
Decimal11313481
Binary1110001100001101010001
Octal161206121

Shades and tints

Shades of #718651

#718651
(113,134,81)
#677A4A
(103,122,74)
#5D6E43
(93,110,67)
#53623C
(83,98,60)
#495635
(73,86,53)
#3F4A2E
(63,74,46)
#353E27
(53,62,39)
#2B3220
(43,50,32)
#212619
(33,38,25)
#171A12
(23,26,18)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #718651

#718651
(113,134,81)
#7D9160
(125,145,96)
#899C6F
(137,156,111)
#95A77E
(149,167,126)
#A1B28D
(161,178,141)
#ADBD9C
(173,189,156)
#B9C8AB
(185,200,171)
#C5D3BA
(197,211,186)
#D1DEC9
(209,222,201)
#DDE9D8
(221,233,216)
#E9F4E7
(233,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718651; }

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

This text font color is #718651.


Background Color

.myBgColor { background-color: #718651; }

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

This div background color is #718651.


Border color

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

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

This div border color is #718651.


Opacity

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

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

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

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

This text has shadow with #718651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718651 on black background.


Color preview on white background

This text has color #718651 on white background.



Black color preview on #718651 background

This text has black color on #718651 background.


White color preview on #718651 background

This text has white color on #718651 background.