Color Hex Logo

#846a29 Color Hex

#846A29
(132,106,41)
0 Favorites   0 Comments

Color spaces of #846a29

RGB 13210641
HSL0.120.530.34
HSV43°69°52°
CMYK 0.000.200.69   0.48
XYZ15.070015.37374.2710
Yxy15.37370.43410.4429
Hunter Lab39.2093-0.010320.9882
CIE-Lab46.14182.768339.1864

#846a29 color RGB value is (132,106,41).

#846a29 hex color red value is 132, green value is 106 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #846a29 hue: 0.12 , saturation: 0.53 and the lightness value of 846a29 is 0.34.

The process color (four color CMYK) of #846a29 color hex is 0.00, 0.20, 0.69, 0.48. Web safe color of #846a29 is #996633. Color #846a29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101010 00101001
Octal 204 152 51
Decimal 132 106 41
Hex 84 6A 29

RGB Percentages of Color #846a29

%47.31
%37.99
%14.70

CMYK Percentages of Color #846a29

%0
%20
%69
%48

Triadic Colors of #846a29

#846a29 #29846a #6a2984

Analogous Colors of #846a29

#846a29 #718429 #843d29

Monochromatic Colors of #846a29

#846a29

Complementary Color

#846a29 #294384

#846a29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846a29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846a29 Color CSS Codes

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

#846a29 Text Font Color

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

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


#846a29 Background Color

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

This div background color is #846a29


#846a29 Border Color

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

This div border color is #846a29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846a29


Comments

No comments written yet.

Please login to write comment.