Color Hex Logo

#847006 Color Hex

#847006
(132,112,6)
0 Favorites   0 Comments

Color spaces of #847006

RGB 1321126
HSL0.140.910.27
HSV50°95°52°
CMYK 0.000.150.95   0.48
XYZ15.342816.50702.5498
Yxy16.50700.44600.4799
Hunter Lab40.6288-3.692824.7192
CIE-Lab47.6328-2.034852.4920

#847006 color RGB value is (132,112,6).

#847006 hex color red value is 132, green value is 112 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #847006 hue: 0.14 , saturation: 0.91 and the lightness value of 847006 is 0.27.

The process color (four color CMYK) of #847006 color hex is 0.00, 0.15, 0.95, 0.48. Web safe color of #847006 is #996600. Color #847006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110000 00000110
Octal 204 160 6
Decimal 132 112 6
Hex 84 70 6

RGB Percentages of Color #847006

%52.80
%44.80
%2.40

CMYK Percentages of Color #847006

%0
%15
%95
%48

Triadic Colors of #847006

#847006 #068470 #700684

Analogous Colors of #847006

#847006 #598406 #843106

Monochromatic Colors of #847006

#847006

Complementary Color

#847006 #061a84

#847006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847006 Color CSS Codes

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

#847006 Text Font Color

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

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


#847006 Background Color

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

This div background color is #847006


#847006 Border Color

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

This div border color is #847006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847006


Comments

No comments written yet.

Please login to write comment.