Color Hex Logo

#95737f Color Hex

#95737F
(149,115,127)
0 Favorites   0 Comments

Color spaces of #95737f

RGB 149115127
HSL0.940.140.52
HSV339°23°58°
CMYK 0.000.230.15   0.42
XYZ22.355920.183322.7962
Yxy20.18330.34220.3089
Hunter Lab44.925810.20461.3632
CIE-Lab52.043815.3493-1.4414

#95737f color RGB value is (149,115,127).

#95737f hex color red value is 149, green value is 115 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #95737f hue: 0.94 , saturation: 0.14 and the lightness value of 95737f is 0.52.

The process color (four color CMYK) of #95737f color hex is 0.00, 0.23, 0.15, 0.42. Web safe color of #95737f is #996666. Color #95737f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110011 01111111
Octal 225 163 177
Decimal 149 115 127
Hex 95 73 7F

RGB Percentages of Color #95737f

%38.11
%29.41
%32.48

CMYK Percentages of Color #95737f

%0
%23
%15
%42

Triadic Colors of #95737f

#95737f #7f9573 #737f95

Analogous Colors of #95737f

#95737f #957873 #957390

Monochromatic Colors of #95737f

#95737f

Complementary Color

#95737f #739589

#95737f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95737f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95737f Color CSS Codes

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

#95737f Text Font Color

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

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


#95737f Background Color

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

This div background color is #95737f


#95737f Border Color

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

This div border color is #95737f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95737f


Comments

No comments written yet.

Please login to write comment.