COLOR #875334

HEX: #875334
RGB: (135,83,52)

Color info

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

RGB color model

#875334 color RGB value is (135,83,52).

  • red value is 135;
  • green value is 83;
  • blue value is 52.
RGB:
(135,83,52)
(53%,33%,20%)

RGB channels and saturation

R 135 of 255 = 53%
G 83 of 255 = 33%
B 52 of 255 = 20%

135
83
52

R + G + B ~ 35%. #875334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 83 + 52 = 270 (100%)
R 135 of 270 ~ 50%
G 83 of 270 ~ 30.74%
B 52 of 270 ~ 19.26%

%50
%30.74
%19.26

CMYK color model

#875334 color CMYK value is (0,39,61,47).

  • cyan value is 0.00%
  • magenta value is 38.52%
  • yellow value is 61.48%
  • key color value is 47.06%
CMYK:
(0,39,61,47)
C0M39Y61K47 
(0%,39%,61%,47%)
(0.00/0.39/0.61/0.47)	

CMYK percentages

%0
%38.52
%61.48
%47.06

Codes

Color #875334 in popluar color models

875334
RGB1358352
HSL22°44.39%36.67%
HSB/HSV22°61.48%52.94%
CMYK0.00%38.52%61.48%
47.06%

Color #875334 in popluar number systems.

HEX875334
Decimal1358352
Binary100001111010011110100
Octal20712364

Shades and tints

Shades of #875334

#875334
(135,83,52)
#7B4C30
(123,76,48)
#6F452C
(111,69,44)
#633E28
(99,62,40)
#573724
(87,55,36)
#4B3020
(75,48,32)
#3F291C
(63,41,28)
#332218
(51,34,24)
#271B14
(39,27,20)
#1B1410
(27,20,16)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #875334

#875334
(135,83,52)
#916246
(145,98,70)
#9B7158
(155,113,88)
#A5806A
(165,128,106)
#AF8F7C
(175,143,124)
#B99E8E
(185,158,142)
#C3ADA0
(195,173,160)
#CDBCB2
(205,188,178)
#D7CBC4
(215,203,196)
#E1DAD6
(225,218,214)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875334; }

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

This text font color is #875334.


Background Color

.myBgColor { background-color: #875334; }

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

This div background color is #875334.


Border color

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

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

This div border color is #875334.


Opacity

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

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

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

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

This text has shadow with #875334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875334 on black background.


Color preview on white background

This text has color #875334 on white background.



Black color preview on #875334 background

This text has black color on #875334 background.


White color preview on #875334 background

This text has white color on #875334 background.