COLOR #85945C

HEX: #85945C RGB: (133,148,92)

Color info

#85945C contains red, green and blue colors in about the same proportion. Web safe color of #85945C is #999966 (or #996).

RGB color model

#85945C color RGB value is (133,148,92).

RGB: (133,148,92) (52%, 58%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 148 of 255 = 58%
B 92 of 255 = 36%

133
148
92

R + G + B ~ 49%. #85945C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 148 + 92 = 373 (100%)
R 133 of 373 ~ 35.66%
G 148 of 373 ~ 39.68%
B 92 of 373 ~ 24.66'%

%35.66
%39.68
%24.66

CMYK color model

#85945C color CMYK value is (10,0,38,42).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 41.96%

CMYK: (10,0,38,42)
C10M0Y38K42 (10%, 0%, 38%, 42%)
(0.10 / 0.00 / 0.38 / 0.42)

CMYK percentages

%10.14
%0
%37.84
%41.96

Codes

Color #85945C in popluar color models

85 94 5C
RGB 133 148 92
HSL 76° 23.33% 47.06%
HSB/HSV 76° 37.84% 58.04%
CMYK 10.14% 0.00% 37.84%
41.96%

Color #85945C in popluar number systems.

HEX 85 94 5C
Decimal 133 148 92
Binary 10000101 10010100 1011100
Octal 205 224 134

Shades and tints

Shades of #85945C

#85945C
(133,148,92)
#798754
(121,135,84)
#6D7A4C
(109,122,76)
#616D44
(97,109,68)
#55603C
(85,96,60)
#495334
(73,83,52)
#3D462C
(61,70,44)
#313924
(49,57,36)
#252C1C
(37,44,28)
#191F14
(25,31,20)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #85945C

#85945C
(133,148,92)
#909D6A
(144,157,106)
#9BA678
(155,166,120)
#A6AF86
(166,175,134)
#B1B894
(177,184,148)
#BCC1A2
(188,193,162)
#C7CAB0
(199,202,176)
#D2D3BE
(210,211,190)
#DDDCCC
(221,220,204)
#E8E5DA
(232,229,218)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85945C color. Also use rgb(133,148,92) instead hex code.

Text Font Color

.myTextColor { color: #85945C; }

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

This text font color is #85945C.

Background Color

.myBgColor { background-color: #85945C; }

<div style="background-color:#85945C">Inner text</div>

This div background color is #85945C.

Border color

.myBorderColor { border: 1px solid #85945C; }

<div style="border:3px solid #85945C">Div</div>

This div border color is #85945C.

Opacity

.myOpacity80 { color: #85945C; opacity: 0.8; }

<p style="color:#85945C;opacity:0.8;">80%</p>

Text with #85945C 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 #85945C;}

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

This text has shadow with #85945C color.


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

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

This text has shadow with #85945C primary color and red secondary color.


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

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

This text has shadow with #85945C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85945C.

Preview

Color preview on black background

This text has color #85945C on black background.


Color preview on white background

This text has color #85945C on white background.


Black color preview on #85945C background

This text has black color on #85945C background.


White color preview on #85945C background

This text has white color on #85945C background.


Related colors

Complementary color

Complementary color for #hex is #7A6BA3.


I love getcolorcode.com

Triadic colors

1 #5C8594 and #945C85 with #85945C are triadic colors.

2 #5C9485 and #94855C with #85945C are triadic colors.