COLOR #718675

HEX: #718675
RGB: (113,134,117)

Color info

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

RGB color model

#718675 color RGB value is (113,134,117).

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

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 117 of 255 = 46%

113
134
117

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

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 117 = 364 (100%)
R 113 of 364 ~ 31.04%
G 134 of 364 ~ 36.81%
B 117 of 364 ~ 32.14%

%31.04
%36.81
%32.14

CMYK color model

#718675 color CMYK value is (16,0,13,47).

  • cyan value is 15.67%
  • magenta value is 0.00%
  • yellow value is 12.69%
  • key color value is 47.45%
CMYK:
(16,0,13,47)
C16M0Y13K47 
(16%,0%,13%,47%)
(0.16/0.00/0.13/0.47)	

CMYK percentages

%15.67
%0
%12.69
%47.45

Codes

Color #718675 in popluar color models

718675
RGB113134117
HSL131°8.50%48.43%
HSB/HSV131°15.67%52.55%
CMYK15.67%0.00%12.69%
47.45%

Color #718675 in popluar number systems.

HEX718675
Decimal113134117
Binary1110001100001101110101
Octal161206165

Shades and tints

Shades of #718675

#718675
(113,134,117)
#677A6B
(103,122,107)
#5D6E61
(93,110,97)
#536257
(83,98,87)
#49564D
(73,86,77)
#3F4A43
(63,74,67)
#353E39
(53,62,57)
#2B322F
(43,50,47)
#212625
(33,38,37)
#171A1B
(23,26,27)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #718675

#718675
(113,134,117)
#7D9181
(125,145,129)
#899C8D
(137,156,141)
#95A799
(149,167,153)
#A1B2A5
(161,178,165)
#ADBDB1
(173,189,177)
#B9C8BD
(185,200,189)
#C5D3C9
(197,211,201)
#D1DED5
(209,222,213)
#DDE9E1
(221,233,225)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718675; }

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

This text font color is #718675.


Background Color

.myBgColor { background-color: #718675; }

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

This div background color is #718675.


Border color

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

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

This div border color is #718675.


Opacity

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

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

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

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

This text has shadow with #718675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718675 on black background.


Color preview on white background

This text has color #718675 on white background.



Black color preview on #718675 background

This text has black color on #718675 background.


White color preview on #718675 background

This text has white color on #718675 background.