Color Hex Logo

#847212 Color Hex

#847212
(132,114,18)
0 Favorites   0 Comments

Color spaces of #847212

RGB 13211418
HSL0.140.760.29
HSV51°86°52°
CMYK 0.000.140.86   0.48
XYZ15.642216.98383.0260
Yxy16.98380.43870.4764
Hunter Lab41.2114-4.368524.4945
CIE-Lab48.2396-2.891250.1774

#847212 color RGB value is (132,114,18).

#847212 hex color red value is 132, green value is 114 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #847212 hue: 0.14 , saturation: 0.76 and the lightness value of 847212 is 0.29.

The process color (four color CMYK) of #847212 color hex is 0.00, 0.14, 0.86, 0.48. Web safe color of #847212 is #996600. Color #847212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110010 00010010
Octal 204 162 22
Decimal 132 114 18
Hex 84 72 12

RGB Percentages of Color #847212

%50.00
%43.18
%6.82

CMYK Percentages of Color #847212

%0
%14
%86
%48

Triadic Colors of #847212

#847212 #128472 #721284

Analogous Colors of #847212

#847212 #5d8412 #843912

Monochromatic Colors of #847212

#847212

Complementary Color

#847212 #122484

#847212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847212 Color CSS Codes

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

#847212 Text Font Color

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

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


#847212 Background Color

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

This div background color is #847212


#847212 Border Color

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

This div border color is #847212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847212


Comments

No comments written yet.

Please login to write comment.