COLOR #715A64

HEX: #715A64
RGB: (113,90,100)

Color info

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

RGB color model

#715A64 color RGB value is (113,90,100).

  • red value is 113;
  • green value is 90;
  • blue value is 100.
RGB:
(113,90,100)
(44%,35%,39%)

RGB channels and saturation

R 113 of 255 = 44%
G 90 of 255 = 35%
B 100 of 255 = 39%

113
90
100

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

Portions of RGB colors in percentages

R + G + B =
113 + 90 + 100 = 303 (100%)
R 113 of 303 ~ 37.29%
G 90 of 303 ~ 29.7%
B 100 of 303 ~ 33%

%37.29
%29.7
%33

CMYK color model

#715A64 color CMYK value is (0,20,12,56).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 11.50%
  • key color value is 55.69%
CMYK:
(0,20,12,56)
C0M20Y12K56 
(0%,20%,12%,56%)
(0.00/0.20/0.12/0.56)	

CMYK percentages

%0
%20.35
%11.5
%55.69

Codes

Color #715A64 in popluar color models

715A64
RGB11390100
HSL334°11.33%39.80%
HSB/HSV334°20.35%44.31%
CMYK0.00%20.35%11.50%
55.69%

Color #715A64 in popluar number systems.

HEX715A64
Decimal11390100
Binary111000110110101100100
Octal161132144

Shades and tints

Shades of #715A64

#715A64
(113,90,100)
#67525B
(103,82,91)
#5D4A52
(93,74,82)
#534249
(83,66,73)
#493A40
(73,58,64)
#3F3237
(63,50,55)
#352A2E
(53,42,46)
#2B2225
(43,34,37)
#211A1C
(33,26,28)
#171213
(23,18,19)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #715A64

#715A64
(113,90,100)
#7D6972
(125,105,114)
#897880
(137,120,128)
#95878E
(149,135,142)
#A1969C
(161,150,156)
#ADA5AA
(173,165,170)
#B9B4B8
(185,180,184)
#C5C3C6
(197,195,198)
#D1D2D4
(209,210,212)
#DDE1E2
(221,225,226)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715A64 color. Also use rgb(113,90,100) instead hex code.

Text Font Color

.myTextColor { color: #715A64; }

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

This text font color is #715A64.


Background Color

.myBgColor { background-color: #715A64; }

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

This div background color is #715A64.


Border color

.myBorderColor { border: 1px solid #715A64; }

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

This div border color is #715A64.


Opacity

.myOpacity80 { color: #715A64; opacity: 0.8; }

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

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

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

This text has shadow with #715A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715A64 on black background.


Color preview on white background

This text has color #715A64 on white background.



Black color preview on #715A64 background

This text has black color on #715A64 background.


White color preview on #715A64 background

This text has white color on #715A64 background.