COLOR #715975

HEX: #715975
RGB: (113,89,117)

Color info

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

RGB color model

#715975 color RGB value is (113,89,117).

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

RGB channels and saturation

R 113 of 255 = 44%
G 89 of 255 = 35%
B 117 of 255 = 46%

113
89
117

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

Portions of RGB colors in percentages

R + G + B =
113 + 89 + 117 = 319 (100%)
R 113 of 319 ~ 35.42%
G 89 of 319 ~ 27.9%
B 117 of 319 ~ 36.68%

%35.42
%27.9
%36.68

CMYK color model

#715975 color CMYK value is (3,24,0,54).

  • cyan value is 3.42%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(3,24,0,54)
C3M24Y0K54 
(3%,24%,0%,54%)
(0.03/0.24/0.00/0.54)	

CMYK percentages

%3.42
%23.93
%0
%54.12

Codes

Color #715975 in popluar color models

715975
RGB11389117
HSL291°13.59%40.39%
HSB/HSV291°23.93%45.88%
CMYK3.42%23.93%0.00%
54.12%

Color #715975 in popluar number systems.

HEX715975
Decimal11389117
Binary111000110110011110101
Octal161131165

Shades and tints

Shades of #715975

#715975
(113,89,117)
#67516B
(103,81,107)
#5D4961
(93,73,97)
#534157
(83,65,87)
#49394D
(73,57,77)
#3F3143
(63,49,67)
#352939
(53,41,57)
#2B212F
(43,33,47)
#211925
(33,25,37)
#17111B
(23,17,27)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #715975

#715975
(113,89,117)
#7D6881
(125,104,129)
#89778D
(137,119,141)
#958699
(149,134,153)
#A195A5
(161,149,165)
#ADA4B1
(173,164,177)
#B9B3BD
(185,179,189)
#C5C2C9
(197,194,201)
#D1D1D5
(209,209,213)
#DDE0E1
(221,224,225)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715975; }

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

This text font color is #715975.


Background Color

.myBgColor { background-color: #715975; }

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

This div background color is #715975.


Border color

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

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

This div border color is #715975.


Opacity

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

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

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

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

This text has shadow with #715975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715975 on black background.


Color preview on white background

This text has color #715975 on white background.



Black color preview on #715975 background

This text has black color on #715975 background.


White color preview on #715975 background

This text has white color on #715975 background.