COLOR #875C34

HEX: #875C34 RGB: (135,92,52)

Color info

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

RGB color model

#875C34 color RGB value is (135,92,52).

RGB: (135,92,52) (53%, 36%, 20%)

RGB channels and saturation

R 135 of 255 = 53%
G 92 of 255 = 36%
B 52 of 255 = 20%

135
92
52

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

Portions of RGB colors in percentages

R + G + B = 135 + 92 + 52 = 279 (100%)
R 135 of 279 ~ 48.39%
G 92 of 279 ~ 32.97%
B 52 of 279 ~ 18.64'%

%48.39
%32.97
%18.64

CMYK color model

#875C34 color CMYK value is (0,32,61,47).

  • cyan value is 0.00%
  • magenta value is 31.85%
  • yellow value is 61.48%
  • key color value is 47.06%

CMYK: (0,32,61,47)
C0M32Y61K47 (0%, 32%, 61%, 47%)
(0.00 / 0.32 / 0.61 / 0.47)

CMYK percentages

%0
%31.85
%61.48
%47.06

Codes

Color #875C34 in popluar color models

87 5C 34
RGB 135 92 52
HSL 29° 44.39% 36.67%
HSB/HSV 29° 61.48% 52.94%
CMYK 0.00% 31.85% 61.48%
47.06%

Color #875C34 in popluar number systems.

HEX 87 5C 34
Decimal 135 92 52
Binary 10000111 1011100 110100
Octal 207 134 64

Shades and tints

Shades of #875C34

#875C34
(135,92,52)
#7B5430
(123,84,48)
#6F4C2C
(111,76,44)
#634428
(99,68,40)
#573C24
(87,60,36)
#4B3420
(75,52,32)
#3F2C1C
(63,44,28)
#332418
(51,36,24)
#271C14
(39,28,20)
#1B1410
(27,20,16)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #875C34

#875C34
(135,92,52)
#916A46
(145,106,70)
#9B7858
(155,120,88)
#A5866A
(165,134,106)
#AF947C
(175,148,124)
#B9A28E
(185,162,142)
#C3B0A0
(195,176,160)
#CDBEB2
(205,190,178)
#D7CCC4
(215,204,196)
#E1DAD6
(225,218,214)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875C34; }

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

This text font color is #875C34.

Background Color

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

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

This div background color is #875C34.

Border color

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

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

This div border color is #875C34.

Opacity

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

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

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

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

This text has shadow with #875C34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875C34.

Preview

Color preview on black background

This text has color #875C34 on black background.


Color preview on white background

This text has color #875C34 on white background.


Black color preview on #875C34 background

This text has black color on #875C34 background.


White color preview on #875C34 background

This text has white color on #875C34 background.


Related colors

Complementary color

Complementary color for #hex is #78A3CB.


I love getcolorcode.com

Triadic colors

1 #34875C and #5C3487 with #875C34 are triadic colors.

2 #345C87 and #5C8734 with #875C34 are triadic colors.