Color Hex Logo

#847d07 Color Hex

#847D07
(132,125,7)
0 Favorites   0 Comments

Color spaces of #847d07

RGB 1321257
HSL0.160.900.27
HSV57°95°52°
CMYK 0.000.050.95   0.48
XYZ16.887719.58813.0918
Yxy19.58810.42680.4951
Hunter Lab44.2584-9.342026.8390
CIE-Lab51.3683-9.289255.1357

#847d07 color RGB value is (132,125,7).

#847d07 hex color red value is 132, green value is 125 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #847d07 hue: 0.16 , saturation: 0.90 and the lightness value of 847d07 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111101 00000111
Octal 204 175 7
Decimal 132 125 7
Hex 84 7D 7

RGB Percentages of Color #847d07

%50.00
%47.35
%2.65

CMYK Percentages of Color #847d07

%0
%5
%95
%48

Triadic Colors of #847d07

#847d07 #07847d #7d0784

Analogous Colors of #847d07

#847d07 #4d8407 #843f07

Monochromatic Colors of #847d07

#847d07

Complementary Color

#847d07 #070e84

#847d07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847d07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847d07 Color CSS Codes

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

#847d07 Text Font Color

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

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


#847d07 Background Color

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

This div background color is #847d07


#847d07 Border Color

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

This div border color is #847d07


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,125,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #847d07; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #847d07;
  -webkit-box-shadow: 1px 1px 3px 2px #847d07;
  box-shadow:         1px 1px 3px 2px #847d07; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847d07


Comments

No comments written yet.

Please login to write comment.