COLOR #85846A

HEX: #85846A
RGB: (133,132,106)

Color info

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

RGB color model

#85846A color RGB value is (133,132,106).

  • red value is 133;
  • green value is 132;
  • blue value is 106.
RGB:
(133,132,106)
(52%,52%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 132 of 255 = 52%
B 106 of 255 = 42%

133
132
106

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

Portions of RGB colors in percentages

R + G + B =
133 + 132 + 106 = 371 (100%)
R 133 of 371 ~ 35.85%
G 132 of 371 ~ 35.58%
B 106 of 371 ~ 28.57%

%35.85
%35.58
%28.57

CMYK color model

#85846A color CMYK value is (0,1,20,48).

  • cyan value is 0.00%
  • magenta value is 0.75%
  • yellow value is 20.30%
  • key color value is 47.84%
CMYK:
(0,1,20,48)
C0M1Y20K48 
(0%,1%,20%,48%)
(0.00/0.01/0.20/0.48)	

CMYK percentages

%0
%0.75
%20.3
%47.84

Codes

Color #85846A in popluar color models

85846A
RGB133132106
HSL58°11.30%46.86%
HSB/HSV58°20.30%52.16%
CMYK0.00%0.75%20.30%
47.84%

Color #85846A in popluar number systems.

HEX85846A
Decimal133132106
Binary10000101100001001101010
Octal205204152

Shades and tints

Shades of #85846A

#85846A
(133,132,106)
#797861
(121,120,97)
#6D6C58
(109,108,88)
#61604F
(97,96,79)
#555446
(85,84,70)
#49483D
(73,72,61)
#3D3C34
(61,60,52)
#31302B
(49,48,43)
#252422
(37,36,34)
#191819
(25,24,25)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #85846A

#85846A
(133,132,106)
#908F77
(144,143,119)
#9B9A84
(155,154,132)
#A6A591
(166,165,145)
#B1B09E
(177,176,158)
#BCBBAB
(188,187,171)
#C7C6B8
(199,198,184)
#D2D1C5
(210,209,197)
#DDDCD2
(221,220,210)
#E8E7DF
(232,231,223)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85846A color. Also use rgb(133,132,106) instead hex code.

Text Font Color

.myTextColor { color: #85846A; }

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

This text font color is #85846A.


Background Color

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

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

This div background color is #85846A.


Border color

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

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

This div border color is #85846A.


Opacity

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

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

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

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

This text has shadow with #85846A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85846A on black background.


Color preview on white background

This text has color #85846A on white background.



Black color preview on #85846A background

This text has black color on #85846A background.


White color preview on #85846A background

This text has white color on #85846A background.