COLOR #85675B

HEX: #85675B
RGB: (133,103,91)

Color info

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

RGB color model

#85675B color RGB value is (133,103,91).

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

RGB channels and saturation

R 133 of 255 = 52%
G 103 of 255 = 40%
B 91 of 255 = 36%

133
103
91

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

Portions of RGB colors in percentages

R + G + B =
133 + 103 + 91 = 327 (100%)
R 133 of 327 ~ 40.67%
G 103 of 327 ~ 31.5%
B 91 of 327 ~ 27.83%

%40.67
%31.5
%27.83

CMYK color model

#85675B color CMYK value is (0,23,32,48).

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 31.58%
  • key color value is 47.84%
CMYK:
(0,23,32,48)
C0M23Y32K48 
(0%,23%,32%,48%)
(0.00/0.23/0.32/0.48)	

CMYK percentages

%0
%22.56
%31.58
%47.84

Codes

Color #85675B in popluar color models

85675B
RGB13310391
HSL17°18.75%43.92%
HSB/HSV17°31.58%52.16%
CMYK0.00%22.56%31.58%
47.84%

Color #85675B in popluar number systems.

HEX85675B
Decimal13310391
Binary1000010111001111011011
Octal205147133

Shades and tints

Shades of #85675B

#85675B
(133,103,91)
#795E53
(121,94,83)
#6D554B
(109,85,75)
#614C43
(97,76,67)
#55433B
(85,67,59)
#493A33
(73,58,51)
#3D312B
(61,49,43)
#312823
(49,40,35)
#251F1B
(37,31,27)
#191613
(25,22,19)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #85675B

#85675B
(133,103,91)
#907469
(144,116,105)
#9B8177
(155,129,119)
#A68E85
(166,142,133)
#B19B93
(177,155,147)
#BCA8A1
(188,168,161)
#C7B5AF
(199,181,175)
#D2C2BD
(210,194,189)
#DDCFCB
(221,207,203)
#E8DCD9
(232,220,217)
#F3E9E7
(243,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85675B; }

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

This text font color is #85675B.


Background Color

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

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

This div background color is #85675B.


Border color

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

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

This div border color is #85675B.


Opacity

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

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

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

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

This text has shadow with #85675B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85675B on black background.


Color preview on white background

This text has color #85675B on white background.



Black color preview on #85675B background

This text has black color on #85675B background.


White color preview on #85675B background

This text has white color on #85675B background.