COLOR #875F37

HEX: #875F37 RGB: (135,95,55)

Color info

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

RGB color model

#875F37 color RGB value is (135,95,55).

RGB: (135,95,55) (53%, 37%, 22%)

RGB channels and saturation

R 135 of 255 = 53%
G 95 of 255 = 37%
B 55 of 255 = 22%

135
95
55

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

Portions of RGB colors in percentages

R + G + B = 135 + 95 + 55 = 285 (100%)
R 135 of 285 ~ 47.37%
G 95 of 285 ~ 33.33%
B 55 of 285 ~ 19.3'%

%47.37
%33.33
%19.3

CMYK color model

#875F37 color CMYK value is (0,30,59,47).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 59.26%
  • key color value is 47.06%

CMYK: (0,30,59,47)
C0M30Y59K47 (0%, 30%, 59%, 47%)
(0.00 / 0.30 / 0.59 / 0.47)

CMYK percentages

%0
%29.63
%59.26
%47.06

Codes

Color #875F37 in popluar color models

87 5F 37
RGB 135 95 55
HSL 30° 42.11% 37.25%
HSB/HSV 30° 59.26% 52.94%
CMYK 0.00% 29.63% 59.26%
47.06%

Color #875F37 in popluar number systems.

HEX 87 5F 37
Decimal 135 95 55
Binary 10000111 1011111 110111
Octal 207 137 67

Shades and tints

Shades of #875F37

#875F37
(135,95,55)
#7B5732
(123,87,50)
#6F4F2D
(111,79,45)
#634728
(99,71,40)
#573F23
(87,63,35)
#4B371E
(75,55,30)
#3F2F19
(63,47,25)
#332714
(51,39,20)
#271F0F
(39,31,15)
#1B170A
(27,23,10)
#0F0F05
(15,15,5)
#000000
(0,0,0)

Tints of #875F37

#875F37
(135,95,55)
#916D49
(145,109,73)
#9B7B5B
(155,123,91)
#A5896D
(165,137,109)
#AF977F
(175,151,127)
#B9A591
(185,165,145)
#C3B3A3
(195,179,163)
#CDC1B5
(205,193,181)
#D7CFC7
(215,207,199)
#E1DDD9
(225,221,217)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875F37; }

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

This text font color is #875F37.

Background Color

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

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

This div background color is #875F37.

Border color

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

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

This div border color is #875F37.

Opacity

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

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

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

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

This text has shadow with #875F37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875F37.

Preview

Color preview on black background

This text has color #875F37 on black background.


Color preview on white background

This text has color #875F37 on white background.


Black color preview on #875F37 background

This text has black color on #875F37 background.


White color preview on #875F37 background

This text has white color on #875F37 background.


Related colors

Complementary color

Complementary color for #875F37 is #78A0C8.


I love getcolorcode.com

Triadic colors

1 #37875F and #5F3787 with #875F37 are triadic colors.

2 #375F87 and #5F8737 with #875F37 are triadic colors.