COLOR #718584

HEX: #718584
RGB: (113,133,132)

Color info

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

RGB color model

#718584 color RGB value is (113,133,132).

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

RGB channels and saturation

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

113
133
132

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

Portions of RGB colors in percentages

R + G + B =
113 + 133 + 132 = 378 (100%)
R 113 of 378 ~ 29.89%
G 133 of 378 ~ 35.19%
B 132 of 378 ~ 34.92%

%29.89
%35.19
%34.92

CMYK color model

#718584 color CMYK value is (15,0,1,48).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(15,0,1,48)
C15M0Y1K48 
(15%,0%,1%,48%)
(0.15/0.00/0.01/0.48)	

CMYK percentages

%15.04
%0
%0.75
%47.84

Codes

Color #718584 in popluar color models

718584
RGB113133132
HSL177°8.13%48.24%
HSB/HSV177°15.04%52.16%
CMYK15.04%0.00%0.75%
47.84%

Color #718584 in popluar number systems.

HEX718584
Decimal113133132
Binary11100011000010110000100
Octal161205204

Shades and tints

Shades of #718584

#718584
(113,133,132)
#677978
(103,121,120)
#5D6D6C
(93,109,108)
#536160
(83,97,96)
#495554
(73,85,84)
#3F4948
(63,73,72)
#353D3C
(53,61,60)
#2B3130
(43,49,48)
#212524
(33,37,36)
#171918
(23,25,24)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #718584

#718584
(113,133,132)
#7D908F
(125,144,143)
#899B9A
(137,155,154)
#95A6A5
(149,166,165)
#A1B1B0
(161,177,176)
#ADBCBB
(173,188,187)
#B9C7C6
(185,199,198)
#C5D2D1
(197,210,209)
#D1DDDC
(209,221,220)
#DDE8E7
(221,232,231)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718584; }

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

This text font color is #718584.


Background Color

.myBgColor { background-color: #718584; }

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

This div background color is #718584.


Border color

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

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

This div border color is #718584.


Opacity

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

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

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

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

This text has shadow with #718584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718584 on black background.


Color preview on white background

This text has color #718584 on white background.



Black color preview on #718584 background

This text has black color on #718584 background.


White color preview on #718584 background

This text has white color on #718584 background.