Color Hex Logo

#97795e Color Hex

#97795E
(151,121,94)
0 Favorites   0 Comments

Color spaces of #97795e

RGB 15112194
HSL0.080.230.48
HSV28°38°59°
CMYK 0.000.200.38   0.41
XYZ21.620321.062213.5156
Yxy21.06220.38470.3748
Hunter Lab45.89363.777014.6647
CIE-Lab53.01757.729419.2283

#97795e color RGB value is (151,121,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111001 01011110
Octal 227 171 136
Decimal 151 121 94
Hex 97 79 5E

RGB Percentages of Color #97795e

%41.26
%33.06
%25.68

CMYK Percentages of Color #97795e

%0
%20
%38
%41

Triadic Colors of #97795e

#97795e #5e9779 #795e97

Analogous Colors of #97795e

#97795e #97965e #975e60

Monochromatic Colors of #97795e

#97795e

Complementary Color

#97795e #5e7c97

#97795e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97795e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97795e Color CSS Codes

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

#97795e Text Font Color

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

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


#97795e Background Color

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

This div background color is #97795e


#97795e Border Color

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

This div border color is #97795e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97795e


Comments

No comments written yet.

Please login to write comment.