Color Hex Logo

#95655f Color Hex

#95655F
(149,101,95)
0 Favorites   0 Comments

Color spaces of #95655f

RGB 14910195
HSL0.020.220.48
HSV36°58°
CMYK 0.000.320.36   0.42
XYZ19.113716.523113.0084
Yxy16.52310.39290.3397
Hunter Lab40.648612.79889.4800
CIE-Lab47.653418.567311.2439

#95655f color RGB value is (149,101,95).

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

The process color (four color CMYK) of #95655f color hex is 0.00, 0.32, 0.36, 0.42. Web safe color of #95655f is #996666. Color #95655f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100101 01011111
Octal 225 145 137
Decimal 149 101 95
Hex 95 65 5F

RGB Percentages of Color #95655f

%43.19
%29.28
%27.54

CMYK Percentages of Color #95655f

%0
%32
%36
%42

Triadic Colors of #95655f

#95655f #5f9565 #655f95

Analogous Colors of #95655f

#95655f #95805f #955f74

Monochromatic Colors of #95655f

#95655f

Complementary Color

#95655f #5f8f95

#95655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95655f Color CSS Codes

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

#95655f Text Font Color

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

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


#95655f Background Color

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

This div background color is #95655f


#95655f Border Color

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

This div border color is #95655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95655f


Comments

No comments written yet.

Please login to write comment.