Color Hex Logo

#846834 Color Hex

#846834
(132,104,52)
0 Favorites   0 Comments

Color spaces of #846834

RGB 13210452
HSL0.110.430.36
HSV39°61°52°
CMYK 0.000.210.61   0.48
XYZ15.085915.05415.3594
Yxy15.05410.42500.4241
Hunter Lab38.79961.504318.9700
CIE-Lab45.70824.732633.0972

#846834 color RGB value is (132,104,52).

#846834 hex color red value is 132, green value is 104 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #846834 hue: 0.11 , saturation: 0.43 and the lightness value of 846834 is 0.36.

The process color (four color CMYK) of #846834 color hex is 0.00, 0.21, 0.61, 0.48. Web safe color of #846834 is #996633. Color #846834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101000 00110100
Octal 204 150 64
Decimal 132 104 52
Hex 84 68 34

RGB Percentages of Color #846834

%45.83
%36.11
%18.06

CMYK Percentages of Color #846834

%0
%21
%61
%48

Triadic Colors of #846834

#846834 #348468 #683484

Analogous Colors of #846834

#846834 #788434 #844034

Monochromatic Colors of #846834

#846834

Complementary Color

#846834 #345084

#846834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846834 Color CSS Codes

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

#846834 Text Font Color

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

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


#846834 Background Color

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

This div background color is #846834


#846834 Border Color

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

This div border color is #846834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846834


Comments

No comments written yet.

Please login to write comment.