Color Hex Logo

#95875e Color Hex

#95875E
(149,135,94)
0 Favorites   0 Comments

Color spaces of #95875e

RGB 14913594
HSL0.120.230.48
HSV45°37°58°
CMYK 0.000.090.37   0.42
XYZ23.078824.525714.1072
Yxy24.52570.37400.3974
Hunter Lab49.5234-3.481817.7771
CIE-Lab56.6103-1.042423.9880

#95875e color RGB value is (149,135,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000111 01011110
Octal 225 207 136
Decimal 149 135 94
Hex 95 87 5E

RGB Percentages of Color #95875e

%39.42
%35.71
%24.87

CMYK Percentages of Color #95875e

%0
%9
%37
%42

Triadic Colors of #95875e

#95875e #5e9587 #875e95

Analogous Colors of #95875e

#95875e #88955e #956c5e

Monochromatic Colors of #95875e

#95875e

Complementary Color

#95875e #5e6c95

#95875e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95875e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95875e Color CSS Codes

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

#95875e Text Font Color

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

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


#95875e Background Color

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

This div background color is #95875e


#95875e Border Color

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

This div border color is #95875e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95875e


Comments

No comments written yet.

Please login to write comment.