COLOR #875346

HEX: #875346
RGB: (135,83,70)

Color info

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

RGB color model

#875346 color RGB value is (135,83,70).

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

RGB channels and saturation

R 135 of 255 = 53%
G 83 of 255 = 33%
B 70 of 255 = 27%

135
83
70

R + G + B ~ 38%. #875346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 83 + 70 = 288 (100%)
R 135 of 288 ~ 46.88%
G 83 of 288 ~ 28.82%
B 70 of 288 ~ 24.31%

%46.88
%28.82
%24.31

CMYK color model

#875346 color CMYK value is (0,39,48,47).

  • cyan value is 0.00%
  • magenta value is 38.52%
  • yellow value is 48.15%
  • key color value is 47.06%
CMYK:
(0,39,48,47)
C0M39Y48K47 
(0%,39%,48%,47%)
(0.00/0.39/0.48/0.47)	

CMYK percentages

%0
%38.52
%48.15
%47.06

Codes

Color #875346 in popluar color models

875346
RGB1358370
HSL12°31.71%40.20%
HSB/HSV12°48.15%52.94%
CMYK0.00%38.52%48.15%
47.06%

Color #875346 in popluar number systems.

HEX875346
Decimal1358370
Binary1000011110100111000110
Octal207123106

Shades and tints

Shades of #875346

#875346
(135,83,70)
#7B4C40
(123,76,64)
#6F453A
(111,69,58)
#633E34
(99,62,52)
#57372E
(87,55,46)
#4B3028
(75,48,40)
#3F2922
(63,41,34)
#33221C
(51,34,28)
#271B16
(39,27,22)
#1B1410
(27,20,16)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #875346

#875346
(135,83,70)
#916256
(145,98,86)
#9B7166
(155,113,102)
#A58076
(165,128,118)
#AF8F86
(175,143,134)
#B99E96
(185,158,150)
#C3ADA6
(195,173,166)
#CDBCB6
(205,188,182)
#D7CBC6
(215,203,198)
#E1DAD6
(225,218,214)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875346; }

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

This text font color is #875346.


Background Color

.myBgColor { background-color: #875346; }

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

This div background color is #875346.


Border color

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

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

This div border color is #875346.


Opacity

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

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

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

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

This text has shadow with #875346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875346 on black background.


Color preview on white background

This text has color #875346 on white background.



Black color preview on #875346 background

This text has black color on #875346 background.


White color preview on #875346 background

This text has white color on #875346 background.