COLOR #85926C

HEX: #85926C
RGB: (133,146,108)

Color info

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

RGB color model

#85926C color RGB value is (133,146,108).

  • red value is 133;
  • green value is 146;
  • blue value is 108.
RGB:
(133,146,108)
(52%,57%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 146 of 255 = 57%
B 108 of 255 = 42%

133
146
108

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

Portions of RGB colors in percentages

R + G + B =
133 + 146 + 108 = 387 (100%)
R 133 of 387 ~ 34.37%
G 146 of 387 ~ 37.73%
B 108 of 387 ~ 27.91%

%34.37
%37.73
%27.91

CMYK color model

#85926C color CMYK value is (9,0,26,43).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 26.03%
  • key color value is 42.75%
CMYK:
(9,0,26,43)
C9M0Y26K43 
(9%,0%,26%,43%)
(0.09/0.00/0.26/0.43)	

CMYK percentages

%8.9
%0
%26.03
%42.75

Codes

Color #85926C in popluar color models

85926C
RGB133146108
HSL81°14.96%49.80%
HSB/HSV81°26.03%57.25%
CMYK8.90%0.00%26.03%
42.75%

Color #85926C in popluar number systems.

HEX85926C
Decimal133146108
Binary10000101100100101101100
Octal205222154

Shades and tints

Shades of #85926C

#85926C
(133,146,108)
#798563
(121,133,99)
#6D785A
(109,120,90)
#616B51
(97,107,81)
#555E48
(85,94,72)
#49513F
(73,81,63)
#3D4436
(61,68,54)
#31372D
(49,55,45)
#252A24
(37,42,36)
#191D1B
(25,29,27)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #85926C

#85926C
(133,146,108)
#909B79
(144,155,121)
#9BA486
(155,164,134)
#A6AD93
(166,173,147)
#B1B6A0
(177,182,160)
#BCBFAD
(188,191,173)
#C7C8BA
(199,200,186)
#D2D1C7
(210,209,199)
#DDDAD4
(221,218,212)
#E8E3E1
(232,227,225)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85926C color. Also use rgb(133,146,108) instead hex code.

Text Font Color

.myTextColor { color: #85926C; }

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

This text font color is #85926C.


Background Color

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

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

This div background color is #85926C.


Border color

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

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

This div border color is #85926C.


Opacity

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

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

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

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

This text has shadow with #85926C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85926C on black background.


Color preview on white background

This text has color #85926C on white background.



Black color preview on #85926C background

This text has black color on #85926C background.


White color preview on #85926C background

This text has white color on #85926C background.