Color Hex Logo

#976542 Color Hex

#976542
(151,101,66)
0 Favorites   0 Comments

Color spaces of #976542

RGB 15110166
HSL0.070.390.43
HSV25°56°59°
CMYK 0.000.330.56   0.41
XYZ18.399516.28007.3269
Yxy16.28000.43800.3876
Hunter Lab40.348510.788817.4774
CIE-Lab47.339716.224527.8578

#976542 color RGB value is (151,101,66).

#976542 hex color red value is 151, green value is 101 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #976542 hue: 0.07 , saturation: 0.39 and the lightness value of 976542 is 0.43.

The process color (four color CMYK) of #976542 color hex is 0.00, 0.33, 0.56, 0.41. Web safe color of #976542 is #996633. Color #976542 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100101 01000010
Octal 227 145 102
Decimal 151 101 66
Hex 97 65 42

RGB Percentages of Color #976542

%47.48
%31.76
%20.75

CMYK Percentages of Color #976542

%0
%33
%56
%41

Triadic Colors of #976542

#976542 #429765 #654297

Analogous Colors of #976542

#976542 #979042 #97424a

Monochromatic Colors of #976542

#976542

Complementary Color

#976542 #427497

#976542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976542 Color CSS Codes

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

#976542 Text Font Color

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

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


#976542 Background Color

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

This div background color is #976542


#976542 Border Color

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

This div border color is #976542


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,101,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #976542; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #976542;
  -webkit-box-shadow: 1px 1px 3px 2px #976542;
  box-shadow:         1px 1px 3px 2px #976542; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,101,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976542


Comments

No comments written yet.

Please login to write comment.