Color Hex Logo

#846a07 Color Hex

#846A07
(132,106,7)
0 Favorites   0 Comments

Color spaces of #846a07

RGB 1321067
HSL0.130.900.27
HSV48°95°52°
CMYK 0.000.200.95   0.48
XYZ14.708115.22892.3653
Yxy15.22890.45530.4714
Hunter Lab39.0242-1.016323.7233
CIE-Lab45.94611.428050.9988

#846a07 color RGB value is (132,106,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101010 00000111
Octal 204 152 7
Decimal 132 106 7
Hex 84 6A 7

RGB Percentages of Color #846a07

%53.88
%43.27
%2.86

CMYK Percentages of Color #846a07

%0
%20
%95
%48

Triadic Colors of #846a07

#846a07 #07846a #6a0784

Analogous Colors of #846a07

#846a07 #608407 #842c07

Monochromatic Colors of #846a07

#846a07

Complementary Color

#846a07 #072184

#846a07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846a07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846a07 Color CSS Codes

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

#846a07 Text Font Color

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

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


#846a07 Background Color

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

This div background color is #846a07


#846a07 Border Color

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

This div border color is #846a07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846a07


Comments

No comments written yet.

Please login to write comment.