Color Hex Logo

#95837e Color Hex

#95837E
(149,131,126)
0 Favorites   0 Comments

Color spaces of #95837e

RGB 149131126
HSL0.040.100.54
HSV13°15°58°
CMYK 0.000.120.15   0.42
XYZ24.276624.128523.1164
Yxy24.12850.33940.3374
Hunter Lab49.12082.25746.4825
CIE-Lab56.21625.96215.1989

#95837e color RGB value is (149,131,126).

#95837e hex color red value is 149, green value is 131 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #95837e hue: 0.04 , saturation: 0.10 and the lightness value of 95837e is 0.54.

The process color (four color CMYK) of #95837e color hex is 0.00, 0.12, 0.15, 0.42. Web safe color of #95837e is #999966. Color #95837e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000011 01111110
Octal 225 203 176
Decimal 149 131 126
Hex 95 83 7E

RGB Percentages of Color #95837e

%36.70
%32.27
%31.03

CMYK Percentages of Color #95837e

%0
%12
%15
%42

Triadic Colors of #95837e

#95837e #7e9583 #837e95

Analogous Colors of #95837e

#95837e #958f7e #957e85

Monochromatic Colors of #95837e

#95837e

Complementary Color

#95837e #7e9095

#95837e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95837e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95837e Color CSS Codes

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

#95837e Text Font Color

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

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


#95837e Background Color

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

This div background color is #95837e


#95837e Border Color

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

This div border color is #95837e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95837e


Comments

No comments written yet.

Please login to write comment.