COLOR #85954D

HEX: #85954D RGB: (133,149,77)

Color info

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

RGB color model

#85954D color RGB value is (133,149,77).

RGB: (133,149,77) (52%, 58%, 30%)

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 77 of 255 = 30%

133
149
77

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

Portions of RGB colors in percentages

R + G + B = 133 + 149 + 77 = 359 (100%)
R 133 of 359 ~ 37.05%
G 149 of 359 ~ 41.5%
B 77 of 359 ~ 21.45'%

%37.05
%41.5
%21.45

CMYK color model

#85954D color CMYK value is (11,0,48,42).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 48.32%
  • key color value is 41.57%

CMYK: (11,0,48,42)
C11M0Y48K42 (11%, 0%, 48%, 42%)
(0.11 / 0.00 / 0.48 / 0.42)

CMYK percentages

%10.74
%0
%48.32
%41.57

Codes

Color #85954D in popluar color models

85 95 4D
RGB 133 149 77
HSL 73° 31.86% 44.31%
HSB/HSV 73° 48.32% 58.43%
CMYK 10.74% 0.00% 48.32%
41.57%

Color #85954D in popluar number systems.

HEX 85 95 4D
Decimal 133 149 77
Binary 10000101 10010101 1001101
Octal 205 225 115

Shades and tints

Shades of #85954D

#85954D
(133,149,77)
#798846
(121,136,70)
#6D7B3F
(109,123,63)
#616E38
(97,110,56)
#556131
(85,97,49)
#49542A
(73,84,42)
#3D4723
(61,71,35)
#313A1C
(49,58,28)
#252D15
(37,45,21)
#19200E
(25,32,14)
#0D1307
(13,19,7)
#000000
(0,0,0)

Tints of #85954D

#85954D
(133,149,77)
#909E5D
(144,158,93)
#9BA76D
(155,167,109)
#A6B07D
(166,176,125)
#B1B98D
(177,185,141)
#BCC29D
(188,194,157)
#C7CBAD
(199,203,173)
#D2D4BD
(210,212,189)
#DDDDCD
(221,221,205)
#E8E6DD
(232,230,221)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85954D color. Also use rgb(133,149,77) instead hex code.

Text Font Color

.myTextColor { color: #85954D; }

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

This text font color is #85954D.

Background Color

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

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

This div background color is #85954D.

Border color

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

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

This div border color is #85954D.

Opacity

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

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

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

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

This text has shadow with #85954D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85954D.

Preview

Color preview on black background

This text has color #85954D on black background.


Color preview on white background

This text has color #85954D on white background.


Black color preview on #85954D background

This text has black color on #85954D background.


White color preview on #85954D background

This text has white color on #85954D background.


Related colors

Complementary color

Complementary color for #hex is #7A6AB2.


I love getcolorcode.com

Triadic colors

1 #4D8595 and #954D85 with #85954D are triadic colors.

2 #4D9585 and #95854D with #85954D are triadic colors.