COLOR #718757

HEX: #718757
RGB: (113,135,87)

Color info

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

RGB color model

#718757 color RGB value is (113,135,87).

  • red value is 113;
  • green value is 135;
  • blue value is 87.
RGB:
(113,135,87)
(44%,53%,34%)

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 87 of 255 = 34%

113
135
87

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 87 = 335 (100%)
R 113 of 335 ~ 33.73%
G 135 of 335 ~ 40.3%
B 87 of 335 ~ 25.97%

%33.73
%40.3
%25.97

CMYK color model

#718757 color CMYK value is (16,0,36,47).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 47.06%
CMYK:
(16,0,36,47)
C16M0Y36K47 
(16%,0%,36%,47%)
(0.16/0.00/0.36/0.47)	

CMYK percentages

%16.3
%0
%35.56
%47.06

Codes

Color #718757 in popluar color models

718757
RGB11313587
HSL88°21.62%43.53%
HSB/HSV88°35.56%52.94%
CMYK16.30%0.00%35.56%
47.06%

Color #718757 in popluar number systems.

HEX718757
Decimal11313587
Binary1110001100001111010111
Octal161207127

Shades and tints

Shades of #718757

#718757
(113,135,87)
#677B50
(103,123,80)
#5D6F49
(93,111,73)
#536342
(83,99,66)
#49573B
(73,87,59)
#3F4B34
(63,75,52)
#353F2D
(53,63,45)
#2B3326
(43,51,38)
#21271F
(33,39,31)
#171B18
(23,27,24)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #718757

#718757
(113,135,87)
#7D9166
(125,145,102)
#899B75
(137,155,117)
#95A584
(149,165,132)
#A1AF93
(161,175,147)
#ADB9A2
(173,185,162)
#B9C3B1
(185,195,177)
#C5CDC0
(197,205,192)
#D1D7CF
(209,215,207)
#DDE1DE
(221,225,222)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718757 color. Also use rgb(113,135,87) instead hex code.

Text Font Color

.myTextColor { color: #718757; }

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

This text font color is #718757.


Background Color

.myBgColor { background-color: #718757; }

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

This div background color is #718757.


Border color

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

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

This div border color is #718757.


Opacity

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

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

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

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

This text has shadow with #718757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718757 on black background.


Color preview on white background

This text has color #718757 on white background.



Black color preview on #718757 background

This text has black color on #718757 background.


White color preview on #718757 background

This text has white color on #718757 background.