COLOR #85744E

HEX: #85744E
RGB: (133,116,78)

Color info

#85744E contains red, green and blue colors in about the same proportion. Web safe color of #85744E is #996666 (or #966).

RGB color model

#85744E color RGB value is (133,116,78).

  • red value is 133;
  • green value is 116;
  • blue value is 78.
RGB:
(133,116,78)
(52%,45%,31%)

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 78 of 255 = 31%

133
116
78

R + G + B ~ 43%. #85744E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 78 = 327 (100%)
R 133 of 327 ~ 40.67%
G 116 of 327 ~ 35.47%
B 78 of 327 ~ 23.85%

%40.67
%35.47
%23.85

CMYK color model

#85744E color CMYK value is (0,13,41,48).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 41.35%
  • key color value is 47.84%
CMYK:
(0,13,41,48)
C0M13Y41K48 
(0%,13%,41%,48%)
(0.00/0.13/0.41/0.48)	

CMYK percentages

%0
%12.78
%41.35
%47.84

Codes

Color #85744E in popluar color models

85744E
RGB13311678
HSL41°26.07%41.37%
HSB/HSV41°41.35%52.16%
CMYK0.00%12.78%41.35%
47.84%

Color #85744E in popluar number systems.

HEX85744E
Decimal13311678
Binary1000010111101001001110
Octal205164116

Shades and tints

Shades of #85744E

#85744E
(133,116,78)
#796A47
(121,106,71)
#6D6040
(109,96,64)
#615639
(97,86,57)
#554C32
(85,76,50)
#49422B
(73,66,43)
#3D3824
(61,56,36)
#312E1D
(49,46,29)
#252416
(37,36,22)
#191A0F
(25,26,15)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #85744E

#85744E
(133,116,78)
#90805E
(144,128,94)
#9B8C6E
(155,140,110)
#A6987E
(166,152,126)
#B1A48E
(177,164,142)
#BCB09E
(188,176,158)
#C7BCAE
(199,188,174)
#D2C8BE
(210,200,190)
#DDD4CE
(221,212,206)
#E8E0DE
(232,224,222)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85744E color. Also use rgb(133,116,78) instead hex code.

Text Font Color

.myTextColor { color: #85744E; }

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

This text font color is #85744E.


Background Color

.myBgColor { background-color: #85744E; }

<div style="background-color:#85744E">Inner text</div>

This div background color is #85744E.


Border color

.myBorderColor { border: 1px solid #85744E; }

<div style="border:3px solid #85744E">Div</div>

This div border color is #85744E.


Opacity

.myOpacity80 { color: #85744E; opacity: 0.8; }

<p style="color:#85744E;opacity:0.8;">80%</p>

Text with #85744E 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 #85744E;}

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

This text has shadow with #85744E color.

.textShadow {text-shadow: 3px 3px 1px #85744E, 3px 3px 1px red;}

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

This text has shadow with #85744E primary color and red secondary color.


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

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

This text has shadow with #85744E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85744E on black background.


Color preview on white background

This text has color #85744E on white background.



Black color preview on #85744E background

This text has black color on #85744E background.


White color preview on #85744E background

This text has white color on #85744E background.