Color Hex Logo

#97504a Color Hex

#97504A
(151,80,74)
0 Favorites   0 Comments

Color spaces of #97504a

RGB 1518074
HSL0.010.340.44
HSV51°59°
CMYK 0.000.470.51   0.41
XYZ16.867212.81108.0623
Yxy12.81100.44690.3394
Hunter Lab35.792521.481311.6996
CIE-Lab42.477128.921116.8386

#97504a color RGB value is (151,80,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010000 01001010
Octal 227 120 112
Decimal 151 80 74
Hex 97 50 4A

RGB Percentages of Color #97504a

%49.51
%26.23
%24.26

CMYK Percentages of Color #97504a

%0
%47
%51
%41

Triadic Colors of #97504a

#97504a #4a9750 #504a97

Analogous Colors of #97504a

#97504a #97774a #974a6b

Monochromatic Colors of #97504a

#97504a

Complementary Color

#97504a #4a9197

#97504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#97504a Color CSS Codes

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

#97504a Text Font Color

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

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


#97504a Background Color

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

This div background color is #97504a


#97504a Border Color

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

This div border color is #97504a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97504a


Comments

No comments written yet.

Please login to write comment.