Color Hex Logo

#968744 Color Hex

#968744
(150,135,68)
0 Favorites   0 Comments

Color spaces of #968744

RGB 15013568
HSL0.140.380.43
HSV49°55°59°
CMYK 0.000.100.55   0.41
XYZ22.285024.22938.9710
Yxy24.22930.40160.4367
Hunter Lab49.2233-5.327923.6506
CIE-Lab56.3166-3.394637.6563

#968744 color RGB value is (150,135,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000111 01000100
Octal 226 207 104
Decimal 150 135 68
Hex 96 87 44

RGB Percentages of Color #968744

%42.49
%38.24
%19.26

CMYK Percentages of Color #968744

%0
%10
%55
%41

Triadic Colors of #968744

#968744 #449687 #874496

Analogous Colors of #968744

#968744 #7c9644 #965e44

Monochromatic Colors of #968744

#968744

Complementary Color

#968744 #445396

#968744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968744 Color CSS Codes

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

#968744 Text Font Color

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

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


#968744 Background Color

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

This div background color is #968744


#968744 Border Color

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

This div border color is #968744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968744


Comments

No comments written yet.

Please login to write comment.