Color Hex Logo

#9d737f Color Hex

#9D737F
(157,115,127)
0 Favorites   0 Comments

Color spaces of #9d737f

RGB 157115127
HSL0.950.180.53
HSV343°27°62°
CMYK 0.000.270.19   0.38
XYZ23.866120.961922.8668
Yxy20.96190.35260.3097
Hunter Lab45.784212.92512.4367
CIE-Lab52.907818.4244-0.0743

#9d737f color RGB value is (157,115,127).

#9d737f hex color red value is 157, green value is 115 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #9d737f hue: 0.95 , saturation: 0.18 and the lightness value of 9d737f is 0.53.

The process color (four color CMYK) of #9d737f color hex is 0.00, 0.27, 0.19, 0.38. Web safe color of #9d737f is #996666. Color #9d737f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01110011 01111111
Octal 235 163 177
Decimal 157 115 127
Hex 9D 73 7F

RGB Percentages of Color #9d737f

%39.35
%28.82
%31.83

CMYK Percentages of Color #9d737f

%0
%27
%19
%38

Triadic Colors of #9d737f

#9d737f #7f9d73 #737f9d

Analogous Colors of #9d737f

#9d737f #9d7c73 #9d7394

Monochromatic Colors of #9d737f

#9d737f

Complementary Color

#9d737f #739d91

#9d737f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d737f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d737f Color CSS Codes

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

#9d737f Text Font Color

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

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


#9d737f Background Color

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

This div background color is #9d737f


#9d737f Border Color

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

This div border color is #9d737f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,115,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d737f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d737f;
  -webkit-box-shadow: 1px 1px 3px 2px #9d737f;
  box-shadow:         1px 1px 3px 2px #9d737f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,115,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d737f


Comments

No comments written yet.

Please login to write comment.