COLOR #875C51

HEX: #875C51
RGB: (135,92,81)

Color info

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

RGB color model

#875C51 color RGB value is (135,92,81).

  • red value is 135;
  • green value is 92;
  • blue value is 81.
RGB:
(135,92,81)
(53%,36%,32%)

RGB channels and saturation

R 135 of 255 = 53%
G 92 of 255 = 36%
B 81 of 255 = 32%

135
92
81

R + G + B ~ 40%. #875C51 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 92 + 81 = 308 (100%)
R 135 of 308 ~ 43.83%
G 92 of 308 ~ 29.87%
B 81 of 308 ~ 26.3%

%43.83
%29.87
%26.3

CMYK color model

#875C51 color CMYK value is (0,32,40,47).

  • cyan value is 0.00%
  • magenta value is 31.85%
  • yellow value is 40.00%
  • key color value is 47.06%
CMYK:
(0,32,40,47)
C0M32Y40K47 
(0%,32%,40%,47%)
(0.00/0.32/0.40/0.47)	

CMYK percentages

%0
%31.85
%40
%47.06

Codes

Color #875C51 in popluar color models

875C51
RGB1359281
HSL12°25.00%42.35%
HSB/HSV12°40.00%52.94%
CMYK0.00%31.85%40.00%
47.06%

Color #875C51 in popluar number systems.

HEX875C51
Decimal1359281
Binary1000011110111001010001
Octal207134121

Shades and tints

Shades of #875C51

#875C51
(135,92,81)
#7B544A
(123,84,74)
#6F4C43
(111,76,67)
#63443C
(99,68,60)
#573C35
(87,60,53)
#4B342E
(75,52,46)
#3F2C27
(63,44,39)
#332420
(51,36,32)
#271C19
(39,28,25)
#1B1412
(27,20,18)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #875C51

#875C51
(135,92,81)
#916A60
(145,106,96)
#9B786F
(155,120,111)
#A5867E
(165,134,126)
#AF948D
(175,148,141)
#B9A29C
(185,162,156)
#C3B0AB
(195,176,171)
#CDBEBA
(205,190,186)
#D7CCC9
(215,204,201)
#E1DAD8
(225,218,216)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875C51 color. Also use rgb(135,92,81) instead hex code.

Text Font Color

.myTextColor { color: #875C51; }

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

This text font color is #875C51.


Background Color

.myBgColor { background-color: #875C51; }

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

This div background color is #875C51.


Border color

.myBorderColor { border: 1px solid #875C51; }

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

This div border color is #875C51.


Opacity

.myOpacity80 { color: #875C51; opacity: 0.8; }

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

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

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

This text has shadow with #875C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875C51 on black background.


Color preview on white background

This text has color #875C51 on white background.



Black color preview on #875C51 background

This text has black color on #875C51 background.


White color preview on #875C51 background

This text has white color on #875C51 background.