Color Hex Logo

#968457 Color Hex

#968457
(150,132,87)
0 Favorites   0 Comments

Color spaces of #968457

RGB 15013287
HSL0.120.270.46
HSV43°42°59°
CMYK 0.000.120.42   0.41
XYZ22.549223.674712.3980
Yxy23.67470.38470.4039
Hunter Lab48.6567-2.426018.9522
CIE-Lab55.76060.215726.7872

#968457 color RGB value is (150,132,87).

#968457 hex color red value is 150, green value is 132 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #968457 hue: 0.12 , saturation: 0.27 and the lightness value of 968457 is 0.46.

The process color (four color CMYK) of #968457 color hex is 0.00, 0.12, 0.42, 0.41. Web safe color of #968457 is #999966. Color #968457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000100 01010111
Octal 226 204 127
Decimal 150 132 87
Hex 96 84 57

RGB Percentages of Color #968457

%40.65
%35.77
%23.58

CMYK Percentages of Color #968457

%0
%12
%42
%41

Triadic Colors of #968457

#968457 #579684 #845796

Analogous Colors of #968457

#968457 #899657 #966557

Monochromatic Colors of #968457

#968457

Complementary Color

#968457 #576996

#968457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968457 Color CSS Codes

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

#968457 Text Font Color

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

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


#968457 Background Color

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

This div background color is #968457


#968457 Border Color

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

This div border color is #968457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968457


Comments

No comments written yet.

Please login to write comment.