Color Hex Logo

#845719 Color Hex

#845719
(132,87,25)
0 Favorites   0 Comments

Color spaces of #845719

RGB 1328725
HSL0.100.680.31
HSV35°81°52°
CMYK 0.000.340.81   0.48
XYZ13.099411.79212.5054
Yxy11.79210.47810.4304
Hunter Lab34.33967.997319.7120
CIE-Lab40.883813.081641.1899

#845719 color RGB value is (132,87,25).

#845719 hex color red value is 132, green value is 87 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #845719 hue: 0.10 , saturation: 0.68 and the lightness value of 845719 is 0.31.

The process color (four color CMYK) of #845719 color hex is 0.00, 0.34, 0.81, 0.48. Web safe color of #845719 is #996600. Color #845719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010111 00011001
Octal 204 127 31
Decimal 132 87 25
Hex 84 57 19

RGB Percentages of Color #845719

%54.10
%35.66
%10.25

CMYK Percentages of Color #845719

%0
%34
%81
%48

Triadic Colors of #845719

#845719 #198457 #571984

Analogous Colors of #845719

#845719 #7c8419 #842219

Monochromatic Colors of #845719

#845719

Complementary Color

#845719 #194684

#845719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#845719 Color CSS Codes

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

#845719 Text Font Color

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

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


#845719 Background Color

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

This div background color is #845719


#845719 Border Color

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

This div border color is #845719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845719


Comments

No comments written yet.

Please login to write comment.