Color Hex Logo

#957558 Color Hex

#957558
(149,117,88)
0 Favorites   0 Comments

Color spaces of #957558

RGB 14911788
HSL0.080.260.46
HSV29°41°58°
CMYK 0.000.210.41   0.42
XYZ20.517219.816711.9762
Yxy19.81670.39220.3788
Hunter Lab44.51604.366915.2103
CIE-Lab51.62938.431220.7764

#957558 color RGB value is (149,117,88).

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

The process color (four color CMYK) of #957558 color hex is 0.00, 0.21, 0.41, 0.42. Web safe color of #957558 is #996666. Color #957558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110101 01011000
Octal 225 165 130
Decimal 149 117 88
Hex 95 75 58

RGB Percentages of Color #957558

%42.09
%33.05
%24.86

CMYK Percentages of Color #957558

%0
%21
%41
%42

Triadic Colors of #957558

#957558 #589575 #755895

Analogous Colors of #957558

#957558 #959458 #95585a

Monochromatic Colors of #957558

#957558

Complementary Color

#957558 #587895

#957558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957558 Color CSS Codes

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

#957558 Text Font Color

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

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


#957558 Background Color

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

This div background color is #957558


#957558 Border Color

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

This div border color is #957558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957558


Comments

No comments written yet.

Please login to write comment.