COLOR #85926A

HEX: #85926A
RGB: (133,146,106)

Color info

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

RGB color model

#85926A color RGB value is (133,146,106).

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

RGB channels and saturation

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

133
146
106

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

Portions of RGB colors in percentages

R + G + B =
133 + 146 + 106 = 385 (100%)
R 133 of 385 ~ 34.55%
G 146 of 385 ~ 37.92%
B 106 of 385 ~ 27.53%

%34.55
%37.92
%27.53

CMYK color model

#85926A color CMYK value is (9,0,27,43).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 42.75%
CMYK:
(9,0,27,43)
C9M0Y27K43 
(9%,0%,27%,43%)
(0.09/0.00/0.27/0.43)	

CMYK percentages

%8.9
%0
%27.4
%42.75

Codes

Color #85926A in popluar color models

85926A
RGB133146106
HSL80°15.87%49.41%
HSB/HSV80°27.40%57.25%
CMYK8.90%0.00%27.40%
42.75%

Color #85926A in popluar number systems.

HEX85926A
Decimal133146106
Binary10000101100100101101010
Octal205222152

Shades and tints

Shades of #85926A

#85926A
(133,146,106)
#798561
(121,133,97)
#6D7858
(109,120,88)
#616B4F
(97,107,79)
#555E46
(85,94,70)
#49513D
(73,81,61)
#3D4434
(61,68,52)
#31372B
(49,55,43)
#252A22
(37,42,34)
#191D19
(25,29,25)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #85926A

#85926A
(133,146,106)
#909B77
(144,155,119)
#9BA484
(155,164,132)
#A6AD91
(166,173,145)
#B1B69E
(177,182,158)
#BCBFAB
(188,191,171)
#C7C8B8
(199,200,184)
#D2D1C5
(210,209,197)
#DDDAD2
(221,218,210)
#E8E3DF
(232,227,223)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85926A; }

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

This text font color is #85926A.


Background Color

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

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

This div background color is #85926A.


Border color

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

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

This div border color is #85926A.


Opacity

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

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

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

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

This text has shadow with #85926A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85926A on black background.


Color preview on white background

This text has color #85926A on white background.



Black color preview on #85926A background

This text has black color on #85926A background.


White color preview on #85926A background

This text has white color on #85926A background.