COLOR #85914D

HEX: #85914D
RGB: (133,145,77)

Color info

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

RGB color model

#85914D color RGB value is (133,145,77).

  • red value is 133;
  • green value is 145;
  • blue value is 77.
RGB:
(133,145,77)
(52%,57%,30%)

RGB channels and saturation

R 133 of 255 = 52%
G 145 of 255 = 57%
B 77 of 255 = 30%

133
145
77

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

Portions of RGB colors in percentages

R + G + B =
133 + 145 + 77 = 355 (100%)
R 133 of 355 ~ 37.46%
G 145 of 355 ~ 40.85%
B 77 of 355 ~ 21.69%

%37.46
%40.85
%21.69

CMYK color model

#85914D color CMYK value is (8,0,47,43).

  • cyan value is 8.28%
  • magenta value is 0.00%
  • yellow value is 46.90%
  • key color value is 43.14%
CMYK:
(8,0,47,43)
C8M0Y47K43 
(8%,0%,47%,43%)
(0.08/0.00/0.47/0.43)	

CMYK percentages

%8.28
%0
%46.9
%43.14

Codes

Color #85914D in popluar color models

85914D
RGB13314577
HSL71°30.63%43.53%
HSB/HSV71°46.90%56.86%
CMYK8.28%0.00%46.90%
43.14%

Color #85914D in popluar number systems.

HEX85914D
Decimal13314577
Binary10000101100100011001101
Octal205221115

Shades and tints

Shades of #85914D

#85914D
(133,145,77)
#798446
(121,132,70)
#6D773F
(109,119,63)
#616A38
(97,106,56)
#555D31
(85,93,49)
#49502A
(73,80,42)
#3D4323
(61,67,35)
#31361C
(49,54,28)
#252915
(37,41,21)
#191C0E
(25,28,14)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #85914D

#85914D
(133,145,77)
#909B5D
(144,155,93)
#9BA56D
(155,165,109)
#A6AF7D
(166,175,125)
#B1B98D
(177,185,141)
#BCC39D
(188,195,157)
#C7CDAD
(199,205,173)
#D2D7BD
(210,215,189)
#DDE1CD
(221,225,205)
#E8EBDD
(232,235,221)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85914D; }

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

This text font color is #85914D.


Background Color

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

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

This div background color is #85914D.


Border color

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

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

This div border color is #85914D.


Opacity

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

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

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

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

This text has shadow with #85914D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85914D on black background.


Color preview on white background

This text has color #85914D on white background.



Black color preview on #85914D background

This text has black color on #85914D background.


White color preview on #85914D background

This text has white color on #85914D background.