Color Hex Logo

#96505b Color Hex

#96505B
(150,80,91)
0 Favorites   0 Comments

Color spaces of #96505b

RGB 1508091
HSL0.970.300.45
HSV351°47°59°
CMYK 0.000.470.39   0.41
XYZ17.334712.976711.4886
Yxy12.97670.41470.3104
Hunter Lab36.023222.85536.3073
CIE-Lab42.728130.41136.7480

#96505b color RGB value is (150,80,91).

#96505b hex color red value is 150, green value is 80 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #96505b hue: 0.97 , saturation: 0.30 and the lightness value of 96505b is 0.45.

The process color (four color CMYK) of #96505b color hex is 0.00, 0.47, 0.39, 0.41. Web safe color of #96505b is #996666. Color #96505b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010000 01011011
Octal 226 120 133
Decimal 150 80 91
Hex 96 50 5B

RGB Percentages of Color #96505b

%46.73
%24.92
%28.35

CMYK Percentages of Color #96505b

%0
%47
%39
%41

Triadic Colors of #96505b

#96505b #5b9650 #505b96

Analogous Colors of #96505b

#96505b #966850 #96507e

Monochromatic Colors of #96505b

#96505b

Complementary Color

#96505b #50968b

#96505b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96505b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96505b Color CSS Codes

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

#96505b Text Font Color

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

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


#96505b Background Color

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

This div background color is #96505b


#96505b Border Color

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

This div border color is #96505b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,80,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96505b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96505b;
  -webkit-box-shadow: 1px 1px 3px 2px #96505b;
  box-shadow:         1px 1px 3px 2px #96505b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96505b


Comments

No comments written yet.

Please login to write comment.