COLOR #715B52

HEX: #715B52
RGB: (113,91,82)

Color info

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

RGB color model

#715B52 color RGB value is (113,91,82).

  • red value is 113;
  • green value is 91;
  • blue value is 82.
RGB:
(113,91,82)
(44%,36%,32%)

RGB channels and saturation

R 113 of 255 = 44%
G 91 of 255 = 36%
B 82 of 255 = 32%

113
91
82

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

Portions of RGB colors in percentages

R + G + B =
113 + 91 + 82 = 286 (100%)
R 113 of 286 ~ 39.51%
G 91 of 286 ~ 31.82%
B 82 of 286 ~ 28.67%

%39.51
%31.82
%28.67

CMYK color model

#715B52 color CMYK value is (0,19,27,56).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(0,19,27,56)
C0M19Y27K56 
(0%,19%,27%,56%)
(0.00/0.19/0.27/0.56)	

CMYK percentages

%0
%19.47
%27.43
%55.69

Codes

Color #715B52 in popluar color models

715B52
RGB1139182
HSL17°15.90%38.24%
HSB/HSV17°27.43%44.31%
CMYK0.00%19.47%27.43%
55.69%

Color #715B52 in popluar number systems.

HEX715B52
Decimal1139182
Binary111000110110111010010
Octal161133122

Shades and tints

Shades of #715B52

#715B52
(113,91,82)
#67534B
(103,83,75)
#5D4B44
(93,75,68)
#53433D
(83,67,61)
#493B36
(73,59,54)
#3F332F
(63,51,47)
#352B28
(53,43,40)
#2B2321
(43,35,33)
#211B1A
(33,27,26)
#171313
(23,19,19)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #715B52

#715B52
(113,91,82)
#7D6961
(125,105,97)
#897770
(137,119,112)
#95857F
(149,133,127)
#A1938E
(161,147,142)
#ADA19D
(173,161,157)
#B9AFAC
(185,175,172)
#C5BDBB
(197,189,187)
#D1CBCA
(209,203,202)
#DDD9D9
(221,217,217)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715B52 color. Also use rgb(113,91,82) instead hex code.

Text Font Color

.myTextColor { color: #715B52; }

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

This text font color is #715B52.


Background Color

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

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

This div background color is #715B52.


Border color

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

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

This div border color is #715B52.


Opacity

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

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

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

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

This text has shadow with #715B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715B52 on black background.


Color preview on white background

This text has color #715B52 on white background.



Black color preview on #715B52 background

This text has black color on #715B52 background.


White color preview on #715B52 background

This text has white color on #715B52 background.