Color Hex Logo

#958167 Color Hex

#958167
(149,129,103)
0 Favorites   0 Comments

Color spaces of #958167

RGB 149129103
HSL0.090.180.49
HSV34°31°58°
CMYK 0.000.130.31   0.42
XYZ22.692923.069316.0887
Yxy23.06930.36690.3730
Hunter Lab48.03050.282213.7611
CIE-Lab55.14363.531216.9269

#958167 color RGB value is (149,129,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000001 01100111
Octal 225 201 147
Decimal 149 129 103
Hex 95 81 67

RGB Percentages of Color #958167

%39.11
%33.86
%27.03

CMYK Percentages of Color #958167

%0
%13
%31
%42

Triadic Colors of #958167

#958167 #679581 #816795

Analogous Colors of #958167

#958167 #929567 #956a67

Monochromatic Colors of #958167

#958167

Complementary Color

#958167 #677b95

#958167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958167 Color CSS Codes

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

#958167 Text Font Color

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

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


#958167 Background Color

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

This div background color is #958167


#958167 Border Color

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

This div border color is #958167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958167


Comments

No comments written yet.

Please login to write comment.