COLOR #877D53

HEX: #877D53 RGB: (135,125,83)

Color info

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

RGB color model

#877D53 color RGB value is (135,125,83).

RGB: (135,125,83) (53%, 49%, 33%)

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 83 of 255 = 33%

135
125
83

R + G + B ~ 45%. #877D53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 125 + 83 = 343 (100%)
R 135 of 343 ~ 39.36%
G 125 of 343 ~ 36.44%
B 83 of 343 ~ 24.2'%

%39.36
%36.44
%24.2

CMYK color model

#877D53 color CMYK value is (0,7,39,47).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 38.52%
  • key color value is 47.06%

CMYK: (0,7,39,47)
C0M7Y39K47 (0%, 7%, 39%, 47%)
(0.00 / 0.07 / 0.39 / 0.47)

CMYK percentages

%0
%7.41
%38.52
%47.06

Codes

Color #877D53 in popluar color models

87 7D 53
RGB 135 125 83
HSL 48° 23.85% 42.75%
HSB/HSV 48° 38.52% 52.94%
CMYK 0.00% 7.41% 38.52%
47.06%

Color #877D53 in popluar number systems.

HEX 87 7D 53
Decimal 135 125 83
Binary 10000111 1111101 1010011
Octal 207 175 123

Shades and tints

Shades of #877D53

#877D53
(135,125,83)
#7B724C
(123,114,76)
#6F6745
(111,103,69)
#635C3E
(99,92,62)
#575137
(87,81,55)
#4B4630
(75,70,48)
#3F3B29
(63,59,41)
#333022
(51,48,34)
#27251B
(39,37,27)
#1B1A14
(27,26,20)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #877D53

#877D53
(135,125,83)
#918862
(145,136,98)
#9B9371
(155,147,113)
#A59E80
(165,158,128)
#AFA98F
(175,169,143)
#B9B49E
(185,180,158)
#C3BFAD
(195,191,173)
#CDCABC
(205,202,188)
#D7D5CB
(215,213,203)
#E1E0DA
(225,224,218)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877D53 color. Also use rgb(135,125,83) instead hex code.

Text Font Color

.myTextColor { color: #877D53; }

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

This text font color is #877D53.

Background Color

.myBgColor { background-color: #877D53; }

<div style="background-color:#877D53">Inner text</div>

This div background color is #877D53.

Border color

.myBorderColor { border: 1px solid #877D53; }

<div style="border:3px solid #877D53">Div</div>

This div border color is #877D53.

Opacity

.myOpacity80 { color: #877D53; opacity: 0.8; }

<p style="color:#877D53;opacity:0.8;">80%</p>

Text with #877D53 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 #877D53;}

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

This text has shadow with #877D53 color.


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

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

This text has shadow with #877D53 primary color and red secondary color.


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

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

This text has shadow with #877D53 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #877D53.

Preview

Color preview on black background

This text has color #877D53 on black background.


Color preview on white background

This text has color #877D53 on white background.


Black color preview on #877D53 background

This text has black color on #877D53 background.


White color preview on #877D53 background

This text has white color on #877D53 background.


Related colors

Complementary color

Complementary color for #hex is #7882AC.


I love getcolorcode.com

Triadic colors

1 #53877D and #7D5387 with #877D53 are triadic colors.

2 #537D87 and #7D8753 with #877D53 are triadic colors.