Color Hex Logo

#845c2d Color Hex

#845C2D
(132,92,45)
0 Favorites   0 Comments

Color spaces of #845c2d

RGB 1329245
HSL0.090.490.35
HSV32°66°52°
CMYK 0.000.300.66   0.48
XYZ13.816512.74934.2153
Yxy12.74930.44890.4142
Hunter Lab35.70626.584817.9948
CIE-Lab42.383011.248533.0024

#845c2d color RGB value is (132,92,45).

#845c2d hex color red value is 132, green value is 92 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #845c2d hue: 0.09 , saturation: 0.49 and the lightness value of 845c2d is 0.35.

The process color (four color CMYK) of #845c2d color hex is 0.00, 0.30, 0.66, 0.48. Web safe color of #845c2d is #996633. Color #845c2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011100 00101101
Octal 204 134 55
Decimal 132 92 45
Hex 84 5C 2D

RGB Percentages of Color #845c2d

%49.07
%34.20
%16.73

CMYK Percentages of Color #845c2d

%0
%30
%66
%48

Triadic Colors of #845c2d

#845c2d #2d845c #5c2d84

Analogous Colors of #845c2d

#845c2d #81842d #84302d

Monochromatic Colors of #845c2d

#845c2d

Complementary Color

#845c2d #2d5584

#845c2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845c2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#845c2d Color CSS Codes

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

#845c2d Text Font Color

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

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


#845c2d Background Color

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

This div background color is #845c2d


#845c2d Border Color

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

This div border color is #845c2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845c2d

#845c2d Color Palettes


Comments

No comments written yet.

Please login to write comment.