Color Hex Logo

#9b958d Color Hex

#9B958D
(155,149,141)
0 Favorites   0 Comments

Color spaces of #9b958d

RGB 155149141
HSL0.100.070.58
HSV34°61°
CMYK 0.000.040.09   0.39
XYZ29.072730.386529.5322
Yxy30.38650.32670.3415
Hunter Lab55.1240-2.32506.8226
CIE-Lab61.98630.74034.9972

#9b958d color RGB value is (155,149,141).

#9b958d hex color red value is 155, green value is 149 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #9b958d hue: 0.10 , saturation: 0.07 and the lightness value of 9b958d is 0.58.

The process color (four color CMYK) of #9b958d color hex is 0.00, 0.04, 0.09, 0.39. Web safe color of #9b958d is #999999. Color #9b958d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10010101 10001101
Octal 233 225 215
Decimal 155 149 141
Hex 9B 95 8D

RGB Percentages of Color #9b958d

%34.83
%33.48
%31.69

CMYK Percentages of Color #9b958d

%0
%4
%9
%39

Triadic Colors of #9b958d

#9b958d #8d9b95 #958d9b

Analogous Colors of #9b958d

#9b958d #9a9b8d #9b8e8d

Monochromatic Colors of #9b958d

#9b958d

Complementary Color

#9b958d #8d939b

#9b958d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b958d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b958d Color CSS Codes

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

#9b958d Text Font Color

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

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


#9b958d Background Color

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

This div background color is #9b958d


#9b958d Border Color

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

This div border color is #9b958d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,149,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b958d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b958d;
  -webkit-box-shadow: 1px 1px 3px 2px #9b958d;
  box-shadow:         1px 1px 3px 2px #9b958d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b958d


Comments

No comments written yet.

Please login to write comment.