Color Hex Logo

#957532 Color Hex

#957532
(149,117,50)
0 Favorites   0 Comments

Color spaces of #957532

RGB 14911750
HSL0.110.500.39
HSV41°66°58°
CMYK 0.000.210.66   0.42
XYZ19.331419.34245.7322
Yxy19.34240.43530.4356
Hunter Lab43.98001.494723.0583
CIE-Lab51.08544.882340.7067

#957532 color RGB value is (149,117,50).

#957532 hex color red value is 149, green value is 117 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #957532 hue: 0.11 , saturation: 0.50 and the lightness value of 957532 is 0.39.

The process color (four color CMYK) of #957532 color hex is 0.00, 0.21, 0.66, 0.42. Web safe color of #957532 is #996633. Color #957532 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110101 00110010
Octal 225 165 62
Decimal 149 117 50
Hex 95 75 32

RGB Percentages of Color #957532

%47.15
%37.03
%15.82

CMYK Percentages of Color #957532

%0
%21
%66
%42

Triadic Colors of #957532

#957532 #329575 #753295

Analogous Colors of #957532

#957532 #849532 #954432

Monochromatic Colors of #957532

#957532

Complementary Color

#957532 #325295

#957532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957532 Color CSS Codes

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

#957532 Text Font Color

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

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


#957532 Background Color

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

This div background color is #957532


#957532 Border Color

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

This div border color is #957532


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,117,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957532


Comments

No comments written yet.

Please login to write comment.