Color Hex Logo

#968d3e Color Hex

#968D3E
(150,141,62)
0 Favorites   0 Comments

Color spaces of #968d3e

RGB 15014162
HSL0.150.420.42
HSV54°59°59°
CMYK 0.000.060.59   0.41
XYZ22.972125.88168.3423
Yxy25.88160.40160.4525
Hunter Lab50.8740-8.427925.8894
CIE-Lab57.9245-7.188342.5109

#968d3e color RGB value is (150,141,62).

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

The process color (four color CMYK) of #968d3e color hex is 0.00, 0.06, 0.59, 0.41. Web safe color of #968d3e is #999933. Color #968d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001101 00111110
Octal 226 215 76
Decimal 150 141 62
Hex 96 8D 3E

RGB Percentages of Color #968d3e

%42.49
%39.94
%17.56

CMYK Percentages of Color #968d3e

%0
%6
%59
%41

Triadic Colors of #968d3e

#968d3e #3e968d #8d3e96

Analogous Colors of #968d3e

#968d3e #73963e #96613e

Monochromatic Colors of #968d3e

#968d3e

Complementary Color

#968d3e #3e4796

#968d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#968d3e Color CSS Codes

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

#968d3e Text Font Color

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

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


#968d3e Background Color

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

This div background color is #968d3e


#968d3e Border Color

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

This div border color is #968d3e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,141,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 #968d3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968d3e


Comments

No comments written yet.

Please login to write comment.