COLOR #85807A

HEX: #85807A RGB: (133,128,122)

Color info

#85807A contains red, green and blue colors in about the same proportion. Web safe color of #85807A is #996666 (or #966).

RGB color model

#85807A color RGB value is (133,128,122).

RGB: (133,128,122) (52%, 50%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 122 of 255 = 48%

133
128
122

R + G + B ~ 50%. #85807A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 128 + 122 = 383 (100%)
R 133 of 383 ~ 34.73%
G 128 of 383 ~ 33.42%
B 122 of 383 ~ 31.85'%

%34.73
%33.42
%31.85

CMYK color model

#85807A color CMYK value is (0,4,8,48).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 8.27%
  • key color value is 47.84%

CMYK: (0,4,8,48)
C0M4Y8K48 (0%, 4%, 8%, 48%)
(0.00 / 0.04 / 0.08 / 0.48)

CMYK percentages

%0
%3.76
%8.27
%47.84

Codes

Color #85807A in popluar color models

85 80 7A
RGB 133 128 122
HSL 33° 4.31% 50.00%
HSB/HSV 33° 8.27% 52.16%
CMYK 0.00% 3.76% 8.27%
47.84%

Color #85807A in popluar number systems.

HEX 85 80 7A
Decimal 133 128 122
Binary 10000101 10000000 1111010
Octal 205 200 172

Shades and tints

Shades of #85807A

#85807A
(133,128,122)
#79756F
(121,117,111)
#6D6A64
(109,106,100)
#615F59
(97,95,89)
#55544E
(85,84,78)
#494943
(73,73,67)
#3D3E38
(61,62,56)
#31332D
(49,51,45)
#252822
(37,40,34)
#191D17
(25,29,23)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #85807A

#85807A
(133,128,122)
#908B86
(144,139,134)
#9B9692
(155,150,146)
#A6A19E
(166,161,158)
#B1ACAA
(177,172,170)
#BCB7B6
(188,183,182)
#C7C2C2
(199,194,194)
#D2CDCE
(210,205,206)
#DDD8DA
(221,216,218)
#E8E3E6
(232,227,230)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85807A color. Also use rgb(133,128,122) instead hex code.

Text Font Color

.myTextColor { color: #85807A; }

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

This text font color is #85807A.

Background Color

.myBgColor { background-color: #85807A; }

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

This div background color is #85807A.

Border color

.myBorderColor { border: 1px solid #85807A; }

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

This div border color is #85807A.

Opacity

.myOpacity80 { color: #85807A; opacity: 0.8; }

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

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

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

This text has shadow with #85807A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85807A.

Preview

Color preview on black background

This text has color #85807A on black background.


Color preview on white background

This text has color #85807A on white background.


Black color preview on #85807A background

This text has black color on #85807A background.


White color preview on #85807A background

This text has white color on #85807A background.


Related colors

Complementary color

Complementary color for #hex is #7A7F85.


I love getcolorcode.com

Triadic colors

1 #7A8580 and #807A85 with #85807A are triadic colors.

2 #7A8085 and #80857A with #85807A are triadic colors.