COLOR #718381

HEX: #718381
RGB: (113,131,129)

Color info

#718381 contains red, green and blue colors in about the same proportion. Web safe color of #718381 is #669999 (or #699).

RGB color model

#718381 color RGB value is (113,131,129).

  • red value is 113;
  • green value is 131;
  • blue value is 129.
RGB:
(113,131,129)
(44%,51%,51%)

RGB channels and saturation

R 113 of 255 = 44%
G 131 of 255 = 51%
B 129 of 255 = 51%

113
131
129

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

Portions of RGB colors in percentages

R + G + B =
113 + 131 + 129 = 373 (100%)
R 113 of 373 ~ 30.29%
G 131 of 373 ~ 35.12%
B 129 of 373 ~ 34.58%

%30.29
%35.12
%34.58

CMYK color model

#718381 color CMYK value is (14,0,2,49).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 1.53%
  • key color value is 48.63%
CMYK:
(14,0,2,49)
C14M0Y2K49 
(14%,0%,2%,49%)
(0.14/0.00/0.02/0.49)	

CMYK percentages

%13.74
%0
%1.53
%48.63

Codes

Color #718381 in popluar color models

718381
RGB113131129
HSL173°7.38%47.84%
HSB/HSV173°13.74%51.37%
CMYK13.74%0.00%1.53%
48.63%

Color #718381 in popluar number systems.

HEX718381
Decimal113131129
Binary11100011000001110000001
Octal161203201

Shades and tints

Shades of #718381

#718381
(113,131,129)
#677876
(103,120,118)
#5D6D6B
(93,109,107)
#536260
(83,98,96)
#495755
(73,87,85)
#3F4C4A
(63,76,74)
#35413F
(53,65,63)
#2B3634
(43,54,52)
#212B29
(33,43,41)
#17201E
(23,32,30)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #718381

#718381
(113,131,129)
#7D8E8C
(125,142,140)
#899997
(137,153,151)
#95A4A2
(149,164,162)
#A1AFAD
(161,175,173)
#ADBAB8
(173,186,184)
#B9C5C3
(185,197,195)
#C5D0CE
(197,208,206)
#D1DBD9
(209,219,217)
#DDE6E4
(221,230,228)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718381 color. Also use rgb(113,131,129) instead hex code.

Text Font Color

.myTextColor { color: #718381; }

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

This text font color is #718381.


Background Color

.myBgColor { background-color: #718381; }

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

This div background color is #718381.


Border color

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

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

This div border color is #718381.


Opacity

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

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

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

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

This text has shadow with #718381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718381 on black background.


Color preview on white background

This text has color #718381 on white background.



Black color preview on #718381 background

This text has black color on #718381 background.


White color preview on #718381 background

This text has white color on #718381 background.