COLOR #875809

HEX: #875809 RGB: (135,88,9)

Color info

#875809 contains mainly red and green colors. Web safe color of #875809 is #996600 (or #960).

RGB color model

#875809 color RGB value is (135,88,9).

RGB: (135,88,9) (53%, 35%, 4%)

RGB channels and saturation

R 135 of 255 = 53%
G 88 of 255 = 35%
B 9 of 255 = 4%

135
88
9

R + G + B ~ 31%. #875809 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 88 + 9 = 232 (100%)
R 135 of 232 ~ 58.19%
G 88 of 232 ~ 37.93%
B 9 of 232 ~ 3.88'%

%58.19
%37.93

CMYK color model

#875809 color CMYK value is (0,35,93,47).

  • cyan value is 0.00%
  • magenta value is 34.81%
  • yellow value is 93.33%
  • key color value is 47.06%
CMYK: (0,35,93,47) C0M35Y93K47 (0%,35%,93%,47%) (0.00/0.35/0.93/0.47) 

CMYK percentages

%0
%34.81
%93.33
%47.06

Codes

Color #875809 in popluar color models

87 58 09
RGB 135 88 9
HSL 38° 87.50% 28.24%
HSB/HSV 38° 93.33% 52.94%
CMYK 0.00% 34.81% 93.33%
47.06%

Color #875809 in popluar number systems.

HEX 87 58 09
Decimal 135 88 9
Binary 10000111 1011000 1001
Octal 207 130 11

Shades and tints

Shades of #875809

#875809
(135,88,9)
#7B5009
(123,80,9)
#6F4809
(111,72,9)
#634009
(99,64,9)
#573809
(87,56,9)
#4B3009
(75,48,9)
#3F2809
(63,40,9)
#332009
(51,32,9)
#271809
(39,24,9)
#1B1009
(27,16,9)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #875809

#875809
(135,88,9)
#91671F
(145,103,31)
#9B7635
(155,118,53)
#A5854B
(165,133,75)
#AF9461
(175,148,97)
#B9A377
(185,163,119)
#C3B28D
(195,178,141)
#CDC1A3
(205,193,163)
#D7D0B9
(215,208,185)
#E1DFCF
(225,223,207)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875809 color. Also use rgb(135,88,9) instead hex code.

Text Font Color

.myTextColor { color: #875809; }

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

This text font color is #875809.

Background Color

.myBgColor { background-color: #875809; }

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

This div background color is #875809.

Border color

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

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

This div border color is #875809.

Opacity

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

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

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

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

This text has shadow with #875809 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875809.

Preview

Color preview on black background

This text has color #875809 on black background.


Color preview on white background

This text has color #875809 on white background.


Black color preview on #875809 background

This text has black color on #875809 background.


White color preview on #875809 background

This text has white color on #875809 background.


Related colors

Complementary color

Complementary color for #hex is #78A7F6.


I love getcolorcode.com

Triadic colors

1 #098758 and #580987 with #875809 are triadic colors.

2 #095887 and #588709 with #875809 are triadic colors.