Color Hex Logo

#96583e Color Hex

#96583E
(150,88,62)
0 Favorites   0 Comments

Color spaces of #96583e

RGB 1508862
HSL0.050.420.42
HSV18°59°59°
CMYK 0.000.410.59   0.41
XYZ16.936913.81136.3306
Yxy13.81130.45680.3725
Hunter Lab37.163616.313315.9148
CIE-Lab43.961122.911025.9008

#96583e color RGB value is (150,88,62).

#96583e hex color red value is 150, green value is 88 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #96583e hue: 0.05 , saturation: 0.42 and the lightness value of 96583e is 0.42.

The process color (four color CMYK) of #96583e color hex is 0.00, 0.41, 0.59, 0.41. Web safe color of #96583e is #996633. Color #96583e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011000 00111110
Octal 226 130 76
Decimal 150 88 62
Hex 96 58 3E

RGB Percentages of Color #96583e

%50.00
%29.33
%20.67

CMYK Percentages of Color #96583e

%0
%41
%59
%41

Triadic Colors of #96583e

#96583e #3e9658 #583e96

Analogous Colors of #96583e

#96583e #96843e #963e50

Monochromatic Colors of #96583e

#96583e

Complementary Color

#96583e #3e7c96

#96583e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96583e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96583e Color CSS Codes

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

#96583e Text Font Color

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

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


#96583e Background Color

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

This div background color is #96583e


#96583e Border Color

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

This div border color is #96583e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96583e


Comments

No comments written yet.

Please login to write comment.