COLOR #715462

HEX: #715462
RGB: (113,84,98)

Color info

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

RGB color model

#715462 color RGB value is (113,84,98).

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

RGB channels and saturation

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

113
84
98

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

Portions of RGB colors in percentages

R + G + B =
113 + 84 + 98 = 295 (100%)
R 113 of 295 ~ 38.31%
G 84 of 295 ~ 28.47%
B 98 of 295 ~ 33.22%

%38.31
%28.47
%33.22

CMYK color model

#715462 color CMYK value is (0,26,13,56).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 13.27%
  • key color value is 55.69%
CMYK:
(0,26,13,56)
C0M26Y13K56 
(0%,26%,13%,56%)
(0.00/0.26/0.13/0.56)	

CMYK percentages

%0
%25.66
%13.27
%55.69

Codes

Color #715462 in popluar color models

715462
RGB1138498
HSL331°14.72%38.63%
HSB/HSV331°25.66%44.31%
CMYK0.00%25.66%13.27%
55.69%

Color #715462 in popluar number systems.

HEX715462
Decimal1138498
Binary111000110101001100010
Octal161124142

Shades and tints

Shades of #715462

#715462
(113,84,98)
#674D5A
(103,77,90)
#5D4652
(93,70,82)
#533F4A
(83,63,74)
#493842
(73,56,66)
#3F313A
(63,49,58)
#352A32
(53,42,50)
#2B232A
(43,35,42)
#211C22
(33,28,34)
#17151A
(23,21,26)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #715462

#715462
(113,84,98)
#7D6370
(125,99,112)
#89727E
(137,114,126)
#95818C
(149,129,140)
#A1909A
(161,144,154)
#AD9FA8
(173,159,168)
#B9AEB6
(185,174,182)
#C5BDC4
(197,189,196)
#D1CCD2
(209,204,210)
#DDDBE0
(221,219,224)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715462; }

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

This text font color is #715462.


Background Color

.myBgColor { background-color: #715462; }

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

This div background color is #715462.


Border color

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

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

This div border color is #715462.


Opacity

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

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

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

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

This text has shadow with #715462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715462 on black background.


Color preview on white background

This text has color #715462 on white background.



Black color preview on #715462 background

This text has black color on #715462 background.


White color preview on #715462 background

This text has white color on #715462 background.