Color Hex Logo

#846e4e Color Hex

#846E4E
(132,110,78)
0 Favorites   0 Comments

Color spaces of #846e4e

RGB 13211078
HSL0.100.260.41
HSV36°41°52°
CMYK 0.000.170.41   0.48
XYZ16.466816.60759.5454
Yxy16.60750.38640.3897
Hunter Lab40.75230.810014.6391
CIE-Lab47.76163.901721.0871

#846e4e color RGB value is (132,110,78).

#846e4e hex color red value is 132, green value is 110 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #846e4e hue: 0.10 , saturation: 0.26 and the lightness value of 846e4e is 0.41.

The process color (four color CMYK) of #846e4e color hex is 0.00, 0.17, 0.41, 0.48. Web safe color of #846e4e is #996666. Color #846e4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101110 01001110
Octal 204 156 116
Decimal 132 110 78
Hex 84 6E 4E

RGB Percentages of Color #846e4e

%41.25
%34.38
%24.38

CMYK Percentages of Color #846e4e

%0
%17
%41
%48

Triadic Colors of #846e4e

#846e4e #4e846e #6e4e84

Analogous Colors of #846e4e

#846e4e #7f844e #84534e

Monochromatic Colors of #846e4e

#846e4e

Complementary Color

#846e4e #4e6484

#846e4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846e4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#846e4e Color CSS Codes

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

#846e4e Text Font Color

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

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


#846e4e Background Color

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

This div background color is #846e4e


#846e4e Border Color

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

This div border color is #846e4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846e4e


Comments

No comments written yet.

Please login to write comment.