Color Hex Logo

#957459 Color Hex

#957459
(149,116,89)
0 Favorites   0 Comments

Color spaces of #957459

RGB 14911689
HSL0.080.250.47
HSV27°40°58°
CMYK 0.000.220.40   0.42
XYZ20.443019.601612.1572
Yxy19.60160.39160.3755
Hunter Lab44.27374.941914.7110
CIE-Lab51.38379.127719.8726

#957459 color RGB value is (149,116,89).

#957459 hex color red value is 149, green value is 116 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #957459 hue: 0.08 , saturation: 0.25 and the lightness value of 957459 is 0.47.

The process color (four color CMYK) of #957459 color hex is 0.00, 0.22, 0.40, 0.42. Web safe color of #957459 is #996666. Color #957459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110100 01011001
Octal 225 164 131
Decimal 149 116 89
Hex 95 74 59

RGB Percentages of Color #957459

%42.09
%32.77
%25.14

CMYK Percentages of Color #957459

%0
%22
%40
%42

Triadic Colors of #957459

#957459 #599574 #745995

Analogous Colors of #957459

#957459 #959259 #95595c

Monochromatic Colors of #957459

#957459

Complementary Color

#957459 #597a95

#957459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957459 Color CSS Codes

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

#957459 Text Font Color

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

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


#957459 Background Color

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

This div background color is #957459


#957459 Border Color

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

This div border color is #957459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957459

#957459 Color Palettes


Comments

No comments written yet.

Please login to write comment.