COLOR #85963C

HEX: #85963C
RGB: (133,150,60)

Color info

#85963C contains mainly red and green colors. Web safe color of #85963C is #999933 (or #993).

RGB color model

#85963C color RGB value is (133,150,60).

  • red value is 133;
  • green value is 150;
  • blue value is 60.
RGB:
(133,150,60)
(52%,59%,24%)

RGB channels and saturation

R 133 of 255 = 52%
G 150 of 255 = 59%
B 60 of 255 = 24%

133
150
60

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

Portions of RGB colors in percentages

R + G + B =
133 + 150 + 60 = 343 (100%)
R 133 of 343 ~ 38.78%
G 150 of 343 ~ 43.73%
B 60 of 343 ~ 17.49%

%38.78
%43.73
%17.49

CMYK color model

#85963C color CMYK value is (11,0,60,41).

  • cyan value is 11.33%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 41.18%
CMYK:
(11,0,60,41)
C11M0Y60K41 
(11%,0%,60%,41%)
(0.11/0.00/0.60/0.41)	

CMYK percentages

%11.33
%0
%60
%41.18

Codes

Color #85963C in popluar color models

85963C
RGB13315060
HSL71°42.86%41.18%
HSB/HSV71°60.00%58.82%
CMYK11.33%0.00%60.00%
41.18%

Color #85963C in popluar number systems.

HEX85963C
Decimal13315060
Binary1000010110010110111100
Octal20522674

Shades and tints

Shades of #85963C

#85963C
(133,150,60)
#798937
(121,137,55)
#6D7C32
(109,124,50)
#616F2D
(97,111,45)
#556228
(85,98,40)
#495523
(73,85,35)
#3D481E
(61,72,30)
#313B19
(49,59,25)
#252E14
(37,46,20)
#19210F
(25,33,15)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #85963C

#85963C
(133,150,60)
#909F4D
(144,159,77)
#9BA85E
(155,168,94)
#A6B16F
(166,177,111)
#B1BA80
(177,186,128)
#BCC391
(188,195,145)
#C7CCA2
(199,204,162)
#D2D5B3
(210,213,179)
#DDDEC4
(221,222,196)
#E8E7D5
(232,231,213)
#F3F0E6
(243,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85963C color. Also use rgb(133,150,60) instead hex code.

Text Font Color

.myTextColor { color: #85963C; }

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

This text font color is #85963C.


Background Color

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

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

This div background color is #85963C.


Border color

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

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

This div border color is #85963C.


Opacity

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

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

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

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

This text has shadow with #85963C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85963C on black background.


Color preview on white background

This text has color #85963C on white background.



Black color preview on #85963C background

This text has black color on #85963C background.


White color preview on #85963C background

This text has white color on #85963C background.