COLOR #85827D

HEX: #85827D RGB: (133,130,125)

Color info

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

RGB color model

#85827D color RGB value is (133,130,125).

RGB: (133,130,125) (52%, 51%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 125 of 255 = 49%

133
130
125

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

Portions of RGB colors in percentages

R + G + B = 133 + 130 + 125 = 388 (100%)
R 133 of 388 ~ 34.28%
G 130 of 388 ~ 33.51%
B 125 of 388 ~ 32.22'%

%34.28
%33.51
%32.22

CMYK color model

#85827D color CMYK value is (0,2,6,48).

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 6.02%
  • key color value is 47.84%

CMYK: (0,2,6,48)
C0M2Y6K48 (0%, 2%, 6%, 48%)
(0.00 / 0.02 / 0.06 / 0.48)

CMYK percentages

%0
%2.26
%6.02
%47.84

Codes

Color #85827D in popluar color models

85 82 7D
RGB 133 130 125
HSL 37° 3.17% 50.59%
HSB/HSV 37° 6.02% 52.16%
CMYK 0.00% 2.26% 6.02%
47.84%

Color #85827D in popluar number systems.

HEX 85 82 7D
Decimal 133 130 125
Binary 10000101 10000010 1111101
Octal 205 202 175

Shades and tints

Shades of #85827D

#85827D
(133,130,125)
#797772
(121,119,114)
#6D6C67
(109,108,103)
#61615C
(97,97,92)
#555651
(85,86,81)
#494B46
(73,75,70)
#3D403B
(61,64,59)
#313530
(49,53,48)
#252A25
(37,42,37)
#191F1A
(25,31,26)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #85827D

#85827D
(133,130,125)
#908D88
(144,141,136)
#9B9893
(155,152,147)
#A6A39E
(166,163,158)
#B1AEA9
(177,174,169)
#BCB9B4
(188,185,180)
#C7C4BF
(199,196,191)
#D2CFCA
(210,207,202)
#DDDAD5
(221,218,213)
#E8E5E0
(232,229,224)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85827D color. Also use rgb(133,130,125) instead hex code.

Text Font Color

.myTextColor { color: #85827D; }

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

This text font color is #85827D.

Background Color

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

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

This div background color is #85827D.

Border color

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

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

This div border color is #85827D.

Opacity

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

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

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

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

This text has shadow with #85827D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85827D.

Preview

Color preview on black background

This text has color #85827D on black background.


Color preview on white background

This text has color #85827D on white background.


Black color preview on #85827D background

This text has black color on #85827D background.


White color preview on #85827D background

This text has white color on #85827D background.


Related colors

Complementary color

Complementary color for #hex is #7A7D82.


I love getcolorcode.com

Triadic colors

1 #7D8582 and #827D85 with #85827D are triadic colors.

2 #7D8285 and #82857D with #85827D are triadic colors.