Color Hex Logo

#957e4a Color Hex

#957E4A
(149,126,74)
0 Favorites   0 Comments

Color spaces of #957e4a

RGB 14912674
HSL0.120.340.44
HSV42°50°58°
CMYK 0.000.150.50   0.42
XYZ21.091321.80579.5759
Yxy21.80570.40190.4156
Hunter Lab46.6966-1.096420.5292
CIE-Lab53.82021.759431.4385

#957e4a color RGB value is (149,126,74).

#957e4a hex color red value is 149, green value is 126 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #957e4a hue: 0.12 , saturation: 0.34 and the lightness value of 957e4a is 0.44.

The process color (four color CMYK) of #957e4a color hex is 0.00, 0.15, 0.50, 0.42. Web safe color of #957e4a is #996633. Color #957e4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111110 01001010
Octal 225 176 112
Decimal 149 126 74
Hex 95 7E 4A

RGB Percentages of Color #957e4a

%42.69
%36.10
%21.20

CMYK Percentages of Color #957e4a

%0
%15
%50
%42

Triadic Colors of #957e4a

#957e4a #4a957e #7e4a95

Analogous Colors of #957e4a

#957e4a #87954a #95594a

Monochromatic Colors of #957e4a

#957e4a

Complementary Color

#957e4a #4a6195

#957e4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957e4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#957e4a Color CSS Codes

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

#957e4a Text Font Color

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

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


#957e4a Background Color

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

This div background color is #957e4a


#957e4a Border Color

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

This div border color is #957e4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,126,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #957e4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #957e4a;
  -webkit-box-shadow: 1px 1px 3px 2px #957e4a;
  box-shadow:         1px 1px 3px 2px #957e4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957e4a


Comments

No comments written yet.

Please login to write comment.