COLOR #715C55

HEX: #715C55
RGB: (113,92,85)

Color info

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

RGB color model

#715C55 color RGB value is (113,92,85).

  • red value is 113;
  • green value is 92;
  • blue value is 85.
RGB:
(113,92,85)
(44%,36%,33%)

RGB channels and saturation

R 113 of 255 = 44%
G 92 of 255 = 36%
B 85 of 255 = 33%

113
92
85

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

Portions of RGB colors in percentages

R + G + B =
113 + 92 + 85 = 290 (100%)
R 113 of 290 ~ 38.97%
G 92 of 290 ~ 31.72%
B 85 of 290 ~ 29.31%

%38.97
%31.72
%29.31

CMYK color model

#715C55 color CMYK value is (0,19,25,56).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK:
(0,19,25,56)
C0M19Y25K56 
(0%,19%,25%,56%)
(0.00/0.19/0.25/0.56)	

CMYK percentages

%0
%18.58
%24.78
%55.69

Codes

Color #715C55 in popluar color models

715C55
RGB1139285
HSL15°14.14%38.82%
HSB/HSV15°24.78%44.31%
CMYK0.00%18.58%24.78%
55.69%

Color #715C55 in popluar number systems.

HEX715C55
Decimal1139285
Binary111000110111001010101
Octal161134125

Shades and tints

Shades of #715C55

#715C55
(113,92,85)
#67544E
(103,84,78)
#5D4C47
(93,76,71)
#534440
(83,68,64)
#493C39
(73,60,57)
#3F3432
(63,52,50)
#352C2B
(53,44,43)
#2B2424
(43,36,36)
#211C1D
(33,28,29)
#171416
(23,20,22)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #715C55

#715C55
(113,92,85)
#7D6A64
(125,106,100)
#897873
(137,120,115)
#958682
(149,134,130)
#A19491
(161,148,145)
#ADA2A0
(173,162,160)
#B9B0AF
(185,176,175)
#C5BEBE
(197,190,190)
#D1CCCD
(209,204,205)
#DDDADC
(221,218,220)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715C55 color. Also use rgb(113,92,85) instead hex code.

Text Font Color

.myTextColor { color: #715C55; }

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

This text font color is #715C55.


Background Color

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

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

This div background color is #715C55.


Border color

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

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

This div border color is #715C55.


Opacity

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

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

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

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

This text has shadow with #715C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715C55 on black background.


Color preview on white background

This text has color #715C55 on white background.



Black color preview on #715C55 background

This text has black color on #715C55 background.


White color preview on #715C55 background

This text has white color on #715C55 background.