Color Hex Logo

#968937 Color Hex

#968937
(150,137,55)
0 Favorites   0 Comments

Color spaces of #968937

RGB 15013755
HSL0.140.460.40
HSV52°63°59°
CMYK 0.000.090.63   0.41
XYZ22.212924.65127.2018
Yxy24.65120.41080.4559
Hunter Lab49.6500-7.028326.1549
CIE-Lab56.7340-5.526344.5205

#968937 color RGB value is (150,137,55).

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

The process color (four color CMYK) of #968937 color hex is 0.00, 0.09, 0.63, 0.41. Web safe color of #968937 is #999933. Color #968937 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001001 00110111
Octal 226 211 67
Decimal 150 137 55
Hex 96 89 37

RGB Percentages of Color #968937

%43.86
%40.06
%16.08

CMYK Percentages of Color #968937

%0
%9
%63
%41

Triadic Colors of #968937

#968937 #379689 #893796

Analogous Colors of #968937

#968937 #749637 #965a37

Monochromatic Colors of #968937

#968937

Complementary Color

#968937 #374496

#968937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968937 Color CSS Codes

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

#968937 Text Font Color

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

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


#968937 Background Color

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

This div background color is #968937


#968937 Border Color

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

This div border color is #968937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968937


Comments

No comments written yet.

Please login to write comment.