Color Hex Logo

#97504c Color Hex

#97504C
(151,80,76)
0 Favorites   0 Comments

Color spaces of #97504c

RGB 1518076
HSL0.010.330.45
HSV50°59°
CMYK 0.000.470.50   0.41
XYZ16.935712.83848.4229
Yxy12.83840.44340.3361
Hunter Lab35.830721.665811.1439
CIE-Lab42.518729.121415.6765

#97504c color RGB value is (151,80,76).

#97504c hex color red value is 151, green value is 80 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #97504c hue: 0.01 , saturation: 0.33 and the lightness value of 97504c is 0.45.

The process color (four color CMYK) of #97504c color hex is 0.00, 0.47, 0.50, 0.41. Web safe color of #97504c is #996633. Color #97504c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010000 01001100
Octal 227 120 114
Decimal 151 80 76
Hex 97 50 4C

RGB Percentages of Color #97504c

%49.19
%26.06
%24.76

CMYK Percentages of Color #97504c

%0
%47
%50
%41

Triadic Colors of #97504c

#97504c #4c9750 #504c97

Analogous Colors of #97504c

#97504c #97764c #974c6e

Monochromatic Colors of #97504c

#97504c

Complementary Color

#97504c #4c9397

#97504c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97504c Color Preview on White Background

Lorem ipsum dolor sit amet.

#97504c Color CSS Codes

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

#97504c Text Font Color

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

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


#97504c Background Color

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

This div background color is #97504c


#97504c Border Color

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

This div border color is #97504c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,80,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97504c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97504c;
  -webkit-box-shadow: 1px 1px 3px 2px #97504c;
  box-shadow:         1px 1px 3px 2px #97504c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97504c


Comments

No comments written yet.

Please login to write comment.