Color Hex Logo

#95564b Color Hex

#95564B
(149,86,75)
0 Favorites   0 Comments

Color spaces of #95564b

RGB 1498675
HSL0.020.330.44
HSV50°58°
CMYK 0.000.420.50   0.42
XYZ16.992213.55318.3770
Yxy13.55310.43660.3482
Hunter Lab36.814517.963412.2790
CIE-Lab43.585124.837617.6701

#95564b color RGB value is (149,86,75).

#95564b hex color red value is 149, green value is 86 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #95564b hue: 0.02 , saturation: 0.33 and the lightness value of 95564b is 0.44.

The process color (four color CMYK) of #95564b color hex is 0.00, 0.42, 0.50, 0.42. Web safe color of #95564b is #996633. Color #95564b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010110 01001011
Octal 225 126 113
Decimal 149 86 75
Hex 95 56 4B

RGB Percentages of Color #95564b

%48.06
%27.74
%24.19

CMYK Percentages of Color #95564b

%0
%42
%50
%42

Triadic Colors of #95564b

#95564b #4b9556 #564b95

Analogous Colors of #95564b

#95564b #957b4b #954b65

Monochromatic Colors of #95564b

#95564b

Complementary Color

#95564b #4b8a95

#95564b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95564b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95564b Color CSS Codes

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

#95564b Text Font Color

<p style="color:#95564b">Text here</p>

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


#95564b Background Color

<div style="background-color:#95564b">
Div content here</div>

This div background color is #95564b


#95564b Border Color

<div style="border:3px solid #95564b">
Div here</div>

This div border color is #95564b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,86,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95564b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95564b;
  -webkit-box-shadow: 1px 1px 3px 2px #95564b;
  box-shadow:         1px 1px 3px 2px #95564b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95564b


Comments

No comments written yet.

Please login to write comment.