COLOR #84755C

HEX: #84755C
RGB: (132,117,92)

Color info

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

RGB color model

#84755C color RGB value is (132,117,92).

  • red value is 132;
  • green value is 117;
  • blue value is 92.
RGB:
(132,117,92)
(52%,46%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 117 of 255 = 46%
B 92 of 255 = 36%

132
117
92

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

Portions of RGB colors in percentages

R + G + B =
132 + 117 + 92 = 341 (100%)
R 132 of 341 ~ 38.71%
G 117 of 341 ~ 34.31%
B 92 of 341 ~ 26.98%

%38.71
%34.31
%26.98

CMYK color model

#84755C color CMYK value is (0,11,30,48).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 30.30%
  • key color value is 48.24%
CMYK:
(0,11,30,48)
C0M11Y30K48 
(0%,11%,30%,48%)
(0.00/0.11/0.30/0.48)	

CMYK percentages

%0
%11.36
%30.3
%48.24

Codes

Color #84755C in popluar color models

84755C
RGB13211792
HSL38°17.86%43.92%
HSB/HSV38°30.30%51.76%
CMYK0.00%11.36%30.30%
48.24%

Color #84755C in popluar number systems.

HEX84755C
Decimal13211792
Binary1000010011101011011100
Octal204165134

Shades and tints

Shades of #84755C

#84755C
(132,117,92)
#786B54
(120,107,84)
#6C614C
(108,97,76)
#605744
(96,87,68)
#544D3C
(84,77,60)
#484334
(72,67,52)
#3C392C
(60,57,44)
#302F24
(48,47,36)
#24251C
(36,37,28)
#181B14
(24,27,20)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #84755C

#84755C
(132,117,92)
#8F816A
(143,129,106)
#9A8D78
(154,141,120)
#A59986
(165,153,134)
#B0A594
(176,165,148)
#BBB1A2
(187,177,162)
#C6BDB0
(198,189,176)
#D1C9BE
(209,201,190)
#DCD5CC
(220,213,204)
#E7E1DA
(231,225,218)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84755C color. Also use rgb(132,117,92) instead hex code.

Text Font Color

.myTextColor { color: #84755C; }

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

This text font color is #84755C.


Background Color

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

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

This div background color is #84755C.


Border color

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

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

This div border color is #84755C.


Opacity

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

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

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

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

This text has shadow with #84755C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84755C on black background.


Color preview on white background

This text has color #84755C on white background.



Black color preview on #84755C background

This text has black color on #84755C background.


White color preview on #84755C background

This text has white color on #84755C background.