COLOR #85552B

HEX: #85552B
RGB: (133,85,43)

Color info

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

RGB color model

#85552B color RGB value is (133,85,43).

  • red value is 133;
  • green value is 85;
  • blue value is 43.
RGB:
(133,85,43)
(52%,33%,17%)

RGB channels and saturation

R 133 of 255 = 52%
G 85 of 255 = 33%
B 43 of 255 = 17%

133
85
43

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

Portions of RGB colors in percentages

R + G + B =
133 + 85 + 43 = 261 (100%)
R 133 of 261 ~ 50.96%
G 85 of 261 ~ 32.57%
B 43 of 261 ~ 16.48%

%50.96
%32.57
%16.48

CMYK color model

#85552B color CMYK value is (0,36,68,48).

  • cyan value is 0.00%
  • magenta value is 36.09%
  • yellow value is 67.67%
  • key color value is 47.84%
CMYK:
(0,36,68,48)
C0M36Y68K48 
(0%,36%,68%,48%)
(0.00/0.36/0.68/0.48)	

CMYK percentages

%0
%36.09
%67.67
%47.84

Codes

Color #85552B in popluar color models

85552B
RGB1338543
HSL28°51.14%34.51%
HSB/HSV28°67.67%52.16%
CMYK0.00%36.09%67.67%
47.84%

Color #85552B in popluar number systems.

HEX85552B
Decimal1338543
Binary100001011010101101011
Octal20512553

Shades and tints

Shades of #85552B

#85552B
(133,85,43)
#794E28
(121,78,40)
#6D4725
(109,71,37)
#614022
(97,64,34)
#55391F
(85,57,31)
#49321C
(73,50,28)
#3D2B19
(61,43,25)
#312416
(49,36,22)
#251D13
(37,29,19)
#191610
(25,22,16)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #85552B

#85552B
(133,85,43)
#90643E
(144,100,62)
#9B7351
(155,115,81)
#A68264
(166,130,100)
#B19177
(177,145,119)
#BCA08A
(188,160,138)
#C7AF9D
(199,175,157)
#D2BEB0
(210,190,176)
#DDCDC3
(221,205,195)
#E8DCD6
(232,220,214)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85552B color. Also use rgb(133,85,43) instead hex code.

Text Font Color

.myTextColor { color: #85552B; }

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

This text font color is #85552B.


Background Color

.myBgColor { background-color: #85552B; }

<div style="background-color:#85552B">Inner text</div>

This div background color is #85552B.


Border color

.myBorderColor { border: 1px solid #85552B; }

<div style="border:3px solid #85552B">Div</div>

This div border color is #85552B.


Opacity

.myOpacity80 { color: #85552B; opacity: 0.8; }

<p style="color:#85552B;opacity:0.8;">80%</p>

Text with #85552B 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 #85552B;}

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

This text has shadow with #85552B color.

.textShadow {text-shadow: 3px 3px 1px #85552B, 3px 3px 1px red;}

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

This text has shadow with #85552B primary color and red secondary color.


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

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

This text has shadow with #85552B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85552B on black background.


Color preview on white background

This text has color #85552B on white background.



Black color preview on #85552B background

This text has black color on #85552B background.


White color preview on #85552B background

This text has white color on #85552B background.