Color Hex Logo

#968c7d Color Hex

#968C7D
(150,140,125)
0 Favorites   0 Comments

Color spaces of #968c7d

RGB 150140125
HSL0.100.110.54
HSV36°17°59°
CMYK 0.000.070.17   0.41
XYZ25.657426.720923.2074
Yxy26.72090.33940.3535
Hunter Lab51.6923-1.86329.5662
CIE-Lab58.71511.09529.3510

#968c7d color RGB value is (150,140,125).

#968c7d hex color red value is 150, green value is 140 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #968c7d hue: 0.10 , saturation: 0.11 and the lightness value of 968c7d is 0.54.

The process color (four color CMYK) of #968c7d color hex is 0.00, 0.07, 0.17, 0.41. Web safe color of #968c7d is #999966. Color #968c7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001100 01111101
Octal 226 214 175
Decimal 150 140 125
Hex 96 8C 7D

RGB Percentages of Color #968c7d

%36.14
%33.73
%30.12

CMYK Percentages of Color #968c7d

%0
%7
%17
%41

Triadic Colors of #968c7d

#968c7d #7d968c #8c7d96

Analogous Colors of #968c7d

#968c7d #94967d #96807d

Monochromatic Colors of #968c7d

#968c7d

Complementary Color

#968c7d #7d8796

#968c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#968c7d Color CSS Codes

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

#968c7d Text Font Color

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

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


#968c7d Background Color

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

This div background color is #968c7d


#968c7d Border Color

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

This div border color is #968c7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968c7d


Comments

No comments written yet.

Please login to write comment.