Color Hex Logo

#956473 Color Hex

#956473
(149,100,115)
0 Favorites   0 Comments

Color spaces of #956473

RGB 149100115
HSL0.950.200.49
HSV342°33°58°
CMYK 0.000.330.23   0.42
XYZ20.046116.741718.3946
Yxy16.74170.36330.3034
Hunter Lab40.916615.84761.9870
CIE-Lab47.932922.0506-0.3331

#956473 color RGB value is (149,100,115).

#956473 hex color red value is 149, green value is 100 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #956473 hue: 0.95 , saturation: 0.20 and the lightness value of 956473 is 0.49.

The process color (four color CMYK) of #956473 color hex is 0.00, 0.33, 0.23, 0.42. Web safe color of #956473 is #996666. Color #956473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100100 01110011
Octal 225 144 163
Decimal 149 100 115
Hex 95 64 73

RGB Percentages of Color #956473

%40.93
%27.47
%31.59

CMYK Percentages of Color #956473

%0
%33
%23
%42

Triadic Colors of #956473

#956473 #739564 #647395

Analogous Colors of #956473

#956473 #956e64 #95648c

Monochromatic Colors of #956473

#956473

Complementary Color

#956473 #649586

#956473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956473 Color CSS Codes

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

#956473 Text Font Color

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

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


#956473 Background Color

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

This div background color is #956473


#956473 Border Color

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

This div border color is #956473


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,100,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 #956473">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956473


Comments

No comments written yet.

Please login to write comment.