COLOR #84917D

HEX: #84917D
RGB: (132,145,125)

Color info

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

RGB color model

#84917D color RGB value is (132,145,125).

  • red value is 132;
  • green value is 145;
  • blue value is 125.
RGB:
(132,145,125)
(52%,57%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 145 of 255 = 57%
B 125 of 255 = 49%

132
145
125

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

Portions of RGB colors in percentages

R + G + B =
132 + 145 + 125 = 402 (100%)
R 132 of 402 ~ 32.84%
G 145 of 402 ~ 36.07%
B 125 of 402 ~ 31.09%

%32.84
%36.07
%31.09

CMYK color model

#84917D color CMYK value is (9,0,14,43).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 43.14%
CMYK:
(9,0,14,43)
C9M0Y14K43 
(9%,0%,14%,43%)
(0.09/0.00/0.14/0.43)	

CMYK percentages

%8.97
%0
%13.79
%43.14

Codes

Color #84917D in popluar color models

84917D
RGB132145125
HSL99°8.33%52.94%
HSB/HSV99°13.79%56.86%
CMYK8.97%0.00%13.79%
43.14%

Color #84917D in popluar number systems.

HEX84917D
Decimal132145125
Binary10000100100100011111101
Octal204221175

Shades and tints

Shades of #84917D

#84917D
(132,145,125)
#788472
(120,132,114)
#6C7767
(108,119,103)
#606A5C
(96,106,92)
#545D51
(84,93,81)
#485046
(72,80,70)
#3C433B
(60,67,59)
#303630
(48,54,48)
#242925
(36,41,37)
#181C1A
(24,28,26)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #84917D

#84917D
(132,145,125)
#8F9B88
(143,155,136)
#9AA593
(154,165,147)
#A5AF9E
(165,175,158)
#B0B9A9
(176,185,169)
#BBC3B4
(187,195,180)
#C6CDBF
(198,205,191)
#D1D7CA
(209,215,202)
#DCE1D5
(220,225,213)
#E7EBE0
(231,235,224)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84917D color. Also use rgb(132,145,125) instead hex code.

Text Font Color

.myTextColor { color: #84917D; }

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

This text font color is #84917D.


Background Color

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

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

This div background color is #84917D.


Border color

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

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

This div border color is #84917D.


Opacity

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

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

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

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

This text has shadow with #84917D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84917D on black background.


Color preview on white background

This text has color #84917D on white background.



Black color preview on #84917D background

This text has black color on #84917D background.


White color preview on #84917D background

This text has white color on #84917D background.