Color Hex Logo

#846831 Color Hex

#846831
(132,104,49)
0 Favorites   0 Comments

Color spaces of #846831

RGB 13210449
HSL0.110.460.35
HSV40°63°52°
CMYK 0.000.210.63   0.48
XYZ15.020415.02795.0147
Yxy15.02790.42840.4286
Hunter Lab38.76581.322319.4664
CIE-Lab45.67244.494634.6417

#846831 color RGB value is (132,104,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101000 00110001
Octal 204 150 61
Decimal 132 104 49
Hex 84 68 31

RGB Percentages of Color #846831

%46.32
%36.49
%17.19

CMYK Percentages of Color #846831

%0
%21
%63
%48

Triadic Colors of #846831

#846831 #318468 #683184

Analogous Colors of #846831

#846831 #778431 #843f31

Monochromatic Colors of #846831

#846831

Complementary Color

#846831 #314d84

#846831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846831 Color CSS Codes

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

#846831 Text Font Color

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

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


#846831 Background Color

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

This div background color is #846831


#846831 Border Color

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

This div border color is #846831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846831


Comments

No comments written yet.

Please login to write comment.