COLOR #85752F

HEX: #85752F
RGB: (133,117,47)

Color info

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

RGB color model

#85752F color RGB value is (133,117,47).

  • red value is 133;
  • green value is 117;
  • blue value is 47.
RGB:
(133,117,47)
(52%,46%,18%)

RGB channels and saturation

R 133 of 255 = 52%
G 117 of 255 = 46%
B 47 of 255 = 18%

133
117
47

R + G + B ~ 39%. #85752F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 117 + 47 = 297 (100%)
R 133 of 297 ~ 44.78%
G 117 of 297 ~ 39.39%
B 47 of 297 ~ 15.82%

%44.78
%39.39
%15.82

CMYK color model

#85752F color CMYK value is (0,12,65,48).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 64.66%
  • key color value is 47.84%
CMYK:
(0,12,65,48)
C0M12Y65K48 
(0%,12%,65%,48%)
(0.00/0.12/0.65/0.48)	

CMYK percentages

%0
%12.03
%64.66
%47.84

Codes

Color #85752F in popluar color models

85752F
RGB13311747
HSL49°47.78%35.29%
HSB/HSV49°64.66%52.16%
CMYK0.00%12.03%64.66%
47.84%

Color #85752F in popluar number systems.

HEX85752F
Decimal13311747
Binary100001011110101101111
Octal20516557

Shades and tints

Shades of #85752F

#85752F
(133,117,47)
#796B2B
(121,107,43)
#6D6127
(109,97,39)
#615723
(97,87,35)
#554D1F
(85,77,31)
#49431B
(73,67,27)
#3D3917
(61,57,23)
#312F13
(49,47,19)
#25250F
(37,37,15)
#191B0B
(25,27,11)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #85752F

#85752F
(133,117,47)
#908141
(144,129,65)
#9B8D53
(155,141,83)
#A69965
(166,153,101)
#B1A577
(177,165,119)
#BCB189
(188,177,137)
#C7BD9B
(199,189,155)
#D2C9AD
(210,201,173)
#DDD5BF
(221,213,191)
#E8E1D1
(232,225,209)
#F3EDE3
(243,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85752F color. Also use rgb(133,117,47) instead hex code.

Text Font Color

.myTextColor { color: #85752F; }

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

This text font color is #85752F.


Background Color

.myBgColor { background-color: #85752F; }

<div style="background-color:#85752F">Inner text</div>

This div background color is #85752F.


Border color

.myBorderColor { border: 1px solid #85752F; }

<div style="border:3px solid #85752F">Div</div>

This div border color is #85752F.


Opacity

.myOpacity80 { color: #85752F; opacity: 0.8; }

<p style="color:#85752F;opacity:0.8;">80%</p>

Text with #85752F 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 #85752F;}

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

This text has shadow with #85752F color.

.textShadow {text-shadow: 3px 3px 1px #85752F, 3px 3px 1px red;}

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

This text has shadow with #85752F primary color and red secondary color.


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

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

This text has shadow with #85752F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85752F on black background.


Color preview on white background

This text has color #85752F on white background.



Black color preview on #85752F background

This text has black color on #85752F background.


White color preview on #85752F background

This text has white color on #85752F background.