Color Hex Logo

#97514c Color Hex

#97514C
(151,81,76)
0 Favorites   0 Comments

Color spaces of #97514c

RGB 1518176
HSL0.010.330.45
HSV50°59°
CMYK 0.000.460.50   0.41
XYZ17.009412.98608.4475
Yxy12.98600.44250.3378
Hunter Lab36.036121.190611.3266
CIE-Lab42.742128.566015.9788

#97514c color RGB value is (151,81,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010001 01001100
Octal 227 121 114
Decimal 151 81 76
Hex 97 51 4C

RGB Percentages of Color #97514c

%49.03
%26.30
%24.68

CMYK Percentages of Color #97514c

%0
%46
%50
%41

Triadic Colors of #97514c

#97514c #4c9751 #514c97

Analogous Colors of #97514c

#97514c #97774c #974c6d

Monochromatic Colors of #97514c

#97514c

Complementary Color

#97514c #4c9297

#97514c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97514c Color Preview on White Background

Lorem ipsum dolor sit amet.

#97514c Color CSS Codes

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

#97514c Text Font Color

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

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


#97514c Background Color

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

This div background color is #97514c


#97514c Border Color

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

This div border color is #97514c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,81,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 #97514c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97514c


Comments

No comments written yet.

Please login to write comment.