Color Hex Logo

#847448 Color Hex

#847448
(132,116,72)
0 Favorites   0 Comments

Color spaces of #847448

RGB 13211672
HSL0.120.290.40
HSV44°45°52°
CMYK 0.000.120.45   0.48
XYZ16.930817.86428.6867
Yxy17.86420.38940.4108
Hunter Lab42.2661-2.462717.4007
CIE-Lab49.3310-0.268926.5413

#847448 color RGB value is (132,116,72).

#847448 hex color red value is 132, green value is 116 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #847448 hue: 0.12 , saturation: 0.29 and the lightness value of 847448 is 0.40.

The process color (four color CMYK) of #847448 color hex is 0.00, 0.12, 0.45, 0.48. Web safe color of #847448 is #996633. Color #847448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110100 01001000
Octal 204 164 110
Decimal 132 116 72
Hex 84 74 48

RGB Percentages of Color #847448

%41.25
%36.25
%22.50

CMYK Percentages of Color #847448

%0
%12
%45
%48

Triadic Colors of #847448

#847448 #488474 #744884

Analogous Colors of #847448

#847448 #768448 #845648

Monochromatic Colors of #847448

#847448

Complementary Color

#847448 #485884

#847448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847448 Color CSS Codes

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

#847448 Text Font Color

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

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


#847448 Background Color

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

This div background color is #847448


#847448 Border Color

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

This div border color is #847448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847448


Comments

No comments written yet.

Please login to write comment.