Color Hex Logo

#84625b Color Hex

#84625B
(132,98,91)
0 Favorites   0 Comments

Color spaces of #84625b

RGB 1329891
HSL0.030.180.44
HSV10°31°52°
CMYK 0.000.260.31   0.48
XYZ15.771714.396211.8450
Yxy14.39620.37540.3427
Hunter Lab37.94237.79908.0502
CIE-Lab44.795912.70679.3457

#84625b color RGB value is (132,98,91).

#84625b hex color red value is 132, green value is 98 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #84625b hue: 0.03 , saturation: 0.18 and the lightness value of 84625b is 0.44.

The process color (four color CMYK) of #84625b color hex is 0.00, 0.26, 0.31, 0.48. Web safe color of #84625b is #996666. Color #84625b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100010 01011011
Octal 204 142 133
Decimal 132 98 91
Hex 84 62 5B

RGB Percentages of Color #84625b

%41.12
%30.53
%28.35

CMYK Percentages of Color #84625b

%0
%26
%31
%48

Triadic Colors of #84625b

#84625b #5b8462 #625b84

Analogous Colors of #84625b

#84625b #84775b #845b69

Monochromatic Colors of #84625b

#84625b

Complementary Color

#84625b #5b7d84

#84625b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84625b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84625b Color CSS Codes

.mybgcolor {background-color:#84625b; } 
.myforecolor {color:#84625b; }
.mybordercolor {border:3px solid #84625b; }

#84625b Text Font Color

<p style="color:#84625b">Text here</p>

This sample text font color is #84625b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#84625b Background Color

<div style="background-color:#84625b">
Div content here</div>

This div background color is #84625b


#84625b Border Color

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

This div border color is #84625b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,98,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84625b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84625b;
  -webkit-box-shadow: 1px 1px 3px 2px #84625b;
  box-shadow:         1px 1px 3px 2px #84625b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,98,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #84625b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #84625b;
  -webkit-box-shadow: 1px 1px 3px 2px #84625b;
  box-shadow:         1px 1px 3px 2px #84625b;">
Div content here</div>

This div box has shadow with color #84625b


Comments

No comments written yet.

Please login to write comment.