COLOR #875D2C

HEX: #875D2C RGB: (135,93,44)

Color info

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

RGB color model

#875D2C color RGB value is (135,93,44).

RGB: (135,93,44) (53%, 36%, 17%)

RGB channels and saturation

R 135 of 255 = 53%
G 93 of 255 = 36%
B 44 of 255 = 17%

135
93
44

R + G + B ~ 35%. #875D2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 93 + 44 = 272 (100%)
R 135 of 272 ~ 49.63%
G 93 of 272 ~ 34.19%
B 44 of 272 ~ 16.18'%

%49.63
%34.19
%16.18

CMYK color model

#875D2C color CMYK value is (0,31,67,47).

  • cyan value is 0.00%
  • magenta value is 31.11%
  • yellow value is 67.41%
  • key color value is 47.06%
CMYK: (0,31,67,47) C0M31Y67K47 (0%,31%,67%,47%) (0.00/0.31/0.67/0.47) 

CMYK percentages

%0
%31.11
%67.41
%47.06

Codes

Color #875D2C in popluar color models

87 5D 2C
RGB 135 93 44
HSL 32° 50.84% 35.10%
HSB/HSV 32° 67.41% 52.94%
CMYK 0.00% 31.11% 67.41%
47.06%

Color #875D2C in popluar number systems.

HEX 87 5D 2C
Decimal 135 93 44
Binary 10000111 1011101 101100
Octal 207 135 54

Shades and tints

Shades of #875D2C

#875D2C
(135,93,44)
#7B5528
(123,85,40)
#6F4D24
(111,77,36)
#634520
(99,69,32)
#573D1C
(87,61,28)
#4B3518
(75,53,24)
#3F2D14
(63,45,20)
#332510
(51,37,16)
#271D0C
(39,29,12)
#1B1508
(27,21,8)
#0F0D04
(15,13,4)
#000000
(0,0,0)

Tints of #875D2C

#875D2C
(135,93,44)
#916B3F
(145,107,63)
#9B7952
(155,121,82)
#A58765
(165,135,101)
#AF9578
(175,149,120)
#B9A38B
(185,163,139)
#C3B19E
(195,177,158)
#CDBFB1
(205,191,177)
#D7CDC4
(215,205,196)
#E1DBD7
(225,219,215)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875D2C color. Also use rgb(135,93,44) instead hex code.

Text Font Color

.myTextColor { color: #875D2C; }

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

This text font color is #875D2C.

Background Color

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

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

This div background color is #875D2C.

Border color

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

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

This div border color is #875D2C.

Opacity

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

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

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

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

This text has shadow with #875D2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875D2C.

Preview

Color preview on black background

This text has color #875D2C on black background.


Color preview on white background

This text has color #875D2C on white background.


Black color preview on #875D2C background

This text has black color on #875D2C background.


White color preview on #875D2C background

This text has white color on #875D2C background.


Related colors

Complementary color

Complementary color for #hex is #78A2D3.


I love getcolorcode.com

Triadic colors

1 #2C875D and #5D2C87 with #875D2C are triadic colors.

2 #2C5D87 and #5D872C with #875D2C are triadic colors.