COLOR #718065

HEX: #718065
RGB: (113,128,101)

Color info

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

RGB color model

#718065 color RGB value is (113,128,101).

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

RGB channels and saturation

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

113
128
101

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

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 101 = 342 (100%)
R 113 of 342 ~ 33.04%
G 128 of 342 ~ 37.43%
B 101 of 342 ~ 29.53%

%33.04
%37.43
%29.53

CMYK color model

#718065 color CMYK value is (12,0,21,50).

  • cyan value is 11.72%
  • magenta value is 0.00%
  • yellow value is 21.09%
  • key color value is 49.80%
CMYK:
(12,0,21,50)
C12M0Y21K50 
(12%,0%,21%,50%)
(0.12/0.00/0.21/0.50)	

CMYK percentages

%11.72
%0
%21.09
%49.8

Codes

Color #718065 in popluar color models

718065
RGB113128101
HSL93°11.79%44.90%
HSB/HSV93°21.09%50.20%
CMYK11.72%0.00%21.09%
49.80%

Color #718065 in popluar number systems.

HEX718065
Decimal113128101
Binary1110001100000001100101
Octal161200145

Shades and tints

Shades of #718065

#718065
(113,128,101)
#67755C
(103,117,92)
#5D6A53
(93,106,83)
#535F4A
(83,95,74)
#495441
(73,84,65)
#3F4938
(63,73,56)
#353E2F
(53,62,47)
#2B3326
(43,51,38)
#21281D
(33,40,29)
#171D14
(23,29,20)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #718065

#718065
(113,128,101)
#7D8B73
(125,139,115)
#899681
(137,150,129)
#95A18F
(149,161,143)
#A1AC9D
(161,172,157)
#ADB7AB
(173,183,171)
#B9C2B9
(185,194,185)
#C5CDC7
(197,205,199)
#D1D8D5
(209,216,213)
#DDE3E3
(221,227,227)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718065; }

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

This text font color is #718065.


Background Color

.myBgColor { background-color: #718065; }

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

This div background color is #718065.


Border color

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

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

This div border color is #718065.


Opacity

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

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

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

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

This text has shadow with #718065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718065 on black background.


Color preview on white background

This text has color #718065 on white background.



Black color preview on #718065 background

This text has black color on #718065 background.


White color preview on #718065 background

This text has white color on #718065 background.