COLOR #84626A

HEX: #84626A
RGB: (132,98,106)

Color info

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

RGB color model

#84626A color RGB value is (132,98,106).

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

RGB channels and saturation

R 132 of 255 = 52%
G 98 of 255 = 38%
B 106 of 255 = 42%

132
98
106

R + G + B ~ 44%. #84626A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 98 + 106 = 336 (100%)
R 132 of 336 ~ 39.29%
G 98 of 336 ~ 29.17%
B 106 of 336 ~ 31.55%

%39.29
%29.17
%31.55

CMYK color model

#84626A color CMYK value is (0,26,20,48).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 19.70%
  • key color value is 48.24%
CMYK:
(0,26,20,48)
C0M26Y20K48 
(0%,26%,20%,48%)
(0.00/0.26/0.20/0.48)	

CMYK percentages

%0
%25.76
%19.7
%48.24

Codes

Color #84626A in popluar color models

84626A
RGB13298106
HSL346°14.78%45.10%
HSB/HSV346°25.76%51.76%
CMYK0.00%25.76%19.70%
48.24%

Color #84626A in popluar number systems.

HEX84626A
Decimal13298106
Binary1000010011000101101010
Octal204142152

Shades and tints

Shades of #84626A

#84626A
(132,98,106)
#785A61
(120,90,97)
#6C5258
(108,82,88)
#604A4F
(96,74,79)
#544246
(84,66,70)
#483A3D
(72,58,61)
#3C3234
(60,50,52)
#302A2B
(48,42,43)
#242222
(36,34,34)
#181A19
(24,26,25)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #84626A

#84626A
(132,98,106)
#8F7077
(143,112,119)
#9A7E84
(154,126,132)
#A58C91
(165,140,145)
#B09A9E
(176,154,158)
#BBA8AB
(187,168,171)
#C6B6B8
(198,182,184)
#D1C4C5
(209,196,197)
#DCD2D2
(220,210,210)
#E7E0DF
(231,224,223)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84626A color. Also use rgb(132,98,106) instead hex code.

Text Font Color

.myTextColor { color: #84626A; }

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

This text font color is #84626A.


Background Color

.myBgColor { background-color: #84626A; }

<div style="background-color:#84626A">Inner text</div>

This div background color is #84626A.


Border color

.myBorderColor { border: 1px solid #84626A; }

<div style="border:3px solid #84626A">Div</div>

This div border color is #84626A.


Opacity

.myOpacity80 { color: #84626A; opacity: 0.8; }

<p style="color:#84626A;opacity:0.8;">80%</p>

Text with #84626A 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 #84626A;}

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

This text has shadow with #84626A color.

.textShadow {text-shadow: 3px 3px 1px #84626A, 3px 3px 1px red;}

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

This text has shadow with #84626A primary color and red secondary color.


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

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

This text has shadow with #84626A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84626A on black background.


Color preview on white background

This text has color #84626A on white background.



Black color preview on #84626A background

This text has black color on #84626A background.


White color preview on #84626A background

This text has white color on #84626A background.