COLOR #85963D

HEX: #85963D RGB: (133,150,61)

Color info

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

RGB color model

#85963D color RGB value is (133,150,61).

RGB: (133,150,61) (52%, 59%, 24%)

RGB channels and saturation

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

133
150
61

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

Portions of RGB colors in percentages

R + G + B = 133 + 150 + 61 = 344 (100%)
R 133 of 344 ~ 38.66%
G 150 of 344 ~ 43.6%
B 61 of 344 ~ 17.73'%

%38.66
%43.6
%17.73

CMYK color model

#85963D color CMYK value is (11,0,59,41).

  • cyan value is 11.33%
  • magenta value is 0.00%
  • yellow value is 59.33%
  • key color value is 41.18%

CMYK: (11,0,59,41)
C11M0Y59K41 (11%, 0%, 59%, 41%)
(0.11 / 0.00 / 0.59 / 0.41)

CMYK percentages

%11.33
%0
%59.33
%41.18

Codes

Color #85963D in popluar color models

85 96 3D
RGB 133 150 61
HSL 71° 42.18% 41.37%
HSB/HSV 71° 59.33% 58.82%
CMYK 11.33% 0.00% 59.33%
41.18%

Color #85963D in popluar number systems.

HEX 85 96 3D
Decimal 133 150 61
Binary 10000101 10010110 111101
Octal 205 226 75

Shades and tints

Shades of #85963D

#85963D
(133,150,61)
#798938
(121,137,56)
#6D7C33
(109,124,51)
#616F2E
(97,111,46)
#556229
(85,98,41)
#495524
(73,85,36)
#3D481F
(61,72,31)
#313B1A
(49,59,26)
#252E15
(37,46,21)
#192110
(25,33,16)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #85963D

#85963D
(133,150,61)
#909F4E
(144,159,78)
#9BA85F
(155,168,95)
#A6B170
(166,177,112)
#B1BA81
(177,186,129)
#BCC392
(188,195,146)
#C7CCA3
(199,204,163)
#D2D5B4
(210,213,180)
#DDDEC5
(221,222,197)
#E8E7D6
(232,231,214)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85963D; }

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

This text font color is #85963D.

Background Color

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

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

This div background color is #85963D.

Border color

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

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

This div border color is #85963D.

Opacity

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

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

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

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

This text has shadow with #85963D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85963D.

Preview

Color preview on black background

This text has color #85963D on black background.


Color preview on white background

This text has color #85963D on white background.


Black color preview on #85963D background

This text has black color on #85963D background.


White color preview on #85963D background

This text has white color on #85963D background.


Related colors

Complementary color

Complementary color for #hex is #7A69C2.


I love getcolorcode.com

Triadic colors

1 #3D8596 and #963D85 with #85963D are triadic colors.

2 #3D9685 and #96853D with #85963D are triadic colors.