Color Hex Logo

#97755e Color Hex

#97755E
(151,117,94)
0 Favorites   0 Comments

Color spaces of #97755e

RGB 15111794
HSL0.070.230.48
HSV24°38°59°
CMYK 0.000.230.38   0.41
XYZ21.144220.110013.3569
Yxy20.11000.38720.3682
Hunter Lab44.84425.686113.7313
CIE-Lab51.961410.024817.7994

#97755e color RGB value is (151,117,94).

#97755e hex color red value is 151, green value is 117 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #97755e hue: 0.07 , saturation: 0.23 and the lightness value of 97755e is 0.48.

The process color (four color CMYK) of #97755e color hex is 0.00, 0.23, 0.38, 0.41. Web safe color of #97755e is #996666. Color #97755e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110101 01011110
Octal 227 165 136
Decimal 151 117 94
Hex 97 75 5E

RGB Percentages of Color #97755e

%41.71
%32.32
%25.97

CMYK Percentages of Color #97755e

%0
%23
%38
%41

Triadic Colors of #97755e

#97755e #5e9775 #755e97

Analogous Colors of #97755e

#97755e #97925e #975e64

Monochromatic Colors of #97755e

#97755e

Complementary Color

#97755e #5e8097

#97755e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97755e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97755e Color CSS Codes

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

#97755e Text Font Color

<p style="color:#97755e">Text here</p>

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


#97755e Background Color

<div style="background-color:#97755e">
Div content here</div>

This div background color is #97755e


#97755e Border Color

<div style="border:3px solid #97755e">
Div here</div>

This div border color is #97755e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,117,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97755e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97755e;
  -webkit-box-shadow: 1px 1px 3px 2px #97755e;
  box-shadow:         1px 1px 3px 2px #97755e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97755e


Comments

No comments written yet.

Please login to write comment.