Color Hex Logo

#957469 Color Hex

#957469
(149,116,105)
0 Favorites   0 Comments

Color spaces of #957469

RGB 149116105
HSL0.040.170.50
HSV15°30°58°
CMYK 0.000.220.30   0.42
XYZ21.189619.900316.0889
Yxy19.90030.37060.3480
Hunter Lab44.60986.72039.8434
CIE-Lab51.724311.263211.0310

#957469 color RGB value is (149,116,105).

#957469 hex color red value is 149, green value is 116 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #957469 hue: 0.04 , saturation: 0.17 and the lightness value of 957469 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110100 01101001
Octal 225 164 151
Decimal 149 116 105
Hex 95 74 69

RGB Percentages of Color #957469

%40.27
%31.35
%28.38

CMYK Percentages of Color #957469

%0
%22
%30
%42

Triadic Colors of #957469

#957469 #699574 #746995

Analogous Colors of #957469

#957469 #958a69 #956974

Monochromatic Colors of #957469

#957469

Complementary Color

#957469 #698a95

#957469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957469 Color CSS Codes

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

#957469 Text Font Color

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

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


#957469 Background Color

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

This div background color is #957469


#957469 Border Color

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

This div border color is #957469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957469


Comments

No comments written yet.

Please login to write comment.