Color Hex Logo

#976c3a Color Hex

#976C3A
(151,108,58)
0 Favorites   0 Comments

Color spaces of #976c3a

RGB 15110858
HSL0.090.440.41
HSV32°62°59°
CMYK 0.000.280.62   0.41
XYZ18.888817.60996.4065
Yxy17.60990.44020.4104
Hunter Lab41.96426.908720.3233
CIE-Lab49.019511.525634.3138

#976c3a color RGB value is (151,108,58).

#976c3a hex color red value is 151, green value is 108 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #976c3a hue: 0.09 , saturation: 0.44 and the lightness value of 976c3a is 0.41.

The process color (four color CMYK) of #976c3a color hex is 0.00, 0.28, 0.62, 0.41. Web safe color of #976c3a is #996633. Color #976c3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101100 00111010
Octal 227 154 72
Decimal 151 108 58
Hex 97 6C 3A

RGB Percentages of Color #976c3a

%47.63
%34.07
%18.30

CMYK Percentages of Color #976c3a

%0
%28
%62
%41

Triadic Colors of #976c3a

#976c3a #3a976c #6c3a97

Analogous Colors of #976c3a

#976c3a #94973a #973e3a

Monochromatic Colors of #976c3a

#976c3a

Complementary Color

#976c3a #3a6597

#976c3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976c3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#976c3a Color CSS Codes

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

#976c3a Text Font Color

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

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


#976c3a Background Color

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

This div background color is #976c3a


#976c3a Border Color

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

This div border color is #976c3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,108,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #976c3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #976c3a;
  -webkit-box-shadow: 1px 1px 3px 2px #976c3a;
  box-shadow:         1px 1px 3px 2px #976c3a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976c3a


Comments

No comments written yet.

Please login to write comment.