Color Hex Logo

#957455 Color Hex

#957455
(149,116,85)
0 Favorites   0 Comments

Color spaces of #957455

RGB 14911685
HSL0.080.270.46
HSV29°43°58°
CMYK 0.000.220.43   0.42
XYZ20.279519.536211.2964
Yxy19.53620.39680.3822
Hunter Lab44.19984.548815.7867
CIE-Lab51.30878.650322.0721

#957455 color RGB value is (149,116,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110100 01010101
Octal 225 164 125
Decimal 149 116 85
Hex 95 74 55

RGB Percentages of Color #957455

%42.57
%33.14
%24.29

CMYK Percentages of Color #957455

%0
%22
%43
%42

Triadic Colors of #957455

#957455 #559574 #745595

Analogous Colors of #957455

#957455 #959455 #955556

Monochromatic Colors of #957455

#957455

Complementary Color

#957455 #557695

#957455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957455 Color CSS Codes

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

#957455 Text Font Color

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

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


#957455 Background Color

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

This div background color is #957455


#957455 Border Color

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

This div border color is #957455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957455


Comments

No comments written yet.

Please login to write comment.