Color Hex Logo

#968382 Color Hex

#968382
(150,131,130)
0 Favorites   0 Comments

Color spaces of #968382

RGB 150131130
HSL0.010.090.55
HSV13°59°
CMYK 0.000.130.13   0.41
XYZ24.723224.328324.5119
Yxy24.32830.33610.3307
Hunter Lab49.32373.15555.0619
CIE-Lab56.41507.03883.1875

#968382 color RGB value is (150,131,130).

#968382 hex color red value is 150, green value is 131 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #968382 hue: 0.01 , saturation: 0.09 and the lightness value of 968382 is 0.55.

The process color (four color CMYK) of #968382 color hex is 0.00, 0.13, 0.13, 0.41. Web safe color of #968382 is #999999. Color #968382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 10000010
Octal 226 203 202
Decimal 150 131 130
Hex 96 83 82

RGB Percentages of Color #968382

%36.50
%31.87
%31.63

CMYK Percentages of Color #968382

%0
%13
%13
%41

Triadic Colors of #968382

#968382 #829683 #838296

Analogous Colors of #968382

#968382 #968d82 #96828b

Monochromatic Colors of #968382

#968382

Complementary Color

#968382 #829596

#968382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968382 Color CSS Codes

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

#968382 Text Font Color

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

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


#968382 Background Color

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

This div background color is #968382


#968382 Border Color

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

This div border color is #968382


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,131,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968382; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968382;
  -webkit-box-shadow: 1px 1px 3px 2px #968382;
  box-shadow:         1px 1px 3px 2px #968382; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968382


Comments

No comments written yet.

Please login to write comment.