COLOR #85865D

HEX: #85865D RGB: (133,134,93)

Color info

#85865D contains red, green and blue colors in about the same proportion. Web safe color of #85865D is #999966 (or #996).

RGB color model

#85865D color RGB value is (133,134,93).

RGB: (133,134,93) (52%, 53%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 134 of 255 = 53%
B 93 of 255 = 36%

133
134
93

R + G + B ~ 47%. #85865D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 134 + 93 = 360 (100%)
R 133 of 360 ~ 36.94%
G 134 of 360 ~ 37.22%
B 93 of 360 ~ 25.83'%

%36.94
%37.22
%25.83

CMYK color model

#85865D color CMYK value is (1,0,31,47).

  • cyan value is 0.75%
  • magenta value is 0.00%
  • yellow value is 30.60%
  • key color value is 47.45%
CMYK: (1,0,31,47) C1M0Y31K47 (1%,0%,31%,47%) (0.01/0.00/0.31/0.47) 

CMYK percentages

%0.75
%0
%30.6
%47.45

Codes

Color #85865D in popluar color models

85 86 5D
RGB 133 134 93
HSL 61° 18.06% 44.51%
HSB/HSV 61° 30.60% 52.55%
CMYK 0.75% 0.00% 30.60%
47.45%

Color #85865D in popluar number systems.

HEX 85 86 5D
Decimal 133 134 93
Binary 10000101 10000110 1011101
Octal 205 206 135

Shades and tints

Shades of #85865D

#85865D
(133,134,93)
#797A55
(121,122,85)
#6D6E4D
(109,110,77)
#616245
(97,98,69)
#55563D
(85,86,61)
#494A35
(73,74,53)
#3D3E2D
(61,62,45)
#313225
(49,50,37)
#25261D
(37,38,29)
#191A15
(25,26,21)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #85865D

#85865D
(133,134,93)
#90916B
(144,145,107)
#9B9C79
(155,156,121)
#A6A787
(166,167,135)
#B1B295
(177,178,149)
#BCBDA3
(188,189,163)
#C7C8B1
(199,200,177)
#D2D3BF
(210,211,191)
#DDDECD
(221,222,205)
#E8E9DB
(232,233,219)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85865D color. Also use rgb(133,134,93) instead hex code.

Text Font Color

.myTextColor { color: #85865D; }

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

This text font color is #85865D.

Background Color

.myBgColor { background-color: #85865D; }

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

This div background color is #85865D.

Border color

.myBorderColor { border: 1px solid #85865D; }

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

This div border color is #85865D.

Opacity

.myOpacity80 { color: #85865D; opacity: 0.8; }

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

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

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

This text has shadow with #85865D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85865D.

Preview

Color preview on black background

This text has color #85865D on black background.


Color preview on white background

This text has color #85865D on white background.


Black color preview on #85865D background

This text has black color on #85865D background.


White color preview on #85865D background

This text has white color on #85865D background.


Related colors

Complementary color

Complementary color for #hex is #7A79A2.


I love getcolorcode.com

Triadic colors

1 #5D8586 and #865D85 with #85865D are triadic colors.

2 #5D8685 and #86855D with #85865D are triadic colors.