COLOR #85824D

HEX: #85824D
RGB: (133,130,77)

Color info

#85824D contains red, green and blue colors in about the same proportion. Web safe color of #85824D is #999933 (or #993).

RGB color model

#85824D color RGB value is (133,130,77).

  • red value is 133;
  • green value is 130;
  • blue value is 77.
RGB:
(133,130,77)
(52%,51%,30%)

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 77 of 255 = 30%

133
130
77

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 77 = 340 (100%)
R 133 of 340 ~ 39.12%
G 130 of 340 ~ 38.24%
B 77 of 340 ~ 22.65%

%39.12
%38.24
%22.65

CMYK color model

#85824D color CMYK value is (0,2,42,48).

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 42.11%
  • key color value is 47.84%
CMYK:
(0,2,42,48)
C0M2Y42K48 
(0%,2%,42%,48%)
(0.00/0.02/0.42/0.48)	

CMYK percentages

%0
%2.26
%42.11
%47.84

Codes

Color #85824D in popluar color models

85824D
RGB13313077
HSL57°26.67%41.18%
HSB/HSV57°42.11%52.16%
CMYK0.00%2.26%42.11%
47.84%

Color #85824D in popluar number systems.

HEX85824D
Decimal13313077
Binary10000101100000101001101
Octal205202115

Shades and tints

Shades of #85824D

#85824D
(133,130,77)
#797746
(121,119,70)
#6D6C3F
(109,108,63)
#616138
(97,97,56)
#555631
(85,86,49)
#494B2A
(73,75,42)
#3D4023
(61,64,35)
#31351C
(49,53,28)
#252A15
(37,42,21)
#191F0E
(25,31,14)
#0D1407
(13,20,7)
#000000
(0,0,0)

Tints of #85824D

#85824D
(133,130,77)
#908D5D
(144,141,93)
#9B986D
(155,152,109)
#A6A37D
(166,163,125)
#B1AE8D
(177,174,141)
#BCB99D
(188,185,157)
#C7C4AD
(199,196,173)
#D2CFBD
(210,207,189)
#DDDACD
(221,218,205)
#E8E5DD
(232,229,221)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85824D; }

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

This text font color is #85824D.


Background Color

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

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

This div background color is #85824D.


Border color

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

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

This div border color is #85824D.


Opacity

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

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

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

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

This text has shadow with #85824D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85824D on black background.


Color preview on white background

This text has color #85824D on white background.



Black color preview on #85824D background

This text has black color on #85824D background.


White color preview on #85824D background

This text has white color on #85824D background.