COLOR #715562

HEX: #715562
RGB: (113,85,98)

Color info

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

RGB color model

#715562 color RGB value is (113,85,98).

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

RGB channels and saturation

R 113 of 255 = 44%
G 85 of 255 = 33%
B 98 of 255 = 38%

113
85
98

R + G + B ~ 38%. #715562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 85 + 98 = 296 (100%)
R 113 of 296 ~ 38.18%
G 85 of 296 ~ 28.72%
B 98 of 296 ~ 33.11%

%38.18
%28.72
%33.11

CMYK color model

#715562 color CMYK value is (0,25,13,56).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 13.27%
  • key color value is 55.69%
CMYK:
(0,25,13,56)
C0M25Y13K56 
(0%,25%,13%,56%)
(0.00/0.25/0.13/0.56)	

CMYK percentages

%0
%24.78
%13.27
%55.69

Codes

Color #715562 in popluar color models

715562
RGB1138598
HSL332°14.14%38.82%
HSB/HSV332°24.78%44.31%
CMYK0.00%24.78%13.27%
55.69%

Color #715562 in popluar number systems.

HEX715562
Decimal1138598
Binary111000110101011100010
Octal161125142

Shades and tints

Shades of #715562

#715562
(113,85,98)
#674E5A
(103,78,90)
#5D4752
(93,71,82)
#53404A
(83,64,74)
#493942
(73,57,66)
#3F323A
(63,50,58)
#352B32
(53,43,50)
#2B242A
(43,36,42)
#211D22
(33,29,34)
#17161A
(23,22,26)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #715562

#715562
(113,85,98)
#7D6470
(125,100,112)
#89737E
(137,115,126)
#95828C
(149,130,140)
#A1919A
(161,145,154)
#ADA0A8
(173,160,168)
#B9AFB6
(185,175,182)
#C5BEC4
(197,190,196)
#D1CDD2
(209,205,210)
#DDDCE0
(221,220,224)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715562; }

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

This text font color is #715562.


Background Color

.myBgColor { background-color: #715562; }

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

This div background color is #715562.


Border color

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

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

This div border color is #715562.


Opacity

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

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

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

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

This text has shadow with #715562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715562 on black background.


Color preview on white background

This text has color #715562 on white background.



Black color preview on #715562 background

This text has black color on #715562 background.


White color preview on #715562 background

This text has white color on #715562 background.