Color Hex Logo

#95915e Color Hex

#95915E
(149,145,94)
0 Favorites   0 Comments

Color spaces of #95915e

RGB 14914594
HSL0.150.230.48
HSV56°37°58°
CMYK 0.000.030.37   0.42
XYZ24.540227.448514.5944
Yxy27.44850.36860.4122
Hunter Lab52.3913-8.075020.1578
CIE-Lab59.3872-6.561727.6238

#95915e color RGB value is (149,145,94).

#95915e hex color red value is 149, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #95915e hue: 0.15 , saturation: 0.23 and the lightness value of 95915e is 0.48.

The process color (four color CMYK) of #95915e color hex is 0.00, 0.03, 0.37, 0.42. Web safe color of #95915e is #999966. Color #95915e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010001 01011110
Octal 225 221 136
Decimal 149 145 94
Hex 95 91 5E

RGB Percentages of Color #95915e

%38.40
%37.37
%24.23

CMYK Percentages of Color #95915e

%0
%3
%37
%42

Triadic Colors of #95915e

#95915e #5e9591 #915e95

Analogous Colors of #95915e

#95915e #7e955e #95765e

Monochromatic Colors of #95915e

#95915e

Complementary Color

#95915e #5e6295

#95915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95915e Color CSS Codes

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

#95915e Text Font Color

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

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


#95915e Background Color

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

This div background color is #95915e


#95915e Border Color

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

This div border color is #95915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95915e


Comments

No comments written yet.

Please login to write comment.