COLOR #85936B

HEX: #85936B
RGB: (133,147,107)

Color info

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

RGB color model

#85936B color RGB value is (133,147,107).

  • red value is 133;
  • green value is 147;
  • blue value is 107.
RGB:
(133,147,107)
(52%,58%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 147 of 255 = 58%
B 107 of 255 = 42%

133
147
107

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

Portions of RGB colors in percentages

R + G + B =
133 + 147 + 107 = 387 (100%)
R 133 of 387 ~ 34.37%
G 147 of 387 ~ 37.98%
B 107 of 387 ~ 27.65%

%34.37
%37.98
%27.65

CMYK color model

#85936B color CMYK value is (10,0,27,42).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 27.21%
  • key color value is 42.35%
CMYK:
(10,0,27,42)
C10M0Y27K42 
(10%,0%,27%,42%)
(0.10/0.00/0.27/0.42)	

CMYK percentages

%9.52
%0
%27.21
%42.35

Codes

Color #85936B in popluar color models

85936B
RGB133147107
HSL81°15.75%49.80%
HSB/HSV81°27.21%57.65%
CMYK9.52%0.00%27.21%
42.35%

Color #85936B in popluar number systems.

HEX85936B
Decimal133147107
Binary10000101100100111101011
Octal205223153

Shades and tints

Shades of #85936B

#85936B
(133,147,107)
#798662
(121,134,98)
#6D7959
(109,121,89)
#616C50
(97,108,80)
#555F47
(85,95,71)
#49523E
(73,82,62)
#3D4535
(61,69,53)
#31382C
(49,56,44)
#252B23
(37,43,35)
#191E1A
(25,30,26)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #85936B

#85936B
(133,147,107)
#909C78
(144,156,120)
#9BA585
(155,165,133)
#A6AE92
(166,174,146)
#B1B79F
(177,183,159)
#BCC0AC
(188,192,172)
#C7C9B9
(199,201,185)
#D2D2C6
(210,210,198)
#DDDBD3
(221,219,211)
#E8E4E0
(232,228,224)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85936B color. Also use rgb(133,147,107) instead hex code.

Text Font Color

.myTextColor { color: #85936B; }

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

This text font color is #85936B.


Background Color

.myBgColor { background-color: #85936B; }

<div style="background-color:#85936B">Inner text</div>

This div background color is #85936B.


Border color

.myBorderColor { border: 1px solid #85936B; }

<div style="border:3px solid #85936B">Div</div>

This div border color is #85936B.


Opacity

.myOpacity80 { color: #85936B; opacity: 0.8; }

<p style="color:#85936B;opacity:0.8;">80%</p>

Text with #85936B 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 #85936B;}

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

This text has shadow with #85936B color.

.textShadow {text-shadow: 3px 3px 1px #85936B, 3px 3px 1px red;}

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

This text has shadow with #85936B primary color and red secondary color.


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

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

This text has shadow with #85936B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85936B on black background.


Color preview on white background

This text has color #85936B on white background.



Black color preview on #85936B background

This text has black color on #85936B background.


White color preview on #85936B background

This text has white color on #85936B background.