COLOR #715969

HEX: #715969
RGB: (113,89,105)

Color info

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

RGB color model

#715969 color RGB value is (113,89,105).

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

RGB channels and saturation

R 113 of 255 = 44%
G 89 of 255 = 35%
B 105 of 255 = 41%

113
89
105

R + G + B ~ 40%. #715969 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 89 + 105 = 307 (100%)
R 113 of 307 ~ 36.81%
G 89 of 307 ~ 28.99%
B 105 of 307 ~ 34.2%

%36.81
%28.99
%34.2

CMYK color model

#715969 color CMYK value is (0,21,7,56).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 7.08%
  • key color value is 55.69%
CMYK:
(0,21,7,56)
C0M21Y7K56 
(0%,21%,7%,56%)
(0.00/0.21/0.07/0.56)	

CMYK percentages

%0
%21.24
%7.08
%55.69

Codes

Color #715969 in popluar color models

715969
RGB11389105
HSL320°11.88%39.61%
HSB/HSV320°21.24%44.31%
CMYK0.00%21.24%7.08%
55.69%

Color #715969 in popluar number systems.

HEX715969
Decimal11389105
Binary111000110110011101001
Octal161131151

Shades and tints

Shades of #715969

#715969
(113,89,105)
#675160
(103,81,96)
#5D4957
(93,73,87)
#53414E
(83,65,78)
#493945
(73,57,69)
#3F313C
(63,49,60)
#352933
(53,41,51)
#2B212A
(43,33,42)
#211921
(33,25,33)
#171118
(23,17,24)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #715969

#715969
(113,89,105)
#7D6876
(125,104,118)
#897783
(137,119,131)
#958690
(149,134,144)
#A1959D
(161,149,157)
#ADA4AA
(173,164,170)
#B9B3B7
(185,179,183)
#C5C2C4
(197,194,196)
#D1D1D1
(209,209,209)
#DDE0DE
(221,224,222)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715969; }

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

This text font color is #715969.


Background Color

.myBgColor { background-color: #715969; }

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

This div background color is #715969.


Border color

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

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

This div border color is #715969.


Opacity

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

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

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

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

This text has shadow with #715969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715969 on black background.


Color preview on white background

This text has color #715969 on white background.



Black color preview on #715969 background

This text has black color on #715969 background.


White color preview on #715969 background

This text has white color on #715969 background.