COLOR #85955F

HEX: #85955F RGB: (133,149,95)

Color info

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

RGB color model

#85955F color RGB value is (133,149,95).

RGB: (133,149,95) (52%, 58%, 37%)

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 95 of 255 = 37%

133
149
95

R + G + B ~ 49%. #85955F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 149 + 95 = 377 (100%)
R 133 of 377 ~ 35.28%
G 149 of 377 ~ 39.52%
B 95 of 377 ~ 25.2'%

%35.28
%39.52
%25.2

CMYK color model

#85955F color CMYK value is (11,0,36,42).

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

CMYK: (11,0,36,42)
C11M0Y36K42 (11%, 0%, 36%, 42%)
(0.11 / 0.00 / 0.36 / 0.42)

CMYK percentages

%10.74
%0
%36.24
%41.57

Codes

Color #85955F in popluar color models

85 95 5F
RGB 133 149 95
HSL 78° 22.13% 47.84%
HSB/HSV 78° 36.24% 58.43%
CMYK 10.74% 0.00% 36.24%
41.57%

Color #85955F in popluar number systems.

HEX 85 95 5F
Decimal 133 149 95
Binary 10000101 10010101 1011111
Octal 205 225 137

Shades and tints

Shades of #85955F

#85955F
(133,149,95)
#798857
(121,136,87)
#6D7B4F
(109,123,79)
#616E47
(97,110,71)
#55613F
(85,97,63)
#495437
(73,84,55)
#3D472F
(61,71,47)
#313A27
(49,58,39)
#252D1F
(37,45,31)
#192017
(25,32,23)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #85955F

#85955F
(133,149,95)
#909E6D
(144,158,109)
#9BA77B
(155,167,123)
#A6B089
(166,176,137)
#B1B997
(177,185,151)
#BCC2A5
(188,194,165)
#C7CBB3
(199,203,179)
#D2D4C1
(210,212,193)
#DDDDCF
(221,221,207)
#E8E6DD
(232,230,221)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85955F color. Also use rgb(133,149,95) instead hex code.

Text Font Color

.myTextColor { color: #85955F; }

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

This text font color is #85955F.

Background Color

.myBgColor { background-color: #85955F; }

<div style="background-color:#85955F">Inner text</div>

This div background color is #85955F.

Border color

.myBorderColor { border: 1px solid #85955F; }

<div style="border:3px solid #85955F">Div</div>

This div border color is #85955F.

Opacity

.myOpacity80 { color: #85955F; opacity: 0.8; }

<p style="color:#85955F;opacity:0.8;">80%</p>

Text with #85955F 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 #85955F;}

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

This text has shadow with #85955F color.


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

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

This text has shadow with #85955F primary color and red secondary color.


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

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

This text has shadow with #85955F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85955F.

Preview

Color preview on black background

This text has color #85955F on black background.


Color preview on white background

This text has color #85955F on white background.


Black color preview on #85955F background

This text has black color on #85955F background.


White color preview on #85955F background

This text has white color on #85955F background.


Related colors

Complementary color

Complementary color for #hex is #7A6AA0.


I love getcolorcode.com

Triadic colors

1 #5F8595 and #955F85 with #85955F are triadic colors.

2 #5F9585 and #95855F with #85955F are triadic colors.