COLOR #875732

HEX: #875732
RGB: (135,87,50)

Color info

#875732 contains mainly red and green colors. Web safe color of #875732 is #996633 (or #963).

RGB color model

#875732 color RGB value is (135,87,50).

  • red value is 135;
  • green value is 87;
  • blue value is 50.
RGB:
(135,87,50)
(53%,34%,20%)

RGB channels and saturation

R 135 of 255 = 53%
G 87 of 255 = 34%
B 50 of 255 = 20%

135
87
50

R + G + B ~ 36%. #875732 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 87 + 50 = 272 (100%)
R 135 of 272 ~ 49.63%
G 87 of 272 ~ 31.99%
B 50 of 272 ~ 18.38%

%49.63
%31.99
%18.38

CMYK color model

#875732 color CMYK value is (0,36,63,47).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 62.96%
  • key color value is 47.06%
CMYK:
(0,36,63,47)
C0M36Y63K47 
(0%,36%,63%,47%)
(0.00/0.36/0.63/0.47)	

CMYK percentages

%0
%35.56
%62.96
%47.06

Codes

Color #875732 in popluar color models

875732
RGB1358750
HSL26°45.95%36.27%
HSB/HSV26°62.96%52.94%
CMYK0.00%35.56%62.96%
47.06%

Color #875732 in popluar number systems.

HEX875732
Decimal1358750
Binary100001111010111110010
Octal20712762

Shades and tints

Shades of #875732

#875732
(135,87,50)
#7B502E
(123,80,46)
#6F492A
(111,73,42)
#634226
(99,66,38)
#573B22
(87,59,34)
#4B341E
(75,52,30)
#3F2D1A
(63,45,26)
#332616
(51,38,22)
#271F12
(39,31,18)
#1B180E
(27,24,14)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #875732

#875732
(135,87,50)
#916644
(145,102,68)
#9B7556
(155,117,86)
#A58468
(165,132,104)
#AF937A
(175,147,122)
#B9A28C
(185,162,140)
#C3B19E
(195,177,158)
#CDC0B0
(205,192,176)
#D7CFC2
(215,207,194)
#E1DED4
(225,222,212)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875732 color. Also use rgb(135,87,50) instead hex code.

Text Font Color

.myTextColor { color: #875732; }

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

This text font color is #875732.


Background Color

.myBgColor { background-color: #875732; }

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

This div background color is #875732.


Border color

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

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

This div border color is #875732.


Opacity

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

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

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

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

This text has shadow with #875732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875732 on black background.


Color preview on white background

This text has color #875732 on white background.



Black color preview on #875732 background

This text has black color on #875732 background.


White color preview on #875732 background

This text has white color on #875732 background.