COLOR #85502D

HEX: #85502D
RGB: (133,80,45)

Color info

#85502D contains mainly red and green colors. Web safe color of #85502D is #996633 (or #963).

RGB color model

#85502D color RGB value is (133,80,45).

  • red value is 133;
  • green value is 80;
  • blue value is 45.
RGB:
(133,80,45)
(52%,31%,18%)

RGB channels and saturation

R 133 of 255 = 52%
G 80 of 255 = 31%
B 45 of 255 = 18%

133
80
45

R + G + B ~ 34%. #85502D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 80 + 45 = 258 (100%)
R 133 of 258 ~ 51.55%
G 80 of 258 ~ 31.01%
B 45 of 258 ~ 17.44%

%51.55
%31.01
%17.44

CMYK color model

#85502D color CMYK value is (0,40,66,48).

  • cyan value is 0.00%
  • magenta value is 39.85%
  • yellow value is 66.17%
  • key color value is 47.84%
CMYK:
(0,40,66,48)
C0M40Y66K48 
(0%,40%,66%,48%)
(0.00/0.40/0.66/0.48)	

CMYK percentages

%0
%39.85
%66.17
%47.84

Codes

Color #85502D in popluar color models

85502D
RGB1338045
HSL24°49.44%34.90%
HSB/HSV24°66.17%52.16%
CMYK0.00%39.85%66.17%
47.84%

Color #85502D in popluar number systems.

HEX85502D
Decimal1338045
Binary100001011010000101101
Octal20512055

Shades and tints

Shades of #85502D

#85502D
(133,80,45)
#794929
(121,73,41)
#6D4225
(109,66,37)
#613B21
(97,59,33)
#55341D
(85,52,29)
#492D19
(73,45,25)
#3D2615
(61,38,21)
#311F11
(49,31,17)
#25180D
(37,24,13)
#191109
(25,17,9)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #85502D

#85502D
(133,80,45)
#905F40
(144,95,64)
#9B6E53
(155,110,83)
#A67D66
(166,125,102)
#B18C79
(177,140,121)
#BC9B8C
(188,155,140)
#C7AA9F
(199,170,159)
#D2B9B2
(210,185,178)
#DDC8C5
(221,200,197)
#E8D7D8
(232,215,216)
#F3E6EB
(243,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85502D color. Also use rgb(133,80,45) instead hex code.

Text Font Color

.myTextColor { color: #85502D; }

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

This text font color is #85502D.


Background Color

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

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

This div background color is #85502D.


Border color

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

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

This div border color is #85502D.


Opacity

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

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

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

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

This text has shadow with #85502D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85502D on black background.


Color preview on white background

This text has color #85502D on white background.



Black color preview on #85502D background

This text has black color on #85502D background.


White color preview on #85502D background

This text has white color on #85502D background.