Color Hex Logo

#968d71 Color Hex

#968D71
(150,141,113)
0 Favorites   0 Comments

Color spaces of #968d71

RGB 150141113
HSL0.130.150.52
HSV45°25°59°
CMYK 0.000.060.25   0.41
XYZ25.083226.726019.4594
Yxy26.72600.35200.3750
Hunter Lab51.6972-3.862913.8706
CIE-Lab58.7198-1.354116.1716

#968d71 color RGB value is (150,141,113).

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

The process color (four color CMYK) of #968d71 color hex is 0.00, 0.06, 0.25, 0.41. Web safe color of #968d71 is #999966. Color #968d71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001101 01110001
Octal 226 215 161
Decimal 150 141 113
Hex 96 8D 71

RGB Percentages of Color #968d71

%37.13
%34.90
%27.97

CMYK Percentages of Color #968d71

%0
%6
%25
%41

Triadic Colors of #968d71

#968d71 #71968d #8d7196

Analogous Colors of #968d71

#968d71 #8d9671 #967b71

Monochromatic Colors of #968d71

#968d71

Complementary Color

#968d71 #717a96

#968d71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968d71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968d71 Color CSS Codes

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

#968d71 Text Font Color

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

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


#968d71 Background Color

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

This div background color is #968d71


#968d71 Border Color

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

This div border color is #968d71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968d71


Comments

No comments written yet.

Please login to write comment.