Color Hex Logo

#997475 Color Hex

#997475
(153,116,117)
0 Favorites   0 Comments

Color spaces of #997475

RGB 153116117
HSL1.000.150.53
HSV358°24°60°
CMYK 0.000.240.24   0.40
XYZ22.593120.547419.6049
Yxy20.54740.36010.3275
Hunter Lab45.32929.64226.0875
CIE-Lab52.450614.68405.0824

#997475 color RGB value is (153,116,117).

#997475 hex color red value is 153, green value is 116 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #997475 hue: 1.00 , saturation: 0.15 and the lightness value of 997475 is 0.53.

The process color (four color CMYK) of #997475 color hex is 0.00, 0.24, 0.24, 0.40. Web safe color of #997475 is #996666. Color #997475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110100 01110101
Octal 231 164 165
Decimal 153 116 117
Hex 99 74 75

RGB Percentages of Color #997475

%39.64
%30.05
%30.31

CMYK Percentages of Color #997475

%0
%24
%24
%40

Triadic Colors of #997475

#997475 #759974 #747599

Analogous Colors of #997475

#997475 #998674 #997488

Monochromatic Colors of #997475

#997475

Complementary Color

#997475 #749998

#997475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997475 Color CSS Codes

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

#997475 Text Font Color

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

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


#997475 Background Color

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

This div background color is #997475


#997475 Border Color

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

This div border color is #997475


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,116,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #997475; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #997475;
  -webkit-box-shadow: 1px 1px 3px 2px #997475;
  box-shadow:         1px 1px 3px 2px #997475; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997475


Comments

No comments written yet.

Please login to write comment.