Color Hex Logo

#846504 Color Hex

#846504
(132,101,4)
0 Favorites   0 Comments

Color spaces of #846504

RGB 1321014
HSL0.130.940.27
HSV45°97°52°
CMYK 0.000.230.97   0.48
XYZ14.191314.22172.1120
Yxy14.22170.46490.4659
Hunter Lab37.71171.176023.0777
CIE-Lab44.54924.267650.6580

#846504 color RGB value is (132,101,4).

#846504 hex color red value is 132, green value is 101 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #846504 hue: 0.13 , saturation: 0.94 and the lightness value of 846504 is 0.27.

The process color (four color CMYK) of #846504 color hex is 0.00, 0.23, 0.97, 0.48. Web safe color of #846504 is #996600. Color #846504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100101 00000100
Octal 204 145 4
Decimal 132 101 4
Hex 84 65 4

RGB Percentages of Color #846504

%55.70
%42.62
%1.69

CMYK Percentages of Color #846504

%0
%23
%97
%48

Triadic Colors of #846504

#846504 #048465 #650484

Analogous Colors of #846504

#846504 #638404 #842504

Monochromatic Colors of #846504

#846504

Complementary Color

#846504 #042384

#846504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846504 Color CSS Codes

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

#846504 Text Font Color

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

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


#846504 Background Color

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

This div background color is #846504


#846504 Border Color

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

This div border color is #846504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846504


Comments

No comments written yet.

Please login to write comment.