Color Hex Logo

#968362 Color Hex

#968362
(150,131,98)
0 Favorites   0 Comments

Color spaces of #968362

RGB 15013198
HSL0.110.210.49
HSV38°35°59°
CMYK 0.000.130.35   0.41
XYZ22.898623.598514.9033
Yxy23.59850.37290.3843
Hunter Lab48.5783-0.871515.8153
CIE-Lab55.68352.138420.5211

#968362 color RGB value is (150,131,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 01100010
Octal 226 203 142
Decimal 150 131 98
Hex 96 83 62

RGB Percentages of Color #968362

%39.58
%34.56
%25.86

CMYK Percentages of Color #968362

%0
%13
%35
%41

Triadic Colors of #968362

#968362 #629683 #836296

Analogous Colors of #968362

#968362 #8f9662 #966962

Monochromatic Colors of #968362

#968362

Complementary Color

#968362 #627596

#968362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968362 Color CSS Codes

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

#968362 Text Font Color

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

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


#968362 Background Color

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

This div background color is #968362


#968362 Border Color

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

This div border color is #968362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968362


Comments

No comments written yet.

Please login to write comment.