Color Hex Logo

#968740 Color Hex

#968740
(150,135,64)
0 Favorites   0 Comments

Color spaces of #968740

RGB 15013564
HSL0.140.400.42
HSV50°57°59°
CMYK 0.000.100.57   0.41
XYZ22.167124.18218.3498
Yxy24.18210.40530.4421
Hunter Lab49.1753-5.593124.3555
CIE-Lab56.2697-3.736839.6323

#968740 color RGB value is (150,135,64).

#968740 hex color red value is 150, green value is 135 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #968740 hue: 0.14 , saturation: 0.40 and the lightness value of 968740 is 0.42.

The process color (four color CMYK) of #968740 color hex is 0.00, 0.10, 0.57, 0.41. Web safe color of #968740 is #999933. Color #968740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000111 01000000
Octal 226 207 100
Decimal 150 135 64
Hex 96 87 40

RGB Percentages of Color #968740

%42.98
%38.68
%18.34

CMYK Percentages of Color #968740

%0
%10
%57
%41

Triadic Colors of #968740

#968740 #409687 #874096

Analogous Colors of #968740

#968740 #7a9640 #965c40

Monochromatic Colors of #968740

#968740

Complementary Color

#968740 #404f96

#968740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968740 Color CSS Codes

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

#968740 Text Font Color

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

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


#968740 Background Color

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

This div background color is #968740


#968740 Border Color

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

This div border color is #968740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968740


Comments

No comments written yet.

Please login to write comment.