COLOR #718374

HEX: #718374
RGB: (113,131,116)

Color info

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

RGB color model

#718374 color RGB value is (113,131,116).

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

RGB channels and saturation

R 113 of 255 = 44%
G 131 of 255 = 51%
B 116 of 255 = 45%

113
131
116

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

Portions of RGB colors in percentages

R + G + B =
113 + 131 + 116 = 360 (100%)
R 113 of 360 ~ 31.39%
G 131 of 360 ~ 36.39%
B 116 of 360 ~ 32.22%

%31.39
%36.39
%32.22

CMYK color model

#718374 color CMYK value is (14,0,11,49).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 48.63%
CMYK:
(14,0,11,49)
C14M0Y11K49 
(14%,0%,11%,49%)
(0.14/0.00/0.11/0.49)	

CMYK percentages

%13.74
%0
%11.45
%48.63

Codes

Color #718374 in popluar color models

718374
RGB113131116
HSL130°7.38%47.84%
HSB/HSV130°13.74%51.37%
CMYK13.74%0.00%11.45%
48.63%

Color #718374 in popluar number systems.

HEX718374
Decimal113131116
Binary1110001100000111110100
Octal161203164

Shades and tints

Shades of #718374

#718374
(113,131,116)
#67786A
(103,120,106)
#5D6D60
(93,109,96)
#536256
(83,98,86)
#49574C
(73,87,76)
#3F4C42
(63,76,66)
#354138
(53,65,56)
#2B362E
(43,54,46)
#212B24
(33,43,36)
#17201A
(23,32,26)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #718374

#718374
(113,131,116)
#7D8E80
(125,142,128)
#89998C
(137,153,140)
#95A498
(149,164,152)
#A1AFA4
(161,175,164)
#ADBAB0
(173,186,176)
#B9C5BC
(185,197,188)
#C5D0C8
(197,208,200)
#D1DBD4
(209,219,212)
#DDE6E0
(221,230,224)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718374; }

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

This text font color is #718374.


Background Color

.myBgColor { background-color: #718374; }

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

This div background color is #718374.


Border color

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

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

This div border color is #718374.


Opacity

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

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

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

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

This text has shadow with #718374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718374 on black background.


Color preview on white background

This text has color #718374 on white background.



Black color preview on #718374 background

This text has black color on #718374 background.


White color preview on #718374 background

This text has white color on #718374 background.