COLOR #85926D

HEX: #85926D RGB: (133,146,109)

Color info

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

RGB color model

#85926D color RGB value is (133,146,109).

RGB: (133,146,109) (52%, 57%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 146 of 255 = 57%
B 109 of 255 = 43%

133
146
109

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

Portions of RGB colors in percentages

R + G + B = 133 + 146 + 109 = 388 (100%)
R 133 of 388 ~ 34.28%
G 146 of 388 ~ 37.63%
B 109 of 388 ~ 28.09'%

%34.28
%37.63
%28.09

CMYK color model

#85926D color CMYK value is (9,0,25,43).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 25.34%
  • key color value is 42.75%
CMYK: (9,0,25,43) C9M0Y25K43 (9%,0%,25%,43%) (0.09/0.00/0.25/0.43) 

CMYK percentages

%8.9
%0
%25.34
%42.75

Codes

Color #85926D in popluar color models

85 92 6D
RGB 133 146 109
HSL 81° 14.51% 50.00%
HSB/HSV 81° 25.34% 57.25%
CMYK 8.90% 0.00% 25.34%
42.75%

Color #85926D in popluar number systems.

HEX 85 92 6D
Decimal 133 146 109
Binary 10000101 10010010 1101101
Octal 205 222 155

Shades and tints

Shades of #85926D

#85926D
(133,146,109)
#798564
(121,133,100)
#6D785B
(109,120,91)
#616B52
(97,107,82)
#555E49
(85,94,73)
#495140
(73,81,64)
#3D4437
(61,68,55)
#31372E
(49,55,46)
#252A25
(37,42,37)
#191D1C
(25,29,28)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #85926D

#85926D
(133,146,109)
#909B7A
(144,155,122)
#9BA487
(155,164,135)
#A6AD94
(166,173,148)
#B1B6A1
(177,182,161)
#BCBFAE
(188,191,174)
#C7C8BB
(199,200,187)
#D2D1C8
(210,209,200)
#DDDAD5
(221,218,213)
#E8E3E2
(232,227,226)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85926D; }

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

This text font color is #85926D.

Background Color

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

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

This div background color is #85926D.

Border color

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

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

This div border color is #85926D.

Opacity

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

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

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

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

This text has shadow with #85926D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85926D.

Preview

Color preview on black background

This text has color #85926D on black background.


Color preview on white background

This text has color #85926D on white background.


Black color preview on #85926D background

This text has black color on #85926D background.


White color preview on #85926D background

This text has white color on #85926D background.


Related colors

Complementary color

Complementary color for #hex is #7A6D92.


I love getcolorcode.com

Triadic colors

1 #6D8592 and #926D85 with #85926D are triadic colors.

2 #6D9285 and #92856D with #85926D are triadic colors.