Color Hex Logo

#846346 Color Hex

#846346
(132,99,70)
0 Favorites   0 Comments

Color spaces of #846346

RGB 1329970
HSL0.080.310.40
HSV28°47°52°
CMYK 0.000.250.47   0.48
XYZ15.083114.27147.7540
Yxy14.27140.40650.3846
Hunter Lab37.77755.157514.2747
CIE-Lab44.61979.407821.6172

#846346 color RGB value is (132,99,70).

#846346 hex color red value is 132, green value is 99 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #846346 hue: 0.08 , saturation: 0.31 and the lightness value of 846346 is 0.40.

The process color (four color CMYK) of #846346 color hex is 0.00, 0.25, 0.47, 0.48. Web safe color of #846346 is #996633. Color #846346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100011 01000110
Octal 204 143 106
Decimal 132 99 70
Hex 84 63 46

RGB Percentages of Color #846346

%43.85
%32.89
%23.26

CMYK Percentages of Color #846346

%0
%25
%47
%48

Triadic Colors of #846346

#846346 #468463 #634684

Analogous Colors of #846346

#846346 #848246 #844648

Monochromatic Colors of #846346

#846346

Complementary Color

#846346 #466784

#846346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846346 Color CSS Codes

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

#846346 Text Font Color

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

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


#846346 Background Color

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

This div background color is #846346


#846346 Border Color

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

This div border color is #846346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846346


Comments

No comments written yet.

Please login to write comment.