COLOR #877840

HEX: #877840
RGB: (135,120,64)

Color info

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

RGB color model

#877840 color RGB value is (135,120,64).

  • red value is 135;
  • green value is 120;
  • blue value is 64.
RGB:
(135,120,64)
(53%,47%,25%)

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 64 of 255 = 25%

135
120
64

R + G + B ~ 42%. #877840 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 120 + 64 = 319 (100%)
R 135 of 319 ~ 42.32%
G 120 of 319 ~ 37.62%
B 64 of 319 ~ 20.06%

%42.32
%37.62
%20.06

CMYK color model

#877840 color CMYK value is (0,11,53,47).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 52.59%
  • key color value is 47.06%
CMYK:
(0,11,53,47)
C0M11Y53K47 
(0%,11%,53%,47%)
(0.00/0.11/0.53/0.47)	

CMYK percentages

%0
%11.11
%52.59
%47.06

Codes

Color #877840 in popluar color models

877840
RGB13512064
HSL47°35.68%39.02%
HSB/HSV47°52.59%52.94%
CMYK0.00%11.11%52.59%
47.06%

Color #877840 in popluar number systems.

HEX877840
Decimal13512064
Binary1000011111110001000000
Octal207170100

Shades and tints

Shades of #877840

#877840
(135,120,64)
#7B6E3B
(123,110,59)
#6F6436
(111,100,54)
#635A31
(99,90,49)
#57502C
(87,80,44)
#4B4627
(75,70,39)
#3F3C22
(63,60,34)
#33321D
(51,50,29)
#272818
(39,40,24)
#1B1E13
(27,30,19)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #877840

#877840
(135,120,64)
#918451
(145,132,81)
#9B9062
(155,144,98)
#A59C73
(165,156,115)
#AFA884
(175,168,132)
#B9B495
(185,180,149)
#C3C0A6
(195,192,166)
#CDCCB7
(205,204,183)
#D7D8C8
(215,216,200)
#E1E4D9
(225,228,217)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877840 color. Also use rgb(135,120,64) instead hex code.

Text Font Color

.myTextColor { color: #877840; }

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

This text font color is #877840.


Background Color

.myBgColor { background-color: #877840; }

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

This div background color is #877840.


Border color

.myBorderColor { border: 1px solid #877840; }

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

This div border color is #877840.


Opacity

.myOpacity80 { color: #877840; opacity: 0.8; }

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

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

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

This text has shadow with #877840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877840 on black background.


Color preview on white background

This text has color #877840 on white background.



Black color preview on #877840 background

This text has black color on #877840 background.


White color preview on #877840 background

This text has white color on #877840 background.