COLOR #85805A

HEX: #85805A
RGB: (133,128,90)

Color info

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

RGB color model

#85805A color RGB value is (133,128,90).

  • red value is 133;
  • green value is 128;
  • blue value is 90.
RGB:
(133,128,90)
(52%,50%,35%)

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 90 of 255 = 35%

133
128
90

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

Portions of RGB colors in percentages

R + G + B =
133 + 128 + 90 = 351 (100%)
R 133 of 351 ~ 37.89%
G 128 of 351 ~ 36.47%
B 90 of 351 ~ 25.64%

%37.89
%36.47
%25.64

CMYK color model

#85805A color CMYK value is (0,4,32,48).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 32.33%
  • key color value is 47.84%
CMYK:
(0,4,32,48)
C0M4Y32K48 
(0%,4%,32%,48%)
(0.00/0.04/0.32/0.48)	

CMYK percentages

%0
%3.76
%32.33
%47.84

Codes

Color #85805A in popluar color models

85805A
RGB13312890
HSL53°19.28%43.73%
HSB/HSV53°32.33%52.16%
CMYK0.00%3.76%32.33%
47.84%

Color #85805A in popluar number systems.

HEX85805A
Decimal13312890
Binary10000101100000001011010
Octal205200132

Shades and tints

Shades of #85805A

#85805A
(133,128,90)
#797552
(121,117,82)
#6D6A4A
(109,106,74)
#615F42
(97,95,66)
#55543A
(85,84,58)
#494932
(73,73,50)
#3D3E2A
(61,62,42)
#313322
(49,51,34)
#25281A
(37,40,26)
#191D12
(25,29,18)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #85805A

#85805A
(133,128,90)
#908B69
(144,139,105)
#9B9678
(155,150,120)
#A6A187
(166,161,135)
#B1AC96
(177,172,150)
#BCB7A5
(188,183,165)
#C7C2B4
(199,194,180)
#D2CDC3
(210,205,195)
#DDD8D2
(221,216,210)
#E8E3E1
(232,227,225)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85805A; }

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

This text font color is #85805A.


Background Color

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

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

This div background color is #85805A.


Border color

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

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

This div border color is #85805A.


Opacity

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

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

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

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

This text has shadow with #85805A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85805A on black background.


Color preview on white background

This text has color #85805A on white background.



Black color preview on #85805A background

This text has black color on #85805A background.


White color preview on #85805A background

This text has white color on #85805A background.