COLOR #715755

HEX: #715755
RGB: (113,87,85)

Color info

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

RGB color model

#715755 color RGB value is (113,87,85).

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

RGB channels and saturation

R 113 of 255 = 44%
G 87 of 255 = 34%
B 85 of 255 = 33%

113
87
85

R + G + B ~ 37%. #715755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 87 + 85 = 285 (100%)
R 113 of 285 ~ 39.65%
G 87 of 285 ~ 30.53%
B 85 of 285 ~ 29.82%

%39.65
%30.53
%29.82

CMYK color model

#715755 color CMYK value is (0,23,25,56).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK:
(0,23,25,56)
C0M23Y25K56 
(0%,23%,25%,56%)
(0.00/0.23/0.25/0.56)	

CMYK percentages

%0
%23.01
%24.78
%55.69

Codes

Color #715755 in popluar color models

715755
RGB1138785
HSL14.14%38.82%
HSB/HSV24.78%44.31%
CMYK0.00%23.01%24.78%
55.69%

Color #715755 in popluar number systems.

HEX715755
Decimal1138785
Binary111000110101111010101
Octal161127125

Shades and tints

Shades of #715755

#715755
(113,87,85)
#67504E
(103,80,78)
#5D4947
(93,73,71)
#534240
(83,66,64)
#493B39
(73,59,57)
#3F3432
(63,52,50)
#352D2B
(53,45,43)
#2B2624
(43,38,36)
#211F1D
(33,31,29)
#171816
(23,24,22)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #715755

#715755
(113,87,85)
#7D6664
(125,102,100)
#897573
(137,117,115)
#958482
(149,132,130)
#A19391
(161,147,145)
#ADA2A0
(173,162,160)
#B9B1AF
(185,177,175)
#C5C0BE
(197,192,190)
#D1CFCD
(209,207,205)
#DDDEDC
(221,222,220)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715755; }

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

This text font color is #715755.


Background Color

.myBgColor { background-color: #715755; }

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

This div background color is #715755.


Border color

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

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

This div border color is #715755.


Opacity

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

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

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

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

This text has shadow with #715755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715755 on black background.


Color preview on white background

This text has color #715755 on white background.



Black color preview on #715755 background

This text has black color on #715755 background.


White color preview on #715755 background

This text has white color on #715755 background.