COLOR #718063

HEX: #718063
RGB: (113,128,99)

Color info

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

RGB color model

#718063 color RGB value is (113,128,99).

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

RGB channels and saturation

R 113 of 255 = 44%
G 128 of 255 = 50%
B 99 of 255 = 39%

113
128
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 99 = 340 (100%)
R 113 of 340 ~ 33.24%
G 128 of 340 ~ 37.65%
B 99 of 340 ~ 29.12%

%33.24
%37.65
%29.12

CMYK color model

#718063 color CMYK value is (12,0,23,50).

  • cyan value is 11.72%
  • magenta value is 0.00%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(12,0,23,50)
C12M0Y23K50 
(12%,0%,23%,50%)
(0.12/0.00/0.23/0.50)	

CMYK percentages

%11.72
%0
%22.66
%49.8

Codes

Color #718063 in popluar color models

718063
RGB11312899
HSL91°12.78%44.51%
HSB/HSV91°22.66%50.20%
CMYK11.72%0.00%22.66%
49.80%

Color #718063 in popluar number systems.

HEX718063
Decimal11312899
Binary1110001100000001100011
Octal161200143

Shades and tints

Shades of #718063

#718063
(113,128,99)
#67755A
(103,117,90)
#5D6A51
(93,106,81)
#535F48
(83,95,72)
#49543F
(73,84,63)
#3F4936
(63,73,54)
#353E2D
(53,62,45)
#2B3324
(43,51,36)
#21281B
(33,40,27)
#171D12
(23,29,18)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #718063

#718063
(113,128,99)
#7D8B71
(125,139,113)
#89967F
(137,150,127)
#95A18D
(149,161,141)
#A1AC9B
(161,172,155)
#ADB7A9
(173,183,169)
#B9C2B7
(185,194,183)
#C5CDC5
(197,205,197)
#D1D8D3
(209,216,211)
#DDE3E1
(221,227,225)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718063; }

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

This text font color is #718063.


Background Color

.myBgColor { background-color: #718063; }

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

This div background color is #718063.


Border color

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

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

This div border color is #718063.


Opacity

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

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

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

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

This text has shadow with #718063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718063 on black background.


Color preview on white background

This text has color #718063 on white background.



Black color preview on #718063 background

This text has black color on #718063 background.


White color preview on #718063 background

This text has white color on #718063 background.