COLOR #875A37

HEX: #875A37
RGB: (135,90,55)

Color info

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

RGB color model

#875A37 color RGB value is (135,90,55).

  • red value is 135;
  • green value is 90;
  • blue value is 55.
RGB:
(135,90,55)
(53%,35%,22%)

RGB channels and saturation

R 135 of 255 = 53%
G 90 of 255 = 35%
B 55 of 255 = 22%

135
90
55

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

Portions of RGB colors in percentages

R + G + B =
135 + 90 + 55 = 280 (100%)
R 135 of 280 ~ 48.21%
G 90 of 280 ~ 32.14%
B 55 of 280 ~ 19.64%

%48.21
%32.14
%19.64

CMYK color model

#875A37 color CMYK value is (0,33,59,47).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 59.26%
  • key color value is 47.06%
CMYK:
(0,33,59,47)
C0M33Y59K47 
(0%,33%,59%,47%)
(0.00/0.33/0.59/0.47)	

CMYK percentages

%0
%33.33
%59.26
%47.06

Codes

Color #875A37 in popluar color models

875A37
RGB1359055
HSL26°42.11%37.25%
HSB/HSV26°59.26%52.94%
CMYK0.00%33.33%59.26%
47.06%

Color #875A37 in popluar number systems.

HEX875A37
Decimal1359055
Binary100001111011010110111
Octal20713267

Shades and tints

Shades of #875A37

#875A37
(135,90,55)
#7B5232
(123,82,50)
#6F4A2D
(111,74,45)
#634228
(99,66,40)
#573A23
(87,58,35)
#4B321E
(75,50,30)
#3F2A19
(63,42,25)
#332214
(51,34,20)
#271A0F
(39,26,15)
#1B120A
(27,18,10)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #875A37

#875A37
(135,90,55)
#916949
(145,105,73)
#9B785B
(155,120,91)
#A5876D
(165,135,109)
#AF967F
(175,150,127)
#B9A591
(185,165,145)
#C3B4A3
(195,180,163)
#CDC3B5
(205,195,181)
#D7D2C7
(215,210,199)
#E1E1D9
(225,225,217)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875A37 color. Also use rgb(135,90,55) instead hex code.

Text Font Color

.myTextColor { color: #875A37; }

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

This text font color is #875A37.


Background Color

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

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

This div background color is #875A37.


Border color

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

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

This div border color is #875A37.


Opacity

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

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

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

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

This text has shadow with #875A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875A37 on black background.


Color preview on white background

This text has color #875A37 on white background.



Black color preview on #875A37 background

This text has black color on #875A37 background.


White color preview on #875A37 background

This text has white color on #875A37 background.