COLOR #85746F

HEX: #85746F RGB: (133,116,111)

Color info

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

RGB color model

#85746F color RGB value is (133,116,111).

RGB: (133,116,111) (52%, 45%, 44%)

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 111 of 255 = 44%

133
116
111

R + G + B ~ 47%. #85746F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 116 + 111 = 360 (100%)
R 133 of 360 ~ 36.94%
G 116 of 360 ~ 32.22%
B 111 of 360 ~ 30.83'%

%36.94
%32.22
%30.83

CMYK color model

#85746F color CMYK value is (0,13,17,48).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 16.54%
  • key color value is 47.84%

CMYK: (0,13,17,48)
C0M13Y17K48 (0%, 13%, 17%, 48%)
(0.00 / 0.13 / 0.17 / 0.48)

CMYK percentages

%0
%12.78
%16.54
%47.84

Codes

Color #85746F in popluar color models

85 74 6F
RGB 133 116 111
HSL 14° 9.02% 47.84%
HSB/HSV 14° 16.54% 52.16%
CMYK 0.00% 12.78% 16.54%
47.84%

Color #85746F in popluar number systems.

HEX 85 74 6F
Decimal 133 116 111
Binary 10000101 1110100 1101111
Octal 205 164 157

Shades and tints

Shades of #85746F

#85746F
(133,116,111)
#796A65
(121,106,101)
#6D605B
(109,96,91)
#615651
(97,86,81)
#554C47
(85,76,71)
#49423D
(73,66,61)
#3D3833
(61,56,51)
#312E29
(49,46,41)
#25241F
(37,36,31)
#191A15
(25,26,21)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #85746F

#85746F
(133,116,111)
#90807C
(144,128,124)
#9B8C89
(155,140,137)
#A69896
(166,152,150)
#B1A4A3
(177,164,163)
#BCB0B0
(188,176,176)
#C7BCBD
(199,188,189)
#D2C8CA
(210,200,202)
#DDD4D7
(221,212,215)
#E8E0E4
(232,224,228)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85746F color. Also use rgb(133,116,111) instead hex code.

Text Font Color

.myTextColor { color: #85746F; }

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

This text font color is #85746F.

Background Color

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

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

This div background color is #85746F.

Border color

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

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

This div border color is #85746F.

Opacity

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

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

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

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

This text has shadow with #85746F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85746F.

Preview

Color preview on black background

This text has color #85746F on black background.


Color preview on white background

This text has color #85746F on white background.


Black color preview on #85746F background

This text has black color on #85746F background.


White color preview on #85746F background

This text has white color on #85746F background.


Related colors

Complementary color

Complementary color for #hex is #7A8B90.


I love getcolorcode.com

Triadic colors

1 #6F8574 and #746F85 with #85746F are triadic colors.

2 #6F7485 and #74856F with #85746F are triadic colors.