Color Hex Logo

#95838e Color Hex

#95838E
(149,131,142)
0 Favorites   0 Comments

Color spaces of #95838e

RGB 149131142
HSL0.900.080.55
HSV323°12°58°
CMYK 0.000.120.05   0.42
XYZ25.393224.575228.9963
Yxy24.57520.32160.3112
Hunter Lab49.57344.68050.0217
CIE-Lab56.65928.8440-3.3996

#95838e color RGB value is (149,131,142).

#95838e hex color red value is 149, green value is 131 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #95838e hue: 0.90 , saturation: 0.08 and the lightness value of 95838e is 0.55.

The process color (four color CMYK) of #95838e color hex is 0.00, 0.12, 0.05, 0.42. Web safe color of #95838e is #999999. Color #95838e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000011 10001110
Octal 225 203 216
Decimal 149 131 142
Hex 95 83 8E

RGB Percentages of Color #95838e

%35.31
%31.04
%33.65

CMYK Percentages of Color #95838e

%0
%12
%5
%42

Triadic Colors of #95838e

#95838e #8e9583 #838e95

Analogous Colors of #95838e

#95838e #958385 #938395

Monochromatic Colors of #95838e

#95838e

Complementary Color

#95838e #83958a

#95838e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95838e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95838e Color CSS Codes

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

#95838e Text Font Color

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

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


#95838e Background Color

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

This div background color is #95838e


#95838e Border Color

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

This div border color is #95838e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,131,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95838e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95838e;
  -webkit-box-shadow: 1px 1px 3px 2px #95838e;
  box-shadow:         1px 1px 3px 2px #95838e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95838e


Comments

No comments written yet.

Please login to write comment.