COLOR #715569

HEX: #715569
RGB: (113,85,105)

Color info

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

RGB color model

#715569 color RGB value is (113,85,105).

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

RGB channels and saturation

R 113 of 255 = 44%
G 85 of 255 = 33%
B 105 of 255 = 41%

113
85
105

R + G + B ~ 39%. #715569 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 85 + 105 = 303 (100%)
R 113 of 303 ~ 37.29%
G 85 of 303 ~ 28.05%
B 105 of 303 ~ 34.65%

%37.29
%28.05
%34.65

CMYK color model

#715569 color CMYK value is (0,25,7,56).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 7.08%
  • key color value is 55.69%
CMYK: (0,25,7,56) C0M25Y7K56 (0%,25%,7%,56%) (0.00/0.25/0.07/0.56)

CMYK percentages

%0
%24.78
%7.08
%55.69

Codes

Color #715569 in popluar color models

715569
RGB11385105
HSL317°14.14%38.82%
HSB/HSV317°24.78%44.31%
CMYK0.00%24.78%7.08%
55.69%

Color #715569 in popluar number systems.

HEX715569
Decimal11385105
Binary111000110101011101001
Octal161125151

Shades and tints

Shades of #715569

#715569
(113,85,105)
#674E60
(103,78,96)
#5D4757
(93,71,87)
#53404E
(83,64,78)
#493945
(73,57,69)
#3F323C
(63,50,60)
#352B33
(53,43,51)
#2B242A
(43,36,42)
#211D21
(33,29,33)
#171618
(23,22,24)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #715569

#715569
(113,85,105)
#7D6476
(125,100,118)
#897383
(137,115,131)
#958290
(149,130,144)
#A1919D
(161,145,157)
#ADA0AA
(173,160,170)
#B9AFB7
(185,175,183)
#C5BEC4
(197,190,196)
#D1CDD1
(209,205,209)
#DDDCDE
(221,220,222)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715569; }

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

This text font color is #715569.


Background Color

.myBgColor { background-color: #715569; }

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

This div background color is #715569.


Border color

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

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

This div border color is #715569.


Opacity

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

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

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

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

This text has shadow with #715569 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #715569 on black background.


Color preview on white background

This text has color #715569 on white background.



Black color preview on #715569 background

This text has black color on #715569 background.


White color preview on #715569 background

This text has white color on #715569 background.