COLOR #718383

HEX: #718383
RGB: (113,131,131)

Color info

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

RGB color model

#718383 color RGB value is (113,131,131).

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

RGB channels and saturation

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

113
131
131

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

Portions of RGB colors in percentages

R + G + B =
113 + 131 + 131 = 375 (100%)
R 113 of 375 ~ 30.13%
G 131 of 375 ~ 34.93%
B 131 of 375 ~ 34.93%

%30.13
%34.93
%34.93

CMYK color model

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

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

CMYK percentages

%13.74
%0
%0
%48.63

Codes

Color #718383 in popluar color models

718383
RGB113131131
HSL180°7.38%47.84%
HSB/HSV180°13.74%51.37%
CMYK13.74%0.00%0.00%
48.63%

Color #718383 in popluar number systems.

HEX718383
Decimal113131131
Binary11100011000001110000011
Octal161203203

Shades and tints

Shades of #718383

#718383
(113,131,131)
#677878
(103,120,120)
#5D6D6D
(93,109,109)
#536262
(83,98,98)
#495757
(73,87,87)
#3F4C4C
(63,76,76)
#354141
(53,65,65)
#2B3636
(43,54,54)
#212B2B
(33,43,43)
#172020
(23,32,32)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #718383

#718383
(113,131,131)
#7D8E8E
(125,142,142)
#899999
(137,153,153)
#95A4A4
(149,164,164)
#A1AFAF
(161,175,175)
#ADBABA
(173,186,186)
#B9C5C5
(185,197,197)
#C5D0D0
(197,208,208)
#D1DBDB
(209,219,219)
#DDE6E6
(221,230,230)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718383; }

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

This text font color is #718383.


Background Color

.myBgColor { background-color: #718383; }

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

This div background color is #718383.


Border color

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

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

This div border color is #718383.


Opacity

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

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

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

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

This text has shadow with #718383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718383 on black background.


Color preview on white background

This text has color #718383 on white background.



Black color preview on #718383 background

This text has black color on #718383 background.


White color preview on #718383 background

This text has white color on #718383 background.