COLOR #84775D

HEX: #84775D
RGB: (132,119,93)

Color info

#84775D contains red, green and blue colors in about the same proportion. Web safe color of #84775D is #996666 (or #966).

RGB color model

#84775D color RGB value is (132,119,93).

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

RGB channels and saturation

R 132 of 255 = 52%
G 119 of 255 = 47%
B 93 of 255 = 36%

132
119
93

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

Portions of RGB colors in percentages

R + G + B =
132 + 119 + 93 = 344 (100%)
R 132 of 344 ~ 38.37%
G 119 of 344 ~ 34.59%
B 93 of 344 ~ 27.03%

%38.37
%34.59
%27.03

CMYK color model

#84775D color CMYK value is (0,10,30,48).

  • cyan value is 0.00%
  • magenta value is 9.85%
  • yellow value is 29.55%
  • key color value is 48.24%
CMYK:
(0,10,30,48)
C0M10Y30K48 
(0%,10%,30%,48%)
(0.00/0.10/0.30/0.48)	

CMYK percentages

%0
%9.85
%29.55
%48.24

Codes

Color #84775D in popluar color models

84775D
RGB13211993
HSL40°17.33%44.12%
HSB/HSV40°29.55%51.76%
CMYK0.00%9.85%29.55%
48.24%

Color #84775D in popluar number systems.

HEX84775D
Decimal13211993
Binary1000010011101111011101
Octal204167135

Shades and tints

Shades of #84775D

#84775D
(132,119,93)
#786D55
(120,109,85)
#6C634D
(108,99,77)
#605945
(96,89,69)
#544F3D
(84,79,61)
#484535
(72,69,53)
#3C3B2D
(60,59,45)
#303125
(48,49,37)
#24271D
(36,39,29)
#181D15
(24,29,21)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #84775D

#84775D
(132,119,93)
#8F836B
(143,131,107)
#9A8F79
(154,143,121)
#A59B87
(165,155,135)
#B0A795
(176,167,149)
#BBB3A3
(187,179,163)
#C6BFB1
(198,191,177)
#D1CBBF
(209,203,191)
#DCD7CD
(220,215,205)
#E7E3DB
(231,227,219)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84775D; }

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

This text font color is #84775D.


Background Color

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

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

This div background color is #84775D.


Border color

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

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

This div border color is #84775D.


Opacity

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

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

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

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

This text has shadow with #84775D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84775D on black background.


Color preview on white background

This text has color #84775D on white background.



Black color preview on #84775D background

This text has black color on #84775D background.


White color preview on #84775D background

This text has white color on #84775D background.