Color Hex Logo

#95875f Color Hex

#95875F
(149,135,95)
0 Favorites   0 Comments

Color spaces of #95875f

RGB 14913595
HSL0.120.220.48
HSV44°36°58°
CMYK 0.000.090.36   0.42
XYZ23.124024.543714.3451
Yxy24.54370.37290.3958
Hunter Lab49.5416-3.381317.5113
CIE-Lab56.6281-0.915423.4529

#95875f color RGB value is (149,135,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000111 01011111
Octal 225 207 137
Decimal 149 135 95
Hex 95 87 5F

RGB Percentages of Color #95875f

%39.31
%35.62
%25.07

CMYK Percentages of Color #95875f

%0
%9
%36
%42

Triadic Colors of #95875f

#95875f #5f9587 #875f95

Analogous Colors of #95875f

#95875f #88955f #956c5f

Monochromatic Colors of #95875f

#95875f

Complementary Color

#95875f #5f6d95

#95875f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95875f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95875f Color CSS Codes

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

#95875f Text Font Color

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

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


#95875f Background Color

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

This div background color is #95875f


#95875f Border Color

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

This div border color is #95875f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95875f


Comments

No comments written yet.

Please login to write comment.