Color Hex Logo

#847470 Color Hex

#847470
(132,116,112)
0 Favorites   0 Comments

Color spaces of #847470

RGB 132116112
HSL0.030.080.48
HSV12°15°52°
CMYK 0.000.120.15   0.48
XYZ18.685718.566217.9280
Yxy18.56620.33860.3365
Hunter Lab43.08852.00315.4929
CIE-Lab50.17585.49224.4768

#847470 color RGB value is (132,116,112).

#847470 hex color red value is 132, green value is 116 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #847470 hue: 0.03 , saturation: 0.08 and the lightness value of 847470 is 0.48.

The process color (four color CMYK) of #847470 color hex is 0.00, 0.12, 0.15, 0.48. Web safe color of #847470 is #996666. Color #847470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110100 01110000
Octal 204 164 160
Decimal 132 116 112
Hex 84 74 70

RGB Percentages of Color #847470

%36.67
%32.22
%31.11

CMYK Percentages of Color #847470

%0
%12
%15
%48

Triadic Colors of #847470

#847470 #708474 #747084

Analogous Colors of #847470

#847470 #847e70 #847076

Monochromatic Colors of #847470

#847470

Complementary Color

#847470 #708084

#847470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847470 Color CSS Codes

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

#847470 Text Font Color

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

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


#847470 Background Color

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

This div background color is #847470


#847470 Border Color

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

This div border color is #847470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847470


Comments

No comments written yet.

Please login to write comment.