COLOR #718184

HEX: #718184
RGB: (113,129,132)

Color info

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

RGB color model

#718184 color RGB value is (113,129,132).

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

RGB channels and saturation

R 113 of 255 = 44%
G 129 of 255 = 51%
B 132 of 255 = 52%

113
129
132

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

Portions of RGB colors in percentages

R + G + B =
113 + 129 + 132 = 374 (100%)
R 113 of 374 ~ 30.21%
G 129 of 374 ~ 34.49%
B 132 of 374 ~ 35.29%

%30.21
%34.49
%35.29

CMYK color model

#718184 color CMYK value is (14,2,0,48).

  • cyan value is 14.39%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(14,2,0,48)
C14M2Y0K48 
(14%,2%,0%,48%)
(0.14/0.02/0.00/0.48)	

CMYK percentages

%14.39
%2.27
%0
%48.24

Codes

Color #718184 in popluar color models

718184
RGB113129132
HSL189°7.76%48.04%
HSB/HSV189°14.39%51.76%
CMYK14.39%2.27%0.00%
48.24%

Color #718184 in popluar number systems.

HEX718184
Decimal113129132
Binary11100011000000110000100
Octal161201204

Shades and tints

Shades of #718184

#718184
(113,129,132)
#677678
(103,118,120)
#5D6B6C
(93,107,108)
#536060
(83,96,96)
#495554
(73,85,84)
#3F4A48
(63,74,72)
#353F3C
(53,63,60)
#2B3430
(43,52,48)
#212924
(33,41,36)
#171E18
(23,30,24)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #718184

#718184
(113,129,132)
#7D8C8F
(125,140,143)
#89979A
(137,151,154)
#95A2A5
(149,162,165)
#A1ADB0
(161,173,176)
#ADB8BB
(173,184,187)
#B9C3C6
(185,195,198)
#C5CED1
(197,206,209)
#D1D9DC
(209,217,220)
#DDE4E7
(221,228,231)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718184; }

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

This text font color is #718184.


Background Color

.myBgColor { background-color: #718184; }

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

This div background color is #718184.


Border color

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

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

This div border color is #718184.


Opacity

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

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

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

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

This text has shadow with #718184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718184 on black background.


Color preview on white background

This text has color #718184 on white background.



Black color preview on #718184 background

This text has black color on #718184 background.


White color preview on #718184 background

This text has white color on #718184 background.