Color Hex Logo

#846377 Color Hex

#846377
(132,99,119)
0 Favorites   0 Comments

Color spaces of #846377

RGB 13299119
HSL0.900.140.45
HSV324°25°52°
CMYK 0.000.250.10   0.48
XYZ17.307315.161119.4670
Yxy15.16110.33320.2919
Hunter Lab38.937311.2016-2.3864
CIE-Lab45.854116.7880-6.0254

#846377 color RGB value is (132,99,119).

#846377 hex color red value is 132, green value is 99 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #846377 hue: 0.90 , saturation: 0.14 and the lightness value of 846377 is 0.45.

The process color (four color CMYK) of #846377 color hex is 0.00, 0.25, 0.10, 0.48. Web safe color of #846377 is #996666. Color #846377 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100011 01110111
Octal 204 143 167
Decimal 132 99 119
Hex 84 63 77

RGB Percentages of Color #846377

%37.71
%28.29
%34.00

CMYK Percentages of Color #846377

%0
%25
%10
%48

Triadic Colors of #846377

#846377 #778463 #637784

Analogous Colors of #846377

#846377 #846367 #816384

Monochromatic Colors of #846377

#846377

Complementary Color

#846377 #638470

#846377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846377 Color CSS Codes

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

#846377 Text Font Color

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

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


#846377 Background Color

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

This div background color is #846377


#846377 Border Color

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

This div border color is #846377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846377


Comments

No comments written yet.

Please login to write comment.