Color Hex Logo

#975a4e Color Hex

#975A4E
(151,90,78)
0 Favorites   0 Comments

Color spaces of #975a4e

RGB 1519078
HSL0.030.320.45
HSV10°48°59°
CMYK 0.000.400.48   0.41
XYZ17.793814.44179.0574
Yxy14.44170.43090.3497
Hunter Lab38.002217.075212.4705
CIE-Lab44.859823.704317.6247

#975a4e color RGB value is (151,90,78).

#975a4e hex color red value is 151, green value is 90 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #975a4e hue: 0.03 , saturation: 0.32 and the lightness value of 975a4e is 0.45.

The process color (four color CMYK) of #975a4e color hex is 0.00, 0.40, 0.48, 0.41. Web safe color of #975a4e is #996666. Color #975a4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011010 01001110
Octal 227 132 116
Decimal 151 90 78
Hex 97 5A 4E

RGB Percentages of Color #975a4e

%47.34
%28.21
%24.45

CMYK Percentages of Color #975a4e

%0
%40
%48
%41

Triadic Colors of #975a4e

#975a4e #4e975a #5a4e97

Analogous Colors of #975a4e

#975a4e #977f4e #974e67

Monochromatic Colors of #975a4e

#975a4e

Complementary Color

#975a4e #4e8b97

#975a4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975a4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#975a4e Color CSS Codes

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

#975a4e Text Font Color

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

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


#975a4e Background Color

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

This div background color is #975a4e


#975a4e Border Color

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

This div border color is #975a4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,90,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #975a4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #975a4e;
  -webkit-box-shadow: 1px 1px 3px 2px #975a4e;
  box-shadow:         1px 1px 3px 2px #975a4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975a4e


Comments

No comments written yet.

Please login to write comment.