COLOR #718067

HEX: #718067
RGB: (113,128,103)

Color info

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

RGB color model

#718067 color RGB value is (113,128,103).

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

RGB channels and saturation

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

113
128
103

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

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 103 = 344 (100%)
R 113 of 344 ~ 32.85%
G 128 of 344 ~ 37.21%
B 103 of 344 ~ 29.94%

%32.85
%37.21
%29.94

CMYK color model

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

  • cyan value is 11.72%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • 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
%19.53
%49.8

Codes

Color #718067 in popluar color models

718067
RGB113128103
HSL96°10.82%45.29%
HSB/HSV96°19.53%50.20%
CMYK11.72%0.00%19.53%
49.80%

Color #718067 in popluar number systems.

HEX718067
Decimal113128103
Binary1110001100000001100111
Octal161200147

Shades and tints

Shades of #718067

#718067
(113,128,103)
#67755E
(103,117,94)
#5D6A55
(93,106,85)
#535F4C
(83,95,76)
#495443
(73,84,67)
#3F493A
(63,73,58)
#353E31
(53,62,49)
#2B3328
(43,51,40)
#21281F
(33,40,31)
#171D16
(23,29,22)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #718067

#718067
(113,128,103)
#7D8B74
(125,139,116)
#899681
(137,150,129)
#95A18E
(149,161,142)
#A1AC9B
(161,172,155)
#ADB7A8
(173,183,168)
#B9C2B5
(185,194,181)
#C5CDC2
(197,205,194)
#D1D8CF
(209,216,207)
#DDE3DC
(221,227,220)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718067; }

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

This text font color is #718067.


Background Color

.myBgColor { background-color: #718067; }

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

This div background color is #718067.


Border color

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

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

This div border color is #718067.


Opacity

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

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

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

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

This text has shadow with #718067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718067 on black background.


Color preview on white background

This text has color #718067 on white background.



Black color preview on #718067 background

This text has black color on #718067 background.


White color preview on #718067 background

This text has white color on #718067 background.