COLOR #875024

HEX: #875024
RGB: (135,80,36)

Color info

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

RGB color model

#875024 color RGB value is (135,80,36).

  • red value is 135;
  • green value is 80;
  • blue value is 36.
RGB:
(135,80,36)
(53%,31%,14%)

RGB channels and saturation

R 135 of 255 = 53%
G 80 of 255 = 31%
B 36 of 255 = 14%

135
80
36

R + G + B ~ 33%. #875024 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 80 + 36 = 251 (100%)
R 135 of 251 ~ 53.78%
G 80 of 251 ~ 31.87%
B 36 of 251 ~ 14.34%

%53.78
%31.87
%14.34

CMYK color model

#875024 color CMYK value is (0,41,73,47).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 73.33%
  • key color value is 47.06%
CMYK:
(0,41,73,47)
C0M41Y73K47 
(0%,41%,73%,47%)
(0.00/0.41/0.73/0.47)	

CMYK percentages

%0
%40.74
%73.33
%47.06

Codes

Color #875024 in popluar color models

875024
RGB1358036
HSL27°57.89%33.53%
HSB/HSV27°73.33%52.94%
CMYK0.00%40.74%73.33%
47.06%

Color #875024 in popluar number systems.

HEX875024
Decimal1358036
Binary100001111010000100100
Octal20712044

Shades and tints

Shades of #875024

#875024
(135,80,36)
#7B4921
(123,73,33)
#6F421E
(111,66,30)
#633B1B
(99,59,27)
#573418
(87,52,24)
#4B2D15
(75,45,21)
#3F2612
(63,38,18)
#331F0F
(51,31,15)
#27180C
(39,24,12)
#1B1109
(27,17,9)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #875024

#875024
(135,80,36)
#915F37
(145,95,55)
#9B6E4A
(155,110,74)
#A57D5D
(165,125,93)
#AF8C70
(175,140,112)
#B99B83
(185,155,131)
#C3AA96
(195,170,150)
#CDB9A9
(205,185,169)
#D7C8BC
(215,200,188)
#E1D7CF
(225,215,207)
#EBE6E2
(235,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875024 color. Also use rgb(135,80,36) instead hex code.

Text Font Color

.myTextColor { color: #875024; }

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

This text font color is #875024.


Background Color

.myBgColor { background-color: #875024; }

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

This div background color is #875024.


Border color

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

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

This div border color is #875024.


Opacity

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

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

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

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

This text has shadow with #875024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875024 on black background.


Color preview on white background

This text has color #875024 on white background.



Black color preview on #875024 background

This text has black color on #875024 background.


White color preview on #875024 background

This text has white color on #875024 background.