COLOR #85675A

HEX: #85675A RGB: (133,103,90)

Color info

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

RGB color model

#85675A color RGB value is (133,103,90).

RGB: (133,103,90) (52%, 40%, 35%)

RGB channels and saturation

R 133 of 255 = 52%
G 103 of 255 = 40%
B 90 of 255 = 35%

133
103
90

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

Portions of RGB colors in percentages

R + G + B = 133 + 103 + 90 = 326 (100%)
R 133 of 326 ~ 40.8%
G 103 of 326 ~ 31.6%
B 90 of 326 ~ 27.61'%

%40.8
%31.6
%27.61

CMYK color model

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

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

Codes

Color #85675A in popluar color models

85 67 5A
RGB 133 103 90
HSL 18° 19.28% 43.73%
HSB/HSV 18° 32.33% 52.16%
CMYK 0.00% 22.56% 32.33%
47.84%

Color #85675A in popluar number systems.

HEX 85 67 5A
Decimal 133 103 90
Binary 10000101 1100111 1011010
Octal 205 147 132

Shades and tints

Shades of #85675A

#85675A
(133,103,90)
#795E52
(121,94,82)
#6D554A
(109,85,74)
#614C42
(97,76,66)
#55433A
(85,67,58)
#493A32
(73,58,50)
#3D312A
(61,49,42)
#312822
(49,40,34)
#251F1A
(37,31,26)
#191612
(25,22,18)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #85675A

#85675A
(133,103,90)
#907469
(144,116,105)
#9B8178
(155,129,120)
#A68E87
(166,142,135)
#B19B96
(177,155,150)
#BCA8A5
(188,168,165)
#C7B5B4
(199,181,180)
#D2C2C3
(210,194,195)
#DDCFD2
(221,207,210)
#E8DCE1
(232,220,225)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85675A; }

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

This text font color is #85675A.

Background Color

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

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

This div background color is #85675A.

Border color

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

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

This div border color is #85675A.

Opacity

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

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

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

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

This text has shadow with #85675A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85675A.

Preview

Color preview on black background

This text has color #85675A on black background.


Color preview on white background

This text has color #85675A on white background.


Black color preview on #85675A background

This text has black color on #85675A background.


White color preview on #85675A background

This text has white color on #85675A background.


Related colors

Complementary color

Complementary color for #hex is #7A98A5.


I love getcolorcode.com

Triadic colors

1 #5A8567 and #675A85 with #85675A are triadic colors.

2 #5A6785 and #67855A with #85675A are triadic colors.