COLOR #85533C

HEX: #85533C
RGB: (133,83,60)

Color info

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

RGB color model

#85533C color RGB value is (133,83,60).

  • red value is 133;
  • green value is 83;
  • blue value is 60.
RGB:
(133,83,60)
(52%,33%,24%)

RGB channels and saturation

R 133 of 255 = 52%
G 83 of 255 = 33%
B 60 of 255 = 24%

133
83
60

R + G + B ~ 36%. #85533C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 83 + 60 = 276 (100%)
R 133 of 276 ~ 48.19%
G 83 of 276 ~ 30.07%
B 60 of 276 ~ 21.74%

%48.19
%30.07
%21.74

CMYK color model

#85533C color CMYK value is (0,38,55,48).

  • cyan value is 0.00%
  • magenta value is 37.59%
  • yellow value is 54.89%
  • key color value is 47.84%
CMYK:
(0,38,55,48)
C0M38Y55K48 
(0%,38%,55%,48%)
(0.00/0.38/0.55/0.48)	

CMYK percentages

%0
%37.59
%54.89
%47.84

Codes

Color #85533C in popluar color models

85533C
RGB1338360
HSL19°37.82%37.84%
HSB/HSV19°54.89%52.16%
CMYK0.00%37.59%54.89%
47.84%

Color #85533C in popluar number systems.

HEX85533C
Decimal1338360
Binary100001011010011111100
Octal20512374

Shades and tints

Shades of #85533C

#85533C
(133,83,60)
#794C37
(121,76,55)
#6D4532
(109,69,50)
#613E2D
(97,62,45)
#553728
(85,55,40)
#493023
(73,48,35)
#3D291E
(61,41,30)
#312219
(49,34,25)
#251B14
(37,27,20)
#19140F
(25,20,15)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #85533C

#85533C
(133,83,60)
#90624D
(144,98,77)
#9B715E
(155,113,94)
#A6806F
(166,128,111)
#B18F80
(177,143,128)
#BC9E91
(188,158,145)
#C7ADA2
(199,173,162)
#D2BCB3
(210,188,179)
#DDCBC4
(221,203,196)
#E8DAD5
(232,218,213)
#F3E9E6
(243,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85533C color. Also use rgb(133,83,60) instead hex code.

Text Font Color

.myTextColor { color: #85533C; }

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

This text font color is #85533C.


Background Color

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

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

This div background color is #85533C.


Border color

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

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

This div border color is #85533C.


Opacity

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

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

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

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

This text has shadow with #85533C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85533C on black background.


Color preview on white background

This text has color #85533C on white background.



Black color preview on #85533C background

This text has black color on #85533C background.


White color preview on #85533C background

This text has white color on #85533C background.