COLOR #715D61

HEX: #715D61
RGB: (113,93,97)

Color info

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

RGB color model

#715D61 color RGB value is (113,93,97).

  • red value is 113;
  • green value is 93;
  • blue value is 97.
RGB:
(113,93,97)
(44%,36%,38%)

RGB channels and saturation

R 113 of 255 = 44%
G 93 of 255 = 36%
B 97 of 255 = 38%

113
93
97

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

Portions of RGB colors in percentages

R + G + B =
113 + 93 + 97 = 303 (100%)
R 113 of 303 ~ 37.29%
G 93 of 303 ~ 30.69%
B 97 of 303 ~ 32.01%

%37.29
%30.69
%32.01

CMYK color model

#715D61 color CMYK value is (0,18,14,56).

  • cyan value is 0.00%
  • magenta value is 17.70%
  • yellow value is 14.16%
  • key color value is 55.69%
CMYK:
(0,18,14,56)
C0M18Y14K56 
(0%,18%,14%,56%)
(0.00/0.18/0.14/0.56)	

CMYK percentages

%0
%17.7
%14.16
%55.69

Codes

Color #715D61 in popluar color models

715D61
RGB1139397
HSL348°9.71%40.39%
HSB/HSV348°17.70%44.31%
CMYK0.00%17.70%14.16%
55.69%

Color #715D61 in popluar number systems.

HEX715D61
Decimal1139397
Binary111000110111011100001
Octal161135141

Shades and tints

Shades of #715D61

#715D61
(113,93,97)
#675559
(103,85,89)
#5D4D51
(93,77,81)
#534549
(83,69,73)
#493D41
(73,61,65)
#3F3539
(63,53,57)
#352D31
(53,45,49)
#2B2529
(43,37,41)
#211D21
(33,29,33)
#171519
(23,21,25)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #715D61

#715D61
(113,93,97)
#7D6B6F
(125,107,111)
#89797D
(137,121,125)
#95878B
(149,135,139)
#A19599
(161,149,153)
#ADA3A7
(173,163,167)
#B9B1B5
(185,177,181)
#C5BFC3
(197,191,195)
#D1CDD1
(209,205,209)
#DDDBDF
(221,219,223)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715D61 color. Also use rgb(113,93,97) instead hex code.

Text Font Color

.myTextColor { color: #715D61; }

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

This text font color is #715D61.


Background Color

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

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

This div background color is #715D61.


Border color

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

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

This div border color is #715D61.


Opacity

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

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

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

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

This text has shadow with #715D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715D61 on black background.


Color preview on white background

This text has color #715D61 on white background.



Black color preview on #715D61 background

This text has black color on #715D61 background.


White color preview on #715D61 background

This text has white color on #715D61 background.