COLOR #84875D

HEX: #84875D
RGB: (132,135,93)

Color info

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

RGB color model

#84875D color RGB value is (132,135,93).

  • red value is 132;
  • green value is 135;
  • blue value is 93.
RGB:
(132,135,93)
(52%,53%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 93 of 255 = 36%

132
135
93

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

Portions of RGB colors in percentages

R + G + B =
132 + 135 + 93 = 360 (100%)
R 132 of 360 ~ 36.67%
G 135 of 360 ~ 37.5%
B 93 of 360 ~ 25.83%

%36.67
%37.5
%25.83

CMYK color model

#84875D color CMYK value is (2,0,31,47).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 31.11%
  • key color value is 47.06%
CMYK:
(2,0,31,47)
C2M0Y31K47 
(2%,0%,31%,47%)
(0.02/0.00/0.31/0.47)	

CMYK percentages

%2.22
%0
%31.11
%47.06

Codes

Color #84875D in popluar color models

84875D
RGB13213593
HSL64°18.42%44.71%
HSB/HSV64°31.11%52.94%
CMYK2.22%0.00%31.11%
47.06%

Color #84875D in popluar number systems.

HEX84875D
Decimal13213593
Binary10000100100001111011101
Octal204207135

Shades and tints

Shades of #84875D

#84875D
(132,135,93)
#787B55
(120,123,85)
#6C6F4D
(108,111,77)
#606345
(96,99,69)
#54573D
(84,87,61)
#484B35
(72,75,53)
#3C3F2D
(60,63,45)
#303325
(48,51,37)
#24271D
(36,39,29)
#181B15
(24,27,21)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #84875D

#84875D
(132,135,93)
#8F916B
(143,145,107)
#9A9B79
(154,155,121)
#A5A587
(165,165,135)
#B0AF95
(176,175,149)
#BBB9A3
(187,185,163)
#C6C3B1
(198,195,177)
#D1CDBF
(209,205,191)
#DCD7CD
(220,215,205)
#E7E1DB
(231,225,219)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84875D color. Also use rgb(132,135,93) instead hex code.

Text Font Color

.myTextColor { color: #84875D; }

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

This text font color is #84875D.


Background Color

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

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

This div background color is #84875D.


Border color

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

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

This div border color is #84875D.


Opacity

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

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

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

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

This text has shadow with #84875D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84875D on black background.


Color preview on white background

This text has color #84875D on white background.



Black color preview on #84875D background

This text has black color on #84875D background.


White color preview on #84875D background

This text has white color on #84875D background.