COLOR #85775B

HEX: #85775B
RGB: (133,119,91)

Color info

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

RGB color model

#85775B color RGB value is (133,119,91).

  • red value is 133;
  • green value is 119;
  • blue value is 91.
RGB:
(133,119,91)
(52%,47%,36%)

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 91 of 255 = 36%

133
119
91

R + G + B ~ 45%. #85775B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 119 + 91 = 343 (100%)
R 133 of 343 ~ 38.78%
G 119 of 343 ~ 34.69%
B 91 of 343 ~ 26.53%

%38.78
%34.69
%26.53

CMYK color model

#85775B color CMYK value is (0,11,32,48).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 31.58%
  • key color value is 47.84%
CMYK:
(0,11,32,48)
C0M11Y32K48 
(0%,11%,32%,48%)
(0.00/0.11/0.32/0.48)	

CMYK percentages

%0
%10.53
%31.58
%47.84

Codes

Color #85775B in popluar color models

85775B
RGB13311991
HSL40°18.75%43.92%
HSB/HSV40°31.58%52.16%
CMYK0.00%10.53%31.58%
47.84%

Color #85775B in popluar number systems.

HEX85775B
Decimal13311991
Binary1000010111101111011011
Octal205167133

Shades and tints

Shades of #85775B

#85775B
(133,119,91)
#796D53
(121,109,83)
#6D634B
(109,99,75)
#615943
(97,89,67)
#554F3B
(85,79,59)
#494533
(73,69,51)
#3D3B2B
(61,59,43)
#313123
(49,49,35)
#25271B
(37,39,27)
#191D13
(25,29,19)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #85775B

#85775B
(133,119,91)
#908369
(144,131,105)
#9B8F77
(155,143,119)
#A69B85
(166,155,133)
#B1A793
(177,167,147)
#BCB3A1
(188,179,161)
#C7BFAF
(199,191,175)
#D2CBBD
(210,203,189)
#DDD7CB
(221,215,203)
#E8E3D9
(232,227,217)
#F3EFE7
(243,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85775B color. Also use rgb(133,119,91) instead hex code.

Text Font Color

.myTextColor { color: #85775B; }

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

This text font color is #85775B.


Background Color

.myBgColor { background-color: #85775B; }

<div style="background-color:#85775B">Inner text</div>

This div background color is #85775B.


Border color

.myBorderColor { border: 1px solid #85775B; }

<div style="border:3px solid #85775B">Div</div>

This div border color is #85775B.


Opacity

.myOpacity80 { color: #85775B; opacity: 0.8; }

<p style="color:#85775B;opacity:0.8;">80%</p>

Text with #85775B 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 #85775B;}

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

This text has shadow with #85775B color.

.textShadow {text-shadow: 3px 3px 1px #85775B, 3px 3px 1px red;}

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

This text has shadow with #85775B primary color and red secondary color.


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

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

This text has shadow with #85775B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85775B on black background.


Color preview on white background

This text has color #85775B on white background.



Black color preview on #85775B background

This text has black color on #85775B background.


White color preview on #85775B background

This text has white color on #85775B background.