COLOR #877D2B

HEX: #877D2B
RGB: (135,125,43)

Color info

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

RGB color model

#877D2B color RGB value is (135,125,43).

  • red value is 135;
  • green value is 125;
  • blue value is 43.
RGB:
(135,125,43)
(53%,49%,17%)

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 43 of 255 = 17%

135
125
43

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

Portions of RGB colors in percentages

R + G + B =
135 + 125 + 43 = 303 (100%)
R 135 of 303 ~ 44.55%
G 125 of 303 ~ 41.25%
B 43 of 303 ~ 14.19%

%44.55
%41.25
%14.19

CMYK color model

#877D2B color CMYK value is (0,7,68,47).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 68.15%
  • key color value is 47.06%
CMYK:
(0,7,68,47)
C0M7Y68K47 
(0%,7%,68%,47%)
(0.00/0.07/0.68/0.47)	

CMYK percentages

%0
%7.41
%68.15
%47.06

Codes

Color #877D2B in popluar color models

877D2B
RGB13512543
HSL53°51.69%34.90%
HSB/HSV53°68.15%52.94%
CMYK0.00%7.41%68.15%
47.06%

Color #877D2B in popluar number systems.

HEX877D2B
Decimal13512543
Binary100001111111101101011
Octal20717553

Shades and tints

Shades of #877D2B

#877D2B
(135,125,43)
#7B7228
(123,114,40)
#6F6725
(111,103,37)
#635C22
(99,92,34)
#57511F
(87,81,31)
#4B461C
(75,70,28)
#3F3B19
(63,59,25)
#333016
(51,48,22)
#272513
(39,37,19)
#1B1A10
(27,26,16)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #877D2B

#877D2B
(135,125,43)
#91883E
(145,136,62)
#9B9351
(155,147,81)
#A59E64
(165,158,100)
#AFA977
(175,169,119)
#B9B48A
(185,180,138)
#C3BF9D
(195,191,157)
#CDCAB0
(205,202,176)
#D7D5C3
(215,213,195)
#E1E0D6
(225,224,214)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877D2B; }

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

This text font color is #877D2B.


Background Color

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

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

This div background color is #877D2B.


Border color

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

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

This div border color is #877D2B.


Opacity

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

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

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

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

This text has shadow with #877D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877D2B on black background.


Color preview on white background

This text has color #877D2B on white background.



Black color preview on #877D2B background

This text has black color on #877D2B background.


White color preview on #877D2B background

This text has white color on #877D2B background.