COLOR #85732C

HEX: #85732C
RGB: (133,115,44)

Color info

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

RGB color model

#85732C color RGB value is (133,115,44).

  • red value is 133;
  • green value is 115;
  • blue value is 44.
RGB:
(133,115,44)
(52%,45%,17%)

RGB channels and saturation

R 133 of 255 = 52%
G 115 of 255 = 45%
B 44 of 255 = 17%

133
115
44

R + G + B ~ 38%. #85732C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 115 + 44 = 292 (100%)
R 133 of 292 ~ 45.55%
G 115 of 292 ~ 39.38%
B 44 of 292 ~ 15.07%

%45.55
%39.38
%15.07

CMYK color model

#85732C color CMYK value is (0,14,67,48).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 66.92%
  • key color value is 47.84%
CMYK:
(0,14,67,48)
C0M14Y67K48 
(0%,14%,67%,48%)
(0.00/0.14/0.67/0.48)	

CMYK percentages

%0
%13.53
%66.92
%47.84

Codes

Color #85732C in popluar color models

85732C
RGB13311544
HSL48°50.28%34.71%
HSB/HSV48°66.92%52.16%
CMYK0.00%13.53%66.92%
47.84%

Color #85732C in popluar number systems.

HEX85732C
Decimal13311544
Binary100001011110011101100
Octal20516354

Shades and tints

Shades of #85732C

#85732C
(133,115,44)
#796928
(121,105,40)
#6D5F24
(109,95,36)
#615520
(97,85,32)
#554B1C
(85,75,28)
#494118
(73,65,24)
#3D3714
(61,55,20)
#312D10
(49,45,16)
#25230C
(37,35,12)
#191908
(25,25,8)
#0D0F04
(13,15,4)
#000000
(0,0,0)

Tints of #85732C

#85732C
(133,115,44)
#907F3F
(144,127,63)
#9B8B52
(155,139,82)
#A69765
(166,151,101)
#B1A378
(177,163,120)
#BCAF8B
(188,175,139)
#C7BB9E
(199,187,158)
#D2C7B1
(210,199,177)
#DDD3C4
(221,211,196)
#E8DFD7
(232,223,215)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85732C color. Also use rgb(133,115,44) instead hex code.

Text Font Color

.myTextColor { color: #85732C; }

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

This text font color is #85732C.


Background Color

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

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

This div background color is #85732C.


Border color

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

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

This div border color is #85732C.


Opacity

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

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

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

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

This text has shadow with #85732C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85732C on black background.


Color preview on white background

This text has color #85732C on white background.



Black color preview on #85732C background

This text has black color on #85732C background.


White color preview on #85732C background

This text has white color on #85732C background.