COLOR #718767

HEX: #718767
RGB: (113,135,103)

Color info

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

RGB color model

#718767 color RGB value is (113,135,103).

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

RGB channels and saturation

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

113
135
103

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 103 = 351 (100%)
R 113 of 351 ~ 32.19%
G 135 of 351 ~ 38.46%
B 103 of 351 ~ 29.34%

%32.19
%38.46
%29.34

CMYK color model

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

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • 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
%23.7
%47.06

Codes

Color #718767 in popluar color models

718767
RGB113135103
HSL101°13.45%46.67%
HSB/HSV101°23.70%52.94%
CMYK16.30%0.00%23.70%
47.06%

Color #718767 in popluar number systems.

HEX718767
Decimal113135103
Binary1110001100001111100111
Octal161207147

Shades and tints

Shades of #718767

#718767
(113,135,103)
#677B5E
(103,123,94)
#5D6F55
(93,111,85)
#53634C
(83,99,76)
#495743
(73,87,67)
#3F4B3A
(63,75,58)
#353F31
(53,63,49)
#2B3328
(43,51,40)
#21271F
(33,39,31)
#171B16
(23,27,22)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #718767

#718767
(113,135,103)
#7D9174
(125,145,116)
#899B81
(137,155,129)
#95A58E
(149,165,142)
#A1AF9B
(161,175,155)
#ADB9A8
(173,185,168)
#B9C3B5
(185,195,181)
#C5CDC2
(197,205,194)
#D1D7CF
(209,215,207)
#DDE1DC
(221,225,220)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718767; }

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

This text font color is #718767.


Background Color

.myBgColor { background-color: #718767; }

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

This div background color is #718767.


Border color

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

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

This div border color is #718767.


Opacity

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

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

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

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

This text has shadow with #718767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718767 on black background.


Color preview on white background

This text has color #718767 on white background.



Black color preview on #718767 background

This text has black color on #718767 background.


White color preview on #718767 background

This text has white color on #718767 background.