Color Hex Logo

#845841 Color Hex

#845841
(132,88,65)
0 Favorites   0 Comments

Color spaces of #845841

RGB 1328865
HSL0.060.340.39
HSV21°51°52°
CMYK 0.000.330.51   0.48
XYZ13.959612.26666.6330
Yxy12.26660.42480.3733
Hunter Lab35.02379.854313.2879
CIE-Lab41.636715.369920.6788

#845841 color RGB value is (132,88,65).

#845841 hex color red value is 132, green value is 88 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #845841 hue: 0.06 , saturation: 0.34 and the lightness value of 845841 is 0.39.

The process color (four color CMYK) of #845841 color hex is 0.00, 0.33, 0.51, 0.48. Web safe color of #845841 is #996633. Color #845841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011000 01000001
Octal 204 130 101
Decimal 132 88 65
Hex 84 58 41

RGB Percentages of Color #845841

%46.32
%30.88
%22.81

CMYK Percentages of Color #845841

%0
%33
%51
%48

Triadic Colors of #845841

#845841 #418458 #584184

Analogous Colors of #845841

#845841 #847a41 #84414c

Monochromatic Colors of #845841

#845841

Complementary Color

#845841 #416d84

#845841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#845841 Color CSS Codes

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

#845841 Text Font Color

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

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


#845841 Background Color

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

This div background color is #845841


#845841 Border Color

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

This div border color is #845841


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,88,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #845841; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #845841;
  -webkit-box-shadow: 1px 1px 3px 2px #845841;
  box-shadow:         1px 1px 3px 2px #845841; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845841


Comments

No comments written yet.

Please login to write comment.