COLOR #718484

HEX: #718484
RGB: (113,132,132)

Color info

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

RGB color model

#718484 color RGB value is (113,132,132).

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

RGB channels and saturation

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

113
132
132

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

Portions of RGB colors in percentages

R + G + B =
113 + 132 + 132 = 377 (100%)
R 113 of 377 ~ 29.97%
G 132 of 377 ~ 35.01%
B 132 of 377 ~ 35.01%

%29.97
%35.01
%35.01

CMYK color model

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

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

CMYK percentages

%14.39
%0
%0
%48.24

Codes

Color #718484 in popluar color models

718484
RGB113132132
HSL180°7.76%48.04%
HSB/HSV180°14.39%51.76%
CMYK14.39%0.00%0.00%
48.24%

Color #718484 in popluar number systems.

HEX718484
Decimal113132132
Binary11100011000010010000100
Octal161204204

Shades and tints

Shades of #718484

#718484
(113,132,132)
#677878
(103,120,120)
#5D6C6C
(93,108,108)
#536060
(83,96,96)
#495454
(73,84,84)
#3F4848
(63,72,72)
#353C3C
(53,60,60)
#2B3030
(43,48,48)
#212424
(33,36,36)
#171818
(23,24,24)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #718484

#718484
(113,132,132)
#7D8F8F
(125,143,143)
#899A9A
(137,154,154)
#95A5A5
(149,165,165)
#A1B0B0
(161,176,176)
#ADBBBB
(173,187,187)
#B9C6C6
(185,198,198)
#C5D1D1
(197,209,209)
#D1DCDC
(209,220,220)
#DDE7E7
(221,231,231)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718484; }

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

This text font color is #718484.


Background Color

.myBgColor { background-color: #718484; }

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

This div background color is #718484.


Border color

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

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

This div border color is #718484.


Opacity

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

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

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

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

This text has shadow with #718484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718484 on black background.


Color preview on white background

This text has color #718484 on white background.



Black color preview on #718484 background

This text has black color on #718484 background.


White color preview on #718484 background

This text has white color on #718484 background.