Color Hex Logo

#846973 Color Hex

#846973
(132,105,115)
0 Favorites   0 Comments

Color spaces of #846973

RGB 132105115
HSL0.940.110.46
HSV338°20°52°
CMYK 0.000.200.13   0.48
XYZ17.661816.246518.4247
Yxy16.24650.33750.3104
Hunter Lab40.30697.67841.1128
CIE-Lab47.296212.4935-1.4910

#846973 color RGB value is (132,105,115).

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

The process color (four color CMYK) of #846973 color hex is 0.00, 0.20, 0.13, 0.48. Web safe color of #846973 is #996666. Color #846973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101001 01110011
Octal 204 151 163
Decimal 132 105 115
Hex 84 69 73

RGB Percentages of Color #846973

%37.50
%29.83
%32.67

CMYK Percentages of Color #846973

%0
%20
%13
%48

Triadic Colors of #846973

#846973 #738469 #697384

Analogous Colors of #846973

#846973 #846d69 #846981

Monochromatic Colors of #846973

#846973

Complementary Color

#846973 #69847a

#846973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846973 Color CSS Codes

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

#846973 Text Font Color

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

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


#846973 Background Color

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

This div background color is #846973


#846973 Border Color

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

This div border color is #846973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846973


Comments

No comments written yet.

Please login to write comment.