COLOR #85746E

HEX: #85746E
RGB: (133,116,110)

Color info

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

RGB color model

#85746E color RGB value is (133,116,110).

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

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 110 of 255 = 43%

133
116
110

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

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 110 = 359 (100%)
R 133 of 359 ~ 37.05%
G 116 of 359 ~ 32.31%
B 110 of 359 ~ 30.64%

%37.05
%32.31
%30.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 17.29%
  • 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
%17.29
%47.84

Codes

Color #85746E in popluar color models

85746E
RGB133116110
HSL16°9.47%47.65%
HSB/HSV16°17.29%52.16%
CMYK0.00%12.78%17.29%
47.84%

Color #85746E in popluar number systems.

HEX85746E
Decimal133116110
Binary1000010111101001101110
Octal205164156

Shades and tints

Shades of #85746E

#85746E
(133,116,110)
#796A64
(121,106,100)
#6D605A
(109,96,90)
#615650
(97,86,80)
#554C46
(85,76,70)
#49423C
(73,66,60)
#3D3832
(61,56,50)
#312E28
(49,46,40)
#25241E
(37,36,30)
#191A14
(25,26,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #85746E

#85746E
(133,116,110)
#90807B
(144,128,123)
#9B8C88
(155,140,136)
#A69895
(166,152,149)
#B1A4A2
(177,164,162)
#BCB0AF
(188,176,175)
#C7BCBC
(199,188,188)
#D2C8C9
(210,200,201)
#DDD4D6
(221,212,214)
#E8E0E3
(232,224,227)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85746E; }

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

This text font color is #85746E.


Background Color

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

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

This div background color is #85746E.


Border color

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

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

This div border color is #85746E.


Opacity

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

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

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

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

This text has shadow with #85746E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85746E on black background.


Color preview on white background

This text has color #85746E on white background.



Black color preview on #85746E background

This text has black color on #85746E background.


White color preview on #85746E background

This text has white color on #85746E background.