Color Hex Logo

#97715d Color Hex

#97715D
(151,113,93)
0 Favorites   0 Comments

Color spaces of #97715d

RGB 15111393
HSL0.060.240.48
HSV21°38°59°
CMYK 0.000.250.38   0.41
XYZ20.643419.179912.9700
Yxy19.17990.39100.3633
Hunter Lab43.79497.497813.0975
CIE-Lab50.897012.201416.9333

#97715d color RGB value is (151,113,93).

#97715d hex color red value is 151, green value is 113 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #97715d hue: 0.06 , saturation: 0.24 and the lightness value of 97715d is 0.48.

The process color (four color CMYK) of #97715d color hex is 0.00, 0.25, 0.38, 0.41. Web safe color of #97715d is #996666. Color #97715d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110001 01011101
Octal 227 161 135
Decimal 151 113 93
Hex 97 71 5D

RGB Percentages of Color #97715d

%42.30
%31.65
%26.05

CMYK Percentages of Color #97715d

%0
%25
%38
%41

Triadic Colors of #97715d

#97715d #5d9771 #715d97

Analogous Colors of #97715d

#97715d #978e5d #975d66

Monochromatic Colors of #97715d

#97715d

Complementary Color

#97715d #5d8397

#97715d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97715d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97715d Color CSS Codes

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

#97715d Text Font Color

<p style="color:#97715d">Text here</p>

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


#97715d Background Color

<div style="background-color:#97715d">
Div content here</div>

This div background color is #97715d


#97715d Border Color

<div style="border:3px solid #97715d">
Div here</div>

This div border color is #97715d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,113,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97715d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97715d;
  -webkit-box-shadow: 1px 1px 3px 2px #97715d;
  box-shadow:         1px 1px 3px 2px #97715d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97715d


Comments

No comments written yet.

Please login to write comment.