Color Hex Logo

#847383 Color Hex

#847383
(132,115,131)
0 Favorites   0 Comments

Color spaces of #847383

RGB 132115131
HSL0.840.070.48
HSV304°13°52°
CMYK 0.000.130.01   0.48
XYZ19.743218.805724.0620
Yxy18.80570.31530.3004
Hunter Lab43.36555.3767-2.5420
CIE-Lab50.45919.6551-6.3323

#847383 color RGB value is (132,115,131).

#847383 hex color red value is 132, green value is 115 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #847383 hue: 0.84 , saturation: 0.07 and the lightness value of 847383 is 0.48.

The process color (four color CMYK) of #847383 color hex is 0.00, 0.13, 0.01, 0.48. Web safe color of #847383 is #996699. Color #847383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110011 10000011
Octal 204 163 203
Decimal 132 115 131
Hex 84 73 83

RGB Percentages of Color #847383

%34.92
%30.42
%34.66

CMYK Percentages of Color #847383

%0
%13
%1
%48

Triadic Colors of #847383

#847383 #838473 #738384

Analogous Colors of #847383

#847383 #84737b #7d7384

Monochromatic Colors of #847383

#847383

Complementary Color

#847383 #738474

#847383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847383 Color CSS Codes

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

#847383 Text Font Color

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

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


#847383 Background Color

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

This div background color is #847383


#847383 Border Color

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

This div border color is #847383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847383


Comments

No comments written yet.

Please login to write comment.