COLOR #718175

HEX: #718175
RGB: (113,129,117)

Color info

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

RGB color model

#718175 color RGB value is (113,129,117).

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

RGB channels and saturation

R 113 of 255 = 44%
G 129 of 255 = 51%
B 117 of 255 = 46%

113
129
117

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

Portions of RGB colors in percentages

R + G + B =
113 + 129 + 117 = 359 (100%)
R 113 of 359 ~ 31.48%
G 129 of 359 ~ 35.93%
B 117 of 359 ~ 32.59%

%31.48
%35.93
%32.59

CMYK color model

#718175 color CMYK value is (12,0,9,49).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 9.30%
  • key color value is 49.41%
CMYK:
(12,0,9,49)
C12M0Y9K49 
(12%,0%,9%,49%)
(0.12/0.00/0.09/0.49)	

CMYK percentages

%12.4
%0
%9.3
%49.41

Codes

Color #718175 in popluar color models

718175
RGB113129117
HSL135°6.61%47.45%
HSB/HSV135°12.40%50.59%
CMYK12.40%0.00%9.30%
49.41%

Color #718175 in popluar number systems.

HEX718175
Decimal113129117
Binary1110001100000011110101
Octal161201165

Shades and tints

Shades of #718175

#718175
(113,129,117)
#67766B
(103,118,107)
#5D6B61
(93,107,97)
#536057
(83,96,87)
#49554D
(73,85,77)
#3F4A43
(63,74,67)
#353F39
(53,63,57)
#2B342F
(43,52,47)
#212925
(33,41,37)
#171E1B
(23,30,27)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #718175

#718175
(113,129,117)
#7D8C81
(125,140,129)
#89978D
(137,151,141)
#95A299
(149,162,153)
#A1ADA5
(161,173,165)
#ADB8B1
(173,184,177)
#B9C3BD
(185,195,189)
#C5CEC9
(197,206,201)
#D1D9D5
(209,217,213)
#DDE4E1
(221,228,225)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718175; }

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

This text font color is #718175.


Background Color

.myBgColor { background-color: #718175; }

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

This div background color is #718175.


Border color

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

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

This div border color is #718175.


Opacity

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

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

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

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

This text has shadow with #718175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718175 on black background.


Color preview on white background

This text has color #718175 on white background.



Black color preview on #718175 background

This text has black color on #718175 background.


White color preview on #718175 background

This text has white color on #718175 background.