COLOR #86584B

HEX: #86584B
RGB: (134,88,75)

Color info

#86584B contains red, green and blue colors in about the same proportion. Web safe color of #86584B is #996633 (or #963).

RGB color model

#86584B color RGB value is (134,88,75).

  • red value is 134;
  • green value is 88;
  • blue value is 75.
RGB:
(134,88,75)
(53%,35%,29%)

RGB channels and saturation

R 134 of 255 = 53%
G 88 of 255 = 35%
B 75 of 255 = 29%

134
88
75

R + G + B ~ 39%. #86584B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 88 + 75 = 297 (100%)
R 134 of 297 ~ 45.12%
G 88 of 297 ~ 29.63%
B 75 of 297 ~ 25.25%

%45.12
%29.63
%25.25

CMYK color model

#86584B color CMYK value is (0,34,44,47).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 44.03%
  • key color value is 47.45%
CMYK:
(0,34,44,47)
C0M34Y44K47 
(0%,34%,44%,47%)
(0.00/0.34/0.44/0.47)	

CMYK percentages

%0
%34.33
%44.03
%47.45

Codes

Color #86584B in popluar color models

86584B
RGB1348875
HSL13°28.23%40.98%
HSB/HSV13°44.03%52.55%
CMYK0.00%34.33%44.03%
47.45%

Color #86584B in popluar number systems.

HEX86584B
Decimal1348875
Binary1000011010110001001011
Octal206130113

Shades and tints

Shades of #86584B

#86584B
(134,88,75)
#7A5045
(122,80,69)
#6E483F
(110,72,63)
#624039
(98,64,57)
#563833
(86,56,51)
#4A302D
(74,48,45)
#3E2827
(62,40,39)
#322021
(50,32,33)
#26181B
(38,24,27)
#1A1015
(26,16,21)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #86584B

#86584B
(134,88,75)
#91675B
(145,103,91)
#9C766B
(156,118,107)
#A7857B
(167,133,123)
#B2948B
(178,148,139)
#BDA39B
(189,163,155)
#C8B2AB
(200,178,171)
#D3C1BB
(211,193,187)
#DED0CB
(222,208,203)
#E9DFDB
(233,223,219)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86584B color. Also use rgb(134,88,75) instead hex code.

Text Font Color

.myTextColor { color: #86584B; }

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

This text font color is #86584B.


Background Color

.myBgColor { background-color: #86584B; }

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

This div background color is #86584B.


Border color

.myBorderColor { border: 1px solid #86584B; }

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

This div border color is #86584B.


Opacity

.myOpacity80 { color: #86584B; opacity: 0.8; }

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

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

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

This text has shadow with #86584B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86584B on black background.


Color preview on white background

This text has color #86584B on white background.



Black color preview on #86584B background

This text has black color on #86584B background.


White color preview on #86584B background

This text has white color on #86584B background.