COLOR #875F52

HEX: #875F52 RGB: (135,95,82)

Color info

#875F52 contains red, green and blue colors in about the same proportion. Web safe color of #875F52 is #996666 (or #966).

RGB color model

#875F52 color RGB value is (135,95,82).

RGB: (135,95,82) (53%, 37%, 32%)

RGB channels and saturation

R 135 of 255 = 53%
G 95 of 255 = 37%
B 82 of 255 = 32%

135
95
82

R + G + B ~ 41%. #875F52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 95 + 82 = 312 (100%)
R 135 of 312 ~ 43.27%
G 95 of 312 ~ 30.45%
B 82 of 312 ~ 26.28'%

%43.27
%30.45
%26.28

CMYK color model

#875F52 color CMYK value is (0,30,39,47).

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

CMYK: (0,30,39,47)
C0M30Y39K47 (0%, 30%, 39%, 47%)
(0.00 / 0.30 / 0.39 / 0.47)

CMYK percentages

%0
%29.63
%39.26
%47.06

Codes

Color #875F52 in popluar color models

87 5F 52
RGB 135 95 82
HSL 15° 24.42% 42.55%
HSB/HSV 15° 39.26% 52.94%
CMYK 0.00% 29.63% 39.26%
47.06%

Color #875F52 in popluar number systems.

HEX 87 5F 52
Decimal 135 95 82
Binary 10000111 1011111 1010010
Octal 207 137 122

Shades and tints

Shades of #875F52

#875F52
(135,95,82)
#7B574B
(123,87,75)
#6F4F44
(111,79,68)
#63473D
(99,71,61)
#573F36
(87,63,54)
#4B372F
(75,55,47)
#3F2F28
(63,47,40)
#332721
(51,39,33)
#271F1A
(39,31,26)
#1B1713
(27,23,19)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #875F52

#875F52
(135,95,82)
#916D61
(145,109,97)
#9B7B70
(155,123,112)
#A5897F
(165,137,127)
#AF978E
(175,151,142)
#B9A59D
(185,165,157)
#C3B3AC
(195,179,172)
#CDC1BB
(205,193,187)
#D7CFCA
(215,207,202)
#E1DDD9
(225,221,217)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875F52; }

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

This text font color is #875F52.

Background Color

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

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

This div background color is #875F52.

Border color

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

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

This div border color is #875F52.

Opacity

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

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

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

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

This text has shadow with #875F52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875F52.

Preview

Color preview on black background

This text has color #875F52 on black background.


Color preview on white background

This text has color #875F52 on white background.


Black color preview on #875F52 background

This text has black color on #875F52 background.


White color preview on #875F52 background

This text has white color on #875F52 background.


Related colors

Complementary color

Complementary color for #hex is #78A0AD.


I love getcolorcode.com

Triadic colors

1 #52875F and #5F5287 with #875F52 are triadic colors.

2 #525F87 and #5F8752 with #875F52 are triadic colors.