Color Hex Logo

#968e3f Color Hex

#968E3F
(150,142,63)
0 Favorites   0 Comments

Color spaces of #968e3f

RGB 15014263
HSL0.150.410.42
HSV54°58°59°
CMYK 0.000.050.58   0.41
XYZ23.147926.18898.5376
Yxy26.18890.40000.4525
Hunter Lab51.1751-8.816025.9311
CIE-Lab58.2159-7.652042.3556

#968e3f color RGB value is (150,142,63).

#968e3f hex color red value is 150, green value is 142 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #968e3f hue: 0.15 , saturation: 0.41 and the lightness value of 968e3f is 0.42.

The process color (four color CMYK) of #968e3f color hex is 0.00, 0.05, 0.58, 0.41. Web safe color of #968e3f is #999933. Color #968e3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001110 00111111
Octal 226 216 77
Decimal 150 142 63
Hex 96 8E 3F

RGB Percentages of Color #968e3f

%42.25
%40.00
%17.75

CMYK Percentages of Color #968e3f

%0
%5
%58
%41

Triadic Colors of #968e3f

#968e3f #3f968e #8e3f96

Analogous Colors of #968e3f

#968e3f #73963f #96633f

Monochromatic Colors of #968e3f

#968e3f

Complementary Color

#968e3f #3f4796

#968e3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968e3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#968e3f Color CSS Codes

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

#968e3f Text Font Color

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

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


#968e3f Background Color

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

This div background color is #968e3f


#968e3f Border Color

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

This div border color is #968e3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,142,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968e3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968e3f;
  -webkit-box-shadow: 1px 1px 3px 2px #968e3f;
  box-shadow:         1px 1px 3px 2px #968e3f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968e3f


Comments

No comments written yet.

Please login to write comment.