COLOR #875237

HEX: #875237
RGB: (135,82,55)

Color info

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

RGB color model

#875237 color RGB value is (135,82,55).

  • red value is 135;
  • green value is 82;
  • blue value is 55.
RGB:
(135,82,55)
(53%,32%,22%)

RGB channels and saturation

R 135 of 255 = 53%
G 82 of 255 = 32%
B 55 of 255 = 22%

135
82
55

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

Portions of RGB colors in percentages

R + G + B =
135 + 82 + 55 = 272 (100%)
R 135 of 272 ~ 49.63%
G 82 of 272 ~ 30.15%
B 55 of 272 ~ 20.22%

%49.63
%30.15
%20.22

CMYK color model

#875237 color CMYK value is (0,39,59,47).

  • cyan value is 0.00%
  • magenta value is 39.26%
  • yellow value is 59.26%
  • key color value is 47.06%
CMYK:
(0,39,59,47)
C0M39Y59K47 
(0%,39%,59%,47%)
(0.00/0.39/0.59/0.47)	

CMYK percentages

%0
%39.26
%59.26
%47.06

Codes

Color #875237 in popluar color models

875237
RGB1358255
HSL20°42.11%37.25%
HSB/HSV20°59.26%52.94%
CMYK0.00%39.26%59.26%
47.06%

Color #875237 in popluar number systems.

HEX875237
Decimal1358255
Binary100001111010010110111
Octal20712267

Shades and tints

Shades of #875237

#875237
(135,82,55)
#7B4B32
(123,75,50)
#6F442D
(111,68,45)
#633D28
(99,61,40)
#573623
(87,54,35)
#4B2F1E
(75,47,30)
#3F2819
(63,40,25)
#332114
(51,33,20)
#271A0F
(39,26,15)
#1B130A
(27,19,10)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #875237

#875237
(135,82,55)
#916149
(145,97,73)
#9B705B
(155,112,91)
#A57F6D
(165,127,109)
#AF8E7F
(175,142,127)
#B99D91
(185,157,145)
#C3ACA3
(195,172,163)
#CDBBB5
(205,187,181)
#D7CAC7
(215,202,199)
#E1D9D9
(225,217,217)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875237; }

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

This text font color is #875237.


Background Color

.myBgColor { background-color: #875237; }

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

This div background color is #875237.


Border color

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

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

This div border color is #875237.


Opacity

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

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

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

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

This text has shadow with #875237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875237 on black background.


Color preview on white background

This text has color #875237 on white background.



Black color preview on #875237 background

This text has black color on #875237 background.


White color preview on #875237 background

This text has white color on #875237 background.