Color Hex Logo

#844f5c Color Hex

#844F5C
(132,79,92)
0 Favorites   0 Comments

Color spaces of #844f5c

RGB 1327992
HSL0.960.250.41
HSV345°40°52°
CMYK 0.000.400.30   0.48
XYZ14.243511.270211.5499
Yxy11.27020.38430.3041
Hunter Lab33.571116.98423.1015
CIE-Lab40.031924.06371.9315

#844f5c color RGB value is (132,79,92).

#844f5c hex color red value is 132, green value is 79 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #844f5c hue: 0.96 , saturation: 0.25 and the lightness value of 844f5c is 0.41.

The process color (four color CMYK) of #844f5c color hex is 0.00, 0.40, 0.30, 0.48. Web safe color of #844f5c is #996666. Color #844f5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001111 01011100
Octal 204 117 134
Decimal 132 79 92
Hex 84 4F 5C

RGB Percentages of Color #844f5c

%43.56
%26.07
%30.36

CMYK Percentages of Color #844f5c

%0
%40
%30
%48

Triadic Colors of #844f5c

#844f5c #5c844f #4f5c84

Analogous Colors of #844f5c

#844f5c #845d4f #844f77

Monochromatic Colors of #844f5c

#844f5c

Complementary Color

#844f5c #4f8477

#844f5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844f5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#844f5c Color CSS Codes

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

#844f5c Text Font Color

<p style="color:#844f5c">Text here</p>

This sample text font color is #844f5c
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.


#844f5c Background Color

<div style="background-color:#844f5c">
Div content here</div>

This div background color is #844f5c


#844f5c Border Color

<div style="border:3px solid #844f5c">
Div here</div>

This div border color is #844f5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,79,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #844f5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #844f5c;
  -webkit-box-shadow: 1px 1px 3px 2px #844f5c;
  box-shadow:         1px 1px 3px 2px #844f5c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844f5c


Comments

No comments written yet.

Please login to write comment.