COLOR #718066

HEX: #718066 RGB: (113,128,102)

Color info

#718066 contains red, green and blue colors in about the same proportion. Web safe color of #718066 is #666666 (or #666).

RGB color model

#718066 color RGB value is (113,128,102).

RGB: (113,128,102) (44%, 50%, 40%)

RGB channels and saturation

R 113 of 255 = 44%
G 128 of 255 = 50%
B 102 of 255 = 40%

113
128
102

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

Portions of RGB colors in percentages

R + G + B = 113 + 128 + 102 = 343 (100%)
R 113 of 343 ~ 32.94%
G 128 of 343 ~ 37.32%
B 102 of 343 ~ 29.74'%

%32.94
%37.32
%29.74

CMYK color model

#718066 color CMYK value is (12,0,20,50).

  • cyan value is 11.72%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 49.80%

CMYK: (12,0,20,50)
C12M0Y20K50 (12%, 0%, 20%, 50%)
(0.12 / 0.00 / 0.20 / 0.50)

CMYK percentages

%11.72
%0
%20.31
%49.8

Codes

Color #718066 in popluar color models

71 80 66
RGB 113 128 102
HSL 95° 11.30% 45.10%
HSB/HSV 95° 20.31% 50.20%
CMYK 11.72% 0.00% 20.31%
49.80%

Color #718066 in popluar number systems.

HEX 71 80 66
Decimal 113 128 102
Binary 1110001 10000000 1100110
Octal 161 200 146

Shades and tints

Shades of #718066

#718066
(113,128,102)
#67755D
(103,117,93)
#5D6A54
(93,106,84)
#535F4B
(83,95,75)
#495442
(73,84,66)
#3F4939
(63,73,57)
#353E30
(53,62,48)
#2B3327
(43,51,39)
#21281E
(33,40,30)
#171D15
(23,29,21)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #718066

#718066
(113,128,102)
#7D8B73
(125,139,115)
#899680
(137,150,128)
#95A18D
(149,161,141)
#A1AC9A
(161,172,154)
#ADB7A7
(173,183,167)
#B9C2B4
(185,194,180)
#C5CDC1
(197,205,193)
#D1D8CE
(209,216,206)
#DDE3DB
(221,227,219)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718066 color. Also use rgb(113,128,102) instead hex code.

Text Font Color

.myTextColor { color: #718066; }

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

This text font color is #718066.

Background Color

.myBgColor { background-color: #718066; }

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

This div background color is #718066.

Border color

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

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

This div border color is #718066.

Opacity

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

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

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

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

This text has shadow with #718066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718066.

Preview

Color preview on black background

This text has color #718066 on black background.


Color preview on white background

This text has color #718066 on white background.


Black color preview on #718066 background

This text has black color on #718066 background.


White color preview on #718066 background

This text has white color on #718066 background.


Related colors

Complementary color

Complementary color for #hex is #8E7F99.


I love getcolorcode.com

Triadic colors

1 #667180 and #806671 with #718066 are triadic colors.

2 #668071 and #807166 with #718066 are triadic colors.