Color Hex Logo

#96585b Color Hex

#96585B
(150,88,91)
0 Favorites   0 Comments

Color spaces of #96585b

RGB 1508891
HSL0.990.260.47
HSV357°41°59°
CMYK 0.000.410.39   0.41
XYZ17.955714.218811.6957
Yxy14.21880.40930.3241
Hunter Lab37.707819.00948.0057
CIE-Lab44.545125.92599.3162

#96585b color RGB value is (150,88,91).

#96585b hex color red value is 150, green value is 88 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #96585b hue: 0.99 , saturation: 0.26 and the lightness value of 96585b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011000 01011011
Octal 226 130 133
Decimal 150 88 91
Hex 96 58 5B

RGB Percentages of Color #96585b

%45.59
%26.75
%27.66

CMYK Percentages of Color #96585b

%0
%41
%39
%41

Triadic Colors of #96585b

#96585b #5b9658 #585b96

Analogous Colors of #96585b

#96585b #967458 #96587a

Monochromatic Colors of #96585b

#96585b

Complementary Color

#96585b #589693

#96585b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96585b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96585b Color CSS Codes

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

#96585b Text Font Color

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

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


#96585b Background Color

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

This div background color is #96585b


#96585b Border Color

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

This div border color is #96585b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,88,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 #96585b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96585b


Comments

No comments written yet.

Please login to write comment.