COLOR #875F1D

HEX: #875F1D
RGB: (135,95,29)

Color info

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

RGB color model

#875F1D color RGB value is (135,95,29).

  • red value is 135;
  • green value is 95;
  • blue value is 29.
RGB:
(135,95,29)
(53%,37%,11%)

RGB channels and saturation

R 135 of 255 = 53%
G 95 of 255 = 37%
B 29 of 255 = 11%

135
95
29

R + G + B ~ 34%. #875F1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 95 + 29 = 259 (100%)
R 135 of 259 ~ 52.12%
G 95 of 259 ~ 36.68%
B 29 of 259 ~ 11.2%

%52.12
%36.68
%11.2

CMYK color model

#875F1D color CMYK value is (0,30,79,47).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 78.52%
  • key color value is 47.06%
CMYK:
(0,30,79,47)
C0M30Y79K47 
(0%,30%,79%,47%)
(0.00/0.30/0.79/0.47)	

CMYK percentages

%0
%29.63
%78.52
%47.06

Codes

Color #875F1D in popluar color models

875F1D
RGB1359529
HSL37°64.63%32.16%
HSB/HSV37°78.52%52.94%
CMYK0.00%29.63%78.52%
47.06%

Color #875F1D in popluar number systems.

HEX875F1D
Decimal1359529
Binary10000111101111111101
Octal20713735

Shades and tints

Shades of #875F1D

#875F1D
(135,95,29)
#7B571B
(123,87,27)
#6F4F19
(111,79,25)
#634717
(99,71,23)
#573F15
(87,63,21)
#4B3713
(75,55,19)
#3F2F11
(63,47,17)
#33270F
(51,39,15)
#271F0D
(39,31,13)
#1B170B
(27,23,11)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #875F1D

#875F1D
(135,95,29)
#916D31
(145,109,49)
#9B7B45
(155,123,69)
#A58959
(165,137,89)
#AF976D
(175,151,109)
#B9A581
(185,165,129)
#C3B395
(195,179,149)
#CDC1A9
(205,193,169)
#D7CFBD
(215,207,189)
#E1DDD1
(225,221,209)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875F1D color. Also use rgb(135,95,29) instead hex code.

Text Font Color

.myTextColor { color: #875F1D; }

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

This text font color is #875F1D.


Background Color

.myBgColor { background-color: #875F1D; }

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

This div background color is #875F1D.


Border color

.myBorderColor { border: 1px solid #875F1D; }

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

This div border color is #875F1D.


Opacity

.myOpacity80 { color: #875F1D; opacity: 0.8; }

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

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

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

This text has shadow with #875F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875F1D on black background.


Color preview on white background

This text has color #875F1D on white background.



Black color preview on #875F1D background

This text has black color on #875F1D background.


White color preview on #875F1D background

This text has white color on #875F1D background.