COLOR #718B71

HEX: #718B71
RGB: (113,139,113)

Color info

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

RGB color model

#718B71 color RGB value is (113,139,113).

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

RGB channels and saturation

R 113 of 255 = 44%
G 139 of 255 = 55%
B 113 of 255 = 44%

113
139
113

R + G + B ~ 48%. #718B71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 139 + 113 = 365 (100%)
R 113 of 365 ~ 30.96%
G 139 of 365 ~ 38.08%
B 113 of 365 ~ 30.96%

%30.96
%38.08
%30.96

CMYK color model

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

  • cyan value is 18.71%
  • magenta value is 0.00%
  • yellow value is 18.71%
  • key color value is 45.49%
CMYK:
(19,0,19,45)
C19M0Y19K45 
(19%,0%,19%,45%)
(0.19/0.00/0.19/0.45)	

CMYK percentages

%18.71
%0
%18.71
%45.49

Codes

Color #718B71 in popluar color models

718B71
RGB113139113
HSL120°10.32%49.41%
HSB/HSV120°18.71%54.51%
CMYK18.71%0.00%18.71%
45.49%

Color #718B71 in popluar number systems.

HEX718B71
Decimal113139113
Binary1110001100010111110001
Octal161213161

Shades and tints

Shades of #718B71

#718B71
(113,139,113)
#677F67
(103,127,103)
#5D735D
(93,115,93)
#536753
(83,103,83)
#495B49
(73,91,73)
#3F4F3F
(63,79,63)
#354335
(53,67,53)
#2B372B
(43,55,43)
#212B21
(33,43,33)
#171F17
(23,31,23)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #718B71

#718B71
(113,139,113)
#7D957D
(125,149,125)
#899F89
(137,159,137)
#95A995
(149,169,149)
#A1B3A1
(161,179,161)
#ADBDAD
(173,189,173)
#B9C7B9
(185,199,185)
#C5D1C5
(197,209,197)
#D1DBD1
(209,219,209)
#DDE5DD
(221,229,221)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718B71; }

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

This text font color is #718B71.


Background Color

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

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

This div background color is #718B71.


Border color

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

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

This div border color is #718B71.


Opacity

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

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

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

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

This text has shadow with #718B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718B71 on black background.


Color preview on white background

This text has color #718B71 on white background.



Black color preview on #718B71 background

This text has black color on #718B71 background.


White color preview on #718B71 background

This text has white color on #718B71 background.