COLOR #85501E

HEX: #85501E
RGB: (133,80,30)

Color info

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

RGB color model

#85501E color RGB value is (133,80,30).

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

RGB channels and saturation

R 133 of 255 = 52%
G 80 of 255 = 31%
B 30 of 255 = 12%

133
80
30

R + G + B ~ 32%. #85501E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 80 + 30 = 243 (100%)
R 133 of 243 ~ 54.73%
G 80 of 243 ~ 32.92%
B 30 of 243 ~ 12.35%

%54.73
%32.92
%12.35

CMYK color model

#85501E color CMYK value is (0,40,77,48).

  • cyan value is 0.00%
  • magenta value is 39.85%
  • yellow value is 77.44%
  • key color value is 47.84%
CMYK:
(0,40,77,48)
C0M40Y77K48 
(0%,40%,77%,48%)
(0.00/0.40/0.77/0.48)	

CMYK percentages

%0
%39.85
%77.44
%47.84

Codes

Color #85501E in popluar color models

85501E
RGB1338030
HSL29°63.19%31.96%
HSB/HSV29°77.44%52.16%
CMYK0.00%39.85%77.44%
47.84%

Color #85501E in popluar number systems.

HEX85501E
Decimal1338030
Binary10000101101000011110
Octal20512036

Shades and tints

Shades of #85501E

#85501E
(133,80,30)
#79491C
(121,73,28)
#6D421A
(109,66,26)
#613B18
(97,59,24)
#553416
(85,52,22)
#492D14
(73,45,20)
#3D2612
(61,38,18)
#311F10
(49,31,16)
#25180E
(37,24,14)
#19110C
(25,17,12)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #85501E

#85501E
(133,80,30)
#905F32
(144,95,50)
#9B6E46
(155,110,70)
#A67D5A
(166,125,90)
#B18C6E
(177,140,110)
#BC9B82
(188,155,130)
#C7AA96
(199,170,150)
#D2B9AA
(210,185,170)
#DDC8BE
(221,200,190)
#E8D7D2
(232,215,210)
#F3E6E6
(243,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85501E color. Also use rgb(133,80,30) instead hex code.

Text Font Color

.myTextColor { color: #85501E; }

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

This text font color is #85501E.


Background Color

.myBgColor { background-color: #85501E; }

<div style="background-color:#85501E">Inner text</div>

This div background color is #85501E.


Border color

.myBorderColor { border: 1px solid #85501E; }

<div style="border:3px solid #85501E">Div</div>

This div border color is #85501E.


Opacity

.myOpacity80 { color: #85501E; opacity: 0.8; }

<p style="color:#85501E;opacity:0.8;">80%</p>

Text with #85501E 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 #85501E;}

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

This text has shadow with #85501E color.

.textShadow {text-shadow: 3px 3px 1px #85501E, 3px 3px 1px red;}

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

This text has shadow with #85501E primary color and red secondary color.


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

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

This text has shadow with #85501E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85501E on black background.


Color preview on white background

This text has color #85501E on white background.



Black color preview on #85501E background

This text has black color on #85501E background.


White color preview on #85501E background

This text has white color on #85501E background.