Color Hex Logo

#968363 Color Hex

#968363
(150,131,99)
0 Favorites   0 Comments

Color spaces of #968363

RGB 15013199
HSL0.100.200.49
HSV38°34°59°
CMYK 0.000.130.34   0.41
XYZ22.946123.617515.1536
Yxy23.61750.37180.3827
Hunter Lab48.5978-0.765115.5309
CIE-Lab55.70282.270519.9804

#968363 color RGB value is (150,131,99).

#968363 hex color red value is 150, green value is 131 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #968363 hue: 0.10 , saturation: 0.20 and the lightness value of 968363 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 01100011
Octal 226 203 143
Decimal 150 131 99
Hex 96 83 63

RGB Percentages of Color #968363

%39.47
%34.47
%26.05

CMYK Percentages of Color #968363

%0
%13
%34
%41

Triadic Colors of #968363

#968363 #639683 #836396

Analogous Colors of #968363

#968363 #909663 #966a63

Monochromatic Colors of #968363

#968363

Complementary Color

#968363 #637696

#968363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968363 Color CSS Codes

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

#968363 Text Font Color

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

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


#968363 Background Color

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

This div background color is #968363


#968363 Border Color

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

This div border color is #968363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968363


Comments

No comments written yet.

Please login to write comment.