COLOR #85874C

HEX: #85874C RGB: (133,135,76)

Color info

#85874C contains red, green and blue colors in about the same proportion. Web safe color of #85874C is #999933 (or #993).

RGB color model

#85874C color RGB value is (133,135,76).

RGB: (133,135,76) (52%, 53%, 30%)

RGB channels and saturation

R 133 of 255 = 52%
G 135 of 255 = 53%
B 76 of 255 = 30%

133
135
76

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

Portions of RGB colors in percentages

R + G + B = 133 + 135 + 76 = 344 (100%)
R 133 of 344 ~ 38.66%
G 135 of 344 ~ 39.24%
B 76 of 344 ~ 22.09'%

%38.66
%39.24
%22.09

CMYK color model

#85874C color CMYK value is (1,0,44,47).

  • cyan value is 1.48%
  • magenta value is 0.00%
  • yellow value is 43.70%
  • key color value is 47.06%

CMYK: (1,0,44,47)
C1M0Y44K47 (1%, 0%, 44%, 47%)
(0.01 / 0.00 / 0.44 / 0.47)

CMYK percentages

%1.48
%0
%43.7
%47.06

Codes

Color #85874C in popluar color models

85 87 4C
RGB 133 135 76
HSL 62° 27.96% 41.37%
HSB/HSV 62° 43.70% 52.94%
CMYK 1.48% 0.00% 43.70%
47.06%

Color #85874C in popluar number systems.

HEX 85 87 4C
Decimal 133 135 76
Binary 10000101 10000111 1001100
Octal 205 207 114

Shades and tints

Shades of #85874C

#85874C
(133,135,76)
#797B46
(121,123,70)
#6D6F40
(109,111,64)
#61633A
(97,99,58)
#555734
(85,87,52)
#494B2E
(73,75,46)
#3D3F28
(61,63,40)
#313322
(49,51,34)
#25271C
(37,39,28)
#191B16
(25,27,22)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #85874C

#85874C
(133,135,76)
#90915C
(144,145,92)
#9B9B6C
(155,155,108)
#A6A57C
(166,165,124)
#B1AF8C
(177,175,140)
#BCB99C
(188,185,156)
#C7C3AC
(199,195,172)
#D2CDBC
(210,205,188)
#DDD7CC
(221,215,204)
#E8E1DC
(232,225,220)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85874C color. Also use rgb(133,135,76) instead hex code.

Text Font Color

.myTextColor { color: #85874C; }

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

This text font color is #85874C.

Background Color

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

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

This div background color is #85874C.

Border color

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

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

This div border color is #85874C.

Opacity

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

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

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

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

This text has shadow with #85874C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85874C.

Preview

Color preview on black background

This text has color #85874C on black background.


Color preview on white background

This text has color #85874C on white background.


Black color preview on #85874C background

This text has black color on #85874C background.


White color preview on #85874C background

This text has white color on #85874C background.


Related colors

Complementary color

Complementary color for #hex is #7A78B3.


I love getcolorcode.com

Triadic colors

1 #4C8587 and #874C85 with #85874C are triadic colors.

2 #4C8785 and #87854C with #85874C are triadic colors.