COLOR #715558

HEX: #715558
RGB: (113,85,88)

Color info

#715558 contains red, green and blue colors in about the same proportion. Web safe color of #715558 is #666666 (or #666).

RGB color model

#715558 color RGB value is (113,85,88).

  • red value is 113;
  • green value is 85;
  • blue value is 88.
RGB:
(113,85,88)
(44%,33%,35%)

RGB channels and saturation

R 113 of 255 = 44%
G 85 of 255 = 33%
B 88 of 255 = 35%

113
85
88

R + G + B ~ 37%. #715558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 85 + 88 = 286 (100%)
R 113 of 286 ~ 39.51%
G 85 of 286 ~ 29.72%
B 88 of 286 ~ 30.77%

%39.51
%29.72
%30.77

CMYK color model

#715558 color CMYK value is (0,25,22,56).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 22.12%
  • key color value is 55.69%
CMYK:
(0,25,22,56)
C0M25Y22K56 
(0%,25%,22%,56%)
(0.00/0.25/0.22/0.56)	

CMYK percentages

%0
%24.78
%22.12
%55.69

Codes

Color #715558 in popluar color models

715558
RGB1138588
HSL354°14.14%38.82%
HSB/HSV354°24.78%44.31%
CMYK0.00%24.78%22.12%
55.69%

Color #715558 in popluar number systems.

HEX715558
Decimal1138588
Binary111000110101011011000
Octal161125130

Shades and tints

Shades of #715558

#715558
(113,85,88)
#674E50
(103,78,80)
#5D4748
(93,71,72)
#534040
(83,64,64)
#493938
(73,57,56)
#3F3230
(63,50,48)
#352B28
(53,43,40)
#2B2420
(43,36,32)
#211D18
(33,29,24)
#171610
(23,22,16)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #715558

#715558
(113,85,88)
#7D6467
(125,100,103)
#897376
(137,115,118)
#958285
(149,130,133)
#A19194
(161,145,148)
#ADA0A3
(173,160,163)
#B9AFB2
(185,175,178)
#C5BEC1
(197,190,193)
#D1CDD0
(209,205,208)
#DDDCDF
(221,220,223)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715558; }

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

This text font color is #715558.


Background Color

.myBgColor { background-color: #715558; }

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

This div background color is #715558.


Border color

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

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

This div border color is #715558.


Opacity

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

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

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

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

This text has shadow with #715558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715558 on black background.


Color preview on white background

This text has color #715558 on white background.



Black color preview on #715558 background

This text has black color on #715558 background.


White color preview on #715558 background

This text has white color on #715558 background.