COLOR #718766

HEX: #718766
RGB: (113,135,102)

Color info

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

RGB color model

#718766 color RGB value is (113,135,102).

  • red value is 113;
  • green value is 135;
  • blue value is 102.
RGB:
(113,135,102)
(44%,53%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 102 of 255 = 40%

113
135
102

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 102 = 350 (100%)
R 113 of 350 ~ 32.29%
G 135 of 350 ~ 38.57%
B 102 of 350 ~ 29.14%

%32.29
%38.57
%29.14

CMYK color model

#718766 color CMYK value is (16,0,24,47).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 47.06%
CMYK:
(16,0,24,47)
C16M0Y24K47 
(16%,0%,24%,47%)
(0.16/0.00/0.24/0.47)	

CMYK percentages

%16.3
%0
%24.44
%47.06

Codes

Color #718766 in popluar color models

718766
RGB113135102
HSL100°13.92%46.47%
HSB/HSV100°24.44%52.94%
CMYK16.30%0.00%24.44%
47.06%

Color #718766 in popluar number systems.

HEX718766
Decimal113135102
Binary1110001100001111100110
Octal161207146

Shades and tints

Shades of #718766

#718766
(113,135,102)
#677B5D
(103,123,93)
#5D6F54
(93,111,84)
#53634B
(83,99,75)
#495742
(73,87,66)
#3F4B39
(63,75,57)
#353F30
(53,63,48)
#2B3327
(43,51,39)
#21271E
(33,39,30)
#171B15
(23,27,21)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #718766

#718766
(113,135,102)
#7D9173
(125,145,115)
#899B80
(137,155,128)
#95A58D
(149,165,141)
#A1AF9A
(161,175,154)
#ADB9A7
(173,185,167)
#B9C3B4
(185,195,180)
#C5CDC1
(197,205,193)
#D1D7CE
(209,215,206)
#DDE1DB
(221,225,219)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718766; }

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

This text font color is #718766.


Background Color

.myBgColor { background-color: #718766; }

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

This div background color is #718766.


Border color

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

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

This div border color is #718766.


Opacity

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

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

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

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

This text has shadow with #718766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718766 on black background.


Color preview on white background

This text has color #718766 on white background.



Black color preview on #718766 background

This text has black color on #718766 background.


White color preview on #718766 background

This text has white color on #718766 background.