Color Hex Logo

#95544e Color Hex

#95544E
(149,84,78)
0 Favorites   0 Comments

Color spaces of #95544e

RGB 1498478
HSL0.010.310.45
HSV48°58°
CMYK 0.000.440.48   0.42
XYZ16.939913.28038.8782
Yxy13.28030.43330.3397
Hunter Lab36.442119.200811.0650
CIE-Lab43.182626.283215.3125

#95544e color RGB value is (149,84,78).

#95544e hex color red value is 149, green value is 84 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #95544e hue: 0.01 , saturation: 0.31 and the lightness value of 95544e is 0.45.

The process color (four color CMYK) of #95544e color hex is 0.00, 0.44, 0.48, 0.42. Web safe color of #95544e is #996666. Color #95544e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010100 01001110
Octal 225 124 116
Decimal 149 84 78
Hex 95 54 4E

RGB Percentages of Color #95544e

%47.91
%27.01
%25.08

CMYK Percentages of Color #95544e

%0
%44
%48
%42

Triadic Colors of #95544e

#95544e #4e9554 #544e95

Analogous Colors of #95544e

#95544e #95784e #954e6c

Monochromatic Colors of #95544e

#95544e

Complementary Color

#95544e #4e8f95

#95544e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95544e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95544e Color CSS Codes

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

#95544e Text Font Color

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

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


#95544e Background Color

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

This div background color is #95544e


#95544e Border Color

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

This div border color is #95544e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95544e


Comments

No comments written yet.

Please login to write comment.