COLOR #85906D

HEX: #85906D
RGB: (133,144,109)

Color info

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

RGB color model

#85906D color RGB value is (133,144,109).

  • red value is 133;
  • green value is 144;
  • blue value is 109.
RGB:
(133,144,109)
(52%,56%,43%)

RGB channels and saturation

R 133 of 255 = 52%
G 144 of 255 = 56%
B 109 of 255 = 43%

133
144
109

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

Portions of RGB colors in percentages

R + G + B =
133 + 144 + 109 = 386 (100%)
R 133 of 386 ~ 34.46%
G 144 of 386 ~ 37.31%
B 109 of 386 ~ 28.24%

%34.46
%37.31
%28.24

CMYK color model

#85906D color CMYK value is (8,0,24,44).

  • cyan value is 7.64%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 43.53%
CMYK:
(8,0,24,44)
C8M0Y24K44 
(8%,0%,24%,44%)
(0.08/0.00/0.24/0.44)	

CMYK percentages

%7.64
%0
%24.31
%43.53

Codes

Color #85906D in popluar color models

85906D
RGB133144109
HSL79°13.83%49.61%
HSB/HSV79°24.31%56.47%
CMYK7.64%0.00%24.31%
43.53%

Color #85906D in popluar number systems.

HEX85906D
Decimal133144109
Binary10000101100100001101101
Octal205220155

Shades and tints

Shades of #85906D

#85906D
(133,144,109)
#798364
(121,131,100)
#6D765B
(109,118,91)
#616952
(97,105,82)
#555C49
(85,92,73)
#494F40
(73,79,64)
#3D4237
(61,66,55)
#31352E
(49,53,46)
#252825
(37,40,37)
#191B1C
(25,27,28)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #85906D

#85906D
(133,144,109)
#909A7A
(144,154,122)
#9BA487
(155,164,135)
#A6AE94
(166,174,148)
#B1B8A1
(177,184,161)
#BCC2AE
(188,194,174)
#C7CCBB
(199,204,187)
#D2D6C8
(210,214,200)
#DDE0D5
(221,224,213)
#E8EAE2
(232,234,226)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85906D; }

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

This text font color is #85906D.


Background Color

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

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

This div background color is #85906D.


Border color

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

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

This div border color is #85906D.


Opacity

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

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

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

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

This text has shadow with #85906D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85906D on black background.


Color preview on white background

This text has color #85906D on white background.



Black color preview on #85906D background

This text has black color on #85906D background.


White color preview on #85906D background

This text has white color on #85906D background.