Color Hex Logo

#844725 Color Hex

#844725
(132,71,37)
0 Favorites   0 Comments

Color spaces of #844725

RGB 1327137
HSL0.060.560.33
HSV21°72°52°
CMYK 0.000.460.72   0.48
XYZ12.10299.54562.9549
Yxy9.54560.49190.3880
Hunter Lab30.896015.856015.9567
CIE-Lab37.014223.038131.3016

#844725 color RGB value is (132,71,37).

#844725 hex color red value is 132, green value is 71 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #844725 hue: 0.06 , saturation: 0.56 and the lightness value of 844725 is 0.33.

The process color (four color CMYK) of #844725 color hex is 0.00, 0.46, 0.72, 0.48. Web safe color of #844725 is #993333. Color #844725 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000111 00100101
Octal 204 107 45
Decimal 132 71 37
Hex 84 47 25

RGB Percentages of Color #844725

%55.00
%29.58
%15.42

CMYK Percentages of Color #844725

%0
%46
%72
%48

Triadic Colors of #844725

#844725 #258447 #472584

Analogous Colors of #844725

#844725 #847725 #842533

Monochromatic Colors of #844725

#844725

Complementary Color

#844725 #256284

#844725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844725 Color CSS Codes

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

#844725 Text Font Color

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

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


#844725 Background Color

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

This div background color is #844725


#844725 Border Color

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

This div border color is #844725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844725


Comments

No comments written yet.

Please login to write comment.