COLOR #85994C

HEX: #85994C RGB: (133,153,76)

Color info

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

RGB color model

#85994C color RGB value is (133,153,76).

RGB: (133,153,76) (52%, 60%, 30%)

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 76 of 255 = 30%

133
153
76

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

Portions of RGB colors in percentages

R + G + B = 133 + 153 + 76 = 362 (100%)
R 133 of 362 ~ 36.74%
G 153 of 362 ~ 42.27%
B 76 of 362 ~ 20.99'%

%36.74
%42.27
%20.99

CMYK color model

#85994C color CMYK value is (13,0,50,40).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 50.33%
  • key color value is 40.00%
CMYK: (13,0,50,40) C13M0Y50K40 (13%,0%,50%,40%) (0.13/0.00/0.50/0.40) 

CMYK percentages

%13.07
%0
%50.33
%40

Codes

Color #85994C in popluar color models

85 99 4C
RGB 133 153 76
HSL 76° 33.62% 44.90%
HSB/HSV 76° 50.33% 60.00%
CMYK 13.07% 0.00% 50.33%
40.00%

Color #85994C in popluar number systems.

HEX 85 99 4C
Decimal 133 153 76
Binary 10000101 10011001 1001100
Octal 205 231 114

Shades and tints

Shades of #85994C

#85994C
(133,153,76)
#798C46
(121,140,70)
#6D7F40
(109,127,64)
#61723A
(97,114,58)
#556534
(85,101,52)
#49582E
(73,88,46)
#3D4B28
(61,75,40)
#313E22
(49,62,34)
#25311C
(37,49,28)
#192416
(25,36,22)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #85994C

#85994C
(133,153,76)
#90A25C
(144,162,92)
#9BAB6C
(155,171,108)
#A6B47C
(166,180,124)
#B1BD8C
(177,189,140)
#BCC69C
(188,198,156)
#C7CFAC
(199,207,172)
#D2D8BC
(210,216,188)
#DDE1CC
(221,225,204)
#E8EADC
(232,234,220)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85994C color. Also use rgb(133,153,76) instead hex code.

Text Font Color

.myTextColor { color: #85994C; }

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

This text font color is #85994C.

Background Color

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

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

This div background color is #85994C.

Border color

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

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

This div border color is #85994C.

Opacity

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

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

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

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

This text has shadow with #85994C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85994C.

Preview

Color preview on black background

This text has color #85994C on black background.


Color preview on white background

This text has color #85994C on white background.


Black color preview on #85994C background

This text has black color on #85994C background.


White color preview on #85994C background

This text has white color on #85994C background.


Related colors

Complementary color

Complementary color for #hex is #7A66B3.


I love getcolorcode.com

Triadic colors

1 #4C8599 and #994C85 with #85994C are triadic colors.

2 #4C9985 and #99854C with #85994C are triadic colors.