COLOR #875831

HEX: #875831
RGB: (135,88,49)

Color info

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

RGB color model

#875831 color RGB value is (135,88,49).

  • red value is 135;
  • green value is 88;
  • blue value is 49.
RGB:
(135,88,49)
(53%,35%,19%)

RGB channels and saturation

R 135 of 255 = 53%
G 88 of 255 = 35%
B 49 of 255 = 19%

135
88
49

R + G + B ~ 36%. #875831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 88 + 49 = 272 (100%)
R 135 of 272 ~ 49.63%
G 88 of 272 ~ 32.35%
B 49 of 272 ~ 18.01%

%49.63
%32.35
%18.01

CMYK color model

#875831 color CMYK value is (0,35,64,47).

  • cyan value is 0.00%
  • magenta value is 34.81%
  • yellow value is 63.70%
  • key color value is 47.06%
CMYK:
(0,35,64,47)
C0M35Y64K47 
(0%,35%,64%,47%)
(0.00/0.35/0.64/0.47)	

CMYK percentages

%0
%34.81
%63.7
%47.06

Codes

Color #875831 in popluar color models

875831
RGB1358849
HSL27°46.74%36.08%
HSB/HSV27°63.70%52.94%
CMYK0.00%34.81%63.70%
47.06%

Color #875831 in popluar number systems.

HEX875831
Decimal1358849
Binary100001111011000110001
Octal20713061

Shades and tints

Shades of #875831

#875831
(135,88,49)
#7B502D
(123,80,45)
#6F4829
(111,72,41)
#634025
(99,64,37)
#573821
(87,56,33)
#4B301D
(75,48,29)
#3F2819
(63,40,25)
#332015
(51,32,21)
#271811
(39,24,17)
#1B100D
(27,16,13)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #875831

#875831
(135,88,49)
#916743
(145,103,67)
#9B7655
(155,118,85)
#A58567
(165,133,103)
#AF9479
(175,148,121)
#B9A38B
(185,163,139)
#C3B29D
(195,178,157)
#CDC1AF
(205,193,175)
#D7D0C1
(215,208,193)
#E1DFD3
(225,223,211)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875831 color. Also use rgb(135,88,49) instead hex code.

Text Font Color

.myTextColor { color: #875831; }

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

This text font color is #875831.


Background Color

.myBgColor { background-color: #875831; }

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

This div background color is #875831.


Border color

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

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

This div border color is #875831.


Opacity

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

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

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

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

This text has shadow with #875831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875831 on black background.


Color preview on white background

This text has color #875831 on white background.



Black color preview on #875831 background

This text has black color on #875831 background.


White color preview on #875831 background

This text has white color on #875831 background.