COLOR #85715A

HEX: #85715A
RGB: (133,113,90)

Color info

#85715A contains red, green and blue colors in about the same proportion. Web safe color of #85715A is #996666 (or #966).

RGB color model

#85715A color RGB value is (133,113,90).

  • red value is 133;
  • green value is 113;
  • blue value is 90.
RGB:
(133,113,90)
(52%,44%,35%)

RGB channels and saturation

R 133 of 255 = 52%
G 113 of 255 = 44%
B 90 of 255 = 35%

133
113
90

R + G + B ~ 44%. #85715A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 113 + 90 = 336 (100%)
R 133 of 336 ~ 39.58%
G 113 of 336 ~ 33.63%
B 90 of 336 ~ 26.79%

%39.58
%33.63
%26.79

CMYK color model

#85715A color CMYK value is (0,15,32,48).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 32.33%
  • key color value is 47.84%
CMYK:
(0,15,32,48)
C0M15Y32K48 
(0%,15%,32%,48%)
(0.00/0.15/0.32/0.48)	

CMYK percentages

%0
%15.04
%32.33
%47.84

Codes

Color #85715A in popluar color models

85715A
RGB13311390
HSL32°19.28%43.73%
HSB/HSV32°32.33%52.16%
CMYK0.00%15.04%32.33%
47.84%

Color #85715A in popluar number systems.

HEX85715A
Decimal13311390
Binary1000010111100011011010
Octal205161132

Shades and tints

Shades of #85715A

#85715A
(133,113,90)
#796752
(121,103,82)
#6D5D4A
(109,93,74)
#615342
(97,83,66)
#55493A
(85,73,58)
#493F32
(73,63,50)
#3D352A
(61,53,42)
#312B22
(49,43,34)
#25211A
(37,33,26)
#191712
(25,23,18)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #85715A

#85715A
(133,113,90)
#907D69
(144,125,105)
#9B8978
(155,137,120)
#A69587
(166,149,135)
#B1A196
(177,161,150)
#BCADA5
(188,173,165)
#C7B9B4
(199,185,180)
#D2C5C3
(210,197,195)
#DDD1D2
(221,209,210)
#E8DDE1
(232,221,225)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85715A color. Also use rgb(133,113,90) instead hex code.

Text Font Color

.myTextColor { color: #85715A; }

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

This text font color is #85715A.


Background Color

.myBgColor { background-color: #85715A; }

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

This div background color is #85715A.


Border color

.myBorderColor { border: 1px solid #85715A; }

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

This div border color is #85715A.


Opacity

.myOpacity80 { color: #85715A; opacity: 0.8; }

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

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

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

This text has shadow with #85715A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85715A on black background.


Color preview on white background

This text has color #85715A on white background.



Black color preview on #85715A background

This text has black color on #85715A background.


White color preview on #85715A background

This text has white color on #85715A background.