Color Hex Logo

#96514d Color Hex

#96514D
(150,81,77)
0 Favorites   0 Comments

Color spaces of #96514d

RGB 1508177
HSL0.010.320.45
HSV49°59°
CMYK 0.000.460.49   0.41
XYZ16.859712.90478.6234
Yxy12.90470.43920.3362
Hunter Lab35.923120.909510.9135
CIE-Lab42.619328.266415.1790

#96514d color RGB value is (150,81,77).

#96514d hex color red value is 150, green value is 81 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #96514d hue: 0.01 , saturation: 0.32 and the lightness value of 96514d is 0.45.

The process color (four color CMYK) of #96514d color hex is 0.00, 0.46, 0.49, 0.41. Web safe color of #96514d is #996666. Color #96514d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010001 01001101
Octal 226 121 115
Decimal 150 81 77
Hex 96 51 4D

RGB Percentages of Color #96514d

%48.70
%26.30
%25.00

CMYK Percentages of Color #96514d

%0
%46
%49
%41

Triadic Colors of #96514d

#96514d #4d9651 #514d96

Analogous Colors of #96514d

#96514d #96764d #964d6e

Monochromatic Colors of #96514d

#96514d

Complementary Color

#96514d #4d9296

#96514d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96514d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96514d Color CSS Codes

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

#96514d Text Font Color

<p style="color:#96514d">Text here</p>

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


#96514d Background Color

<div style="background-color:#96514d">
Div content here</div>

This div background color is #96514d


#96514d Border Color

<div style="border:3px solid #96514d">
Div here</div>

This div border color is #96514d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,81,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96514d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96514d;
  -webkit-box-shadow: 1px 1px 3px 2px #96514d;
  box-shadow:         1px 1px 3px 2px #96514d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,81,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96514d

#96514d Color Palettes


Comments

No comments written yet.

Please login to write comment.