COLOR #718570

HEX: #718570
RGB: (113,133,112)

Color info

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

RGB color model

#718570 color RGB value is (113,133,112).

  • red value is 113;
  • green value is 133;
  • blue value is 112.
RGB:
(113,133,112)
(44%,52%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 133 of 255 = 52%
B 112 of 255 = 44%

113
133
112

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

Portions of RGB colors in percentages

R + G + B =
113 + 133 + 112 = 358 (100%)
R 113 of 358 ~ 31.56%
G 133 of 358 ~ 37.15%
B 112 of 358 ~ 31.28%

%31.56
%37.15
%31.28

CMYK color model

#718570 color CMYK value is (15,0,16,48).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 47.84%
CMYK:
(15,0,16,48)
C15M0Y16K48 
(15%,0%,16%,48%)
(0.15/0.00/0.16/0.48)	

CMYK percentages

%15.04
%0
%15.79
%47.84

Codes

Color #718570 in popluar color models

718570
RGB113133112
HSL117°8.57%48.04%
HSB/HSV117°15.79%52.16%
CMYK15.04%0.00%15.79%
47.84%

Color #718570 in popluar number systems.

HEX718570
Decimal113133112
Binary1110001100001011110000
Octal161205160

Shades and tints

Shades of #718570

#718570
(113,133,112)
#677966
(103,121,102)
#5D6D5C
(93,109,92)
#536152
(83,97,82)
#495548
(73,85,72)
#3F493E
(63,73,62)
#353D34
(53,61,52)
#2B312A
(43,49,42)
#212520
(33,37,32)
#171916
(23,25,22)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #718570

#718570
(113,133,112)
#7D907D
(125,144,125)
#899B8A
(137,155,138)
#95A697
(149,166,151)
#A1B1A4
(161,177,164)
#ADBCB1
(173,188,177)
#B9C7BE
(185,199,190)
#C5D2CB
(197,210,203)
#D1DDD8
(209,221,216)
#DDE8E5
(221,232,229)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718570 color. Also use rgb(113,133,112) instead hex code.

Text Font Color

.myTextColor { color: #718570; }

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

This text font color is #718570.


Background Color

.myBgColor { background-color: #718570; }

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

This div background color is #718570.


Border color

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

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

This div border color is #718570.


Opacity

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

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

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

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

This text has shadow with #718570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718570 on black background.


Color preview on white background

This text has color #718570 on white background.



Black color preview on #718570 background

This text has black color on #718570 background.


White color preview on #718570 background

This text has white color on #718570 background.