Color Hex Logo

#95871f Color Hex

#95871F
(149,135,31)
0 Favorites   0 Comments

Color spaces of #95871f

RGB 14913531
HSL0.150.660.35
HSV53°79°58°
CMYK 0.000.090.79   0.42
XYZ21.305723.81644.7704
Yxy23.81640.42700.4774
Hunter Lab48.8020-7.475128.3658
CIE-Lab55.9035-6.197953.4652

#95871f color RGB value is (149,135,31).

#95871f hex color red value is 149, green value is 135 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #95871f hue: 0.15 , saturation: 0.66 and the lightness value of 95871f is 0.35.

The process color (four color CMYK) of #95871f color hex is 0.00, 0.09, 0.79, 0.42. Web safe color of #95871f is #999933. Color #95871f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000111 00011111
Octal 225 207 37
Decimal 149 135 31
Hex 95 87 1F

RGB Percentages of Color #95871f

%47.30
%42.86
%9.84

CMYK Percentages of Color #95871f

%0
%9
%79
%42

Triadic Colors of #95871f

#95871f #1f9587 #871f95

Analogous Colors of #95871f

#95871f #68951f #954c1f

Monochromatic Colors of #95871f

#95871f

Complementary Color

#95871f #1f2d95

#95871f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95871f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95871f Color CSS Codes

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

#95871f Text Font Color

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

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


#95871f Background Color

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

This div background color is #95871f


#95871f Border Color

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

This div border color is #95871f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95871f


Comments

No comments written yet.

Please login to write comment.