Color Hex Logo

#958169 Color Hex

#958169
(149,129,105)
0 Favorites   0 Comments

Color spaces of #958169

RGB 149129105
HSL0.090.170.50
HSV33°30°58°
CMYK 0.000.130.30   0.42
XYZ22.794523.110016.6239
Yxy23.11000.36450.3696
Hunter Lab48.07290.511113.1481
CIE-Lab55.18553.813215.8393

#958169 color RGB value is (149,129,105).

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

The process color (four color CMYK) of #958169 color hex is 0.00, 0.13, 0.30, 0.42. Web safe color of #958169 is #999966. Color #958169 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000001 01101001
Octal 225 201 151
Decimal 149 129 105
Hex 95 81 69

RGB Percentages of Color #958169

%38.90
%33.68
%27.42

CMYK Percentages of Color #958169

%0
%13
%30
%42

Triadic Colors of #958169

#958169 #699581 #816995

Analogous Colors of #958169

#958169 #939569 #956b69

Monochromatic Colors of #958169

#958169

Complementary Color

#958169 #697d95

#958169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958169 Color CSS Codes

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

#958169 Text Font Color

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

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


#958169 Background Color

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

This div background color is #958169


#958169 Border Color

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

This div border color is #958169


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,129,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 #958169">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958169


Comments

No comments written yet.

Please login to write comment.