COLOR #84625C

HEX: #84625C
RGB: (132,98,92)

Color info

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

RGB color model

#84625C color RGB value is (132,98,92).

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

RGB channels and saturation

R 132 of 255 = 52%
G 98 of 255 = 38%
B 92 of 255 = 36%

132
98
92

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

Portions of RGB colors in percentages

R + G + B =
132 + 98 + 92 = 322 (100%)
R 132 of 322 ~ 40.99%
G 98 of 322 ~ 30.43%
B 92 of 322 ~ 28.57%

%40.99
%30.43
%28.57

CMYK color model

#84625C color CMYK value is (0,26,30,48).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 30.30%
  • key color value is 48.24%
CMYK:
(0,26,30,48)
C0M26Y30K48 
(0%,26%,30%,48%)
(0.00/0.26/0.30/0.48)	

CMYK percentages

%0
%25.76
%30.3
%48.24

Codes

Color #84625C in popluar color models

84625C
RGB1329892
HSL17.86%43.92%
HSB/HSV30.30%51.76%
CMYK0.00%25.76%30.30%
48.24%

Color #84625C in popluar number systems.

HEX84625C
Decimal1329892
Binary1000010011000101011100
Octal204142134

Shades and tints

Shades of #84625C

#84625C
(132,98,92)
#785A54
(120,90,84)
#6C524C
(108,82,76)
#604A44
(96,74,68)
#54423C
(84,66,60)
#483A34
(72,58,52)
#3C322C
(60,50,44)
#302A24
(48,42,36)
#24221C
(36,34,28)
#181A14
(24,26,20)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #84625C

#84625C
(132,98,92)
#8F706A
(143,112,106)
#9A7E78
(154,126,120)
#A58C86
(165,140,134)
#B09A94
(176,154,148)
#BBA8A2
(187,168,162)
#C6B6B0
(198,182,176)
#D1C4BE
(209,196,190)
#DCD2CC
(220,210,204)
#E7E0DA
(231,224,218)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84625C; }

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

This text font color is #84625C.


Background Color

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

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

This div background color is #84625C.


Border color

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

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

This div border color is #84625C.


Opacity

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

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

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

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

This text has shadow with #84625C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84625C on black background.


Color preview on white background

This text has color #84625C on white background.



Black color preview on #84625C background

This text has black color on #84625C background.


White color preview on #84625C background

This text has white color on #84625C background.