Color Hex Logo

#846712 Color Hex

#846712
(132,103,18)
0 Favorites   0 Comments

Color spaces of #846712

RGB 13210318
HSL0.120.760.29
HSV45°86°52°
CMYK 0.000.220.86   0.48
XYZ14.475114.64972.6370
Yxy14.64970.45570.4612
Hunter Lab38.27490.525422.7076
CIE-Lab45.15063.431947.5675

#846712 color RGB value is (132,103,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100111 00010010
Octal 204 147 22
Decimal 132 103 18
Hex 84 67 12

RGB Percentages of Color #846712

%52.17
%40.71
%7.11

CMYK Percentages of Color #846712

%0
%22
%86
%48

Triadic Colors of #846712

#846712 #128467 #671284

Analogous Colors of #846712

#846712 #688412 #842e12

Monochromatic Colors of #846712

#846712

Complementary Color

#846712 #122f84

#846712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846712 Color CSS Codes

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

#846712 Text Font Color

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

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


#846712 Background Color

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

This div background color is #846712


#846712 Border Color

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

This div border color is #846712


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,103,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 #846712">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846712


Comments

No comments written yet.

Please login to write comment.