COLOR #85561C

HEX: #85561C
RGB: (133,86,28)

Color info

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

RGB color model

#85561C color RGB value is (133,86,28).

  • red value is 133;
  • green value is 86;
  • blue value is 28.
RGB:
(133,86,28)
(52%,34%,11%)

RGB channels and saturation

R 133 of 255 = 52%
G 86 of 255 = 34%
B 28 of 255 = 11%

133
86
28

R + G + B ~ 32%. #85561C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 86 + 28 = 247 (100%)
R 133 of 247 ~ 53.85%
G 86 of 247 ~ 34.82%
B 28 of 247 ~ 11.34%

%53.85
%34.82
%11.34

CMYK color model

#85561C color CMYK value is (0,35,79,48).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 78.95%
  • key color value is 47.84%
CMYK:
(0,35,79,48)
C0M35Y79K48 
(0%,35%,79%,48%)
(0.00/0.35/0.79/0.48)	

CMYK percentages

%0
%35.34
%78.95
%47.84

Codes

Color #85561C in popluar color models

85561C
RGB1338628
HSL33°65.22%31.57%
HSB/HSV33°78.95%52.16%
CMYK0.00%35.34%78.95%
47.84%

Color #85561C in popluar number systems.

HEX85561C
Decimal1338628
Binary10000101101011011100
Octal20512634

Shades and tints

Shades of #85561C

#85561C
(133,86,28)
#794F1A
(121,79,26)
#6D4818
(109,72,24)
#614116
(97,65,22)
#553A14
(85,58,20)
#493312
(73,51,18)
#3D2C10
(61,44,16)
#31250E
(49,37,14)
#251E0C
(37,30,12)
#19170A
(25,23,10)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #85561C

#85561C
(133,86,28)
#906530
(144,101,48)
#9B7444
(155,116,68)
#A68358
(166,131,88)
#B1926C
(177,146,108)
#BCA180
(188,161,128)
#C7B094
(199,176,148)
#D2BFA8
(210,191,168)
#DDCEBC
(221,206,188)
#E8DDD0
(232,221,208)
#F3ECE4
(243,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85561C color. Also use rgb(133,86,28) instead hex code.

Text Font Color

.myTextColor { color: #85561C; }

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

This text font color is #85561C.


Background Color

.myBgColor { background-color: #85561C; }

<div style="background-color:#85561C">Inner text</div>

This div background color is #85561C.


Border color

.myBorderColor { border: 1px solid #85561C; }

<div style="border:3px solid #85561C">Div</div>

This div border color is #85561C.


Opacity

.myOpacity80 { color: #85561C; opacity: 0.8; }

<p style="color:#85561C;opacity:0.8;">80%</p>

Text with #85561C 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 #85561C;}

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

This text has shadow with #85561C color.

.textShadow {text-shadow: 3px 3px 1px #85561C, 3px 3px 1px red;}

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

This text has shadow with #85561C primary color and red secondary color.


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

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

This text has shadow with #85561C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85561C on black background.


Color preview on white background

This text has color #85561C on white background.



Black color preview on #85561C background

This text has black color on #85561C background.


White color preview on #85561C background

This text has white color on #85561C background.