Color Hex Logo

#997955 Color Hex

#997955
(153,121,85)
0 Favorites   0 Comments

Color spaces of #997955

RGB 15312185
HSL0.090.290.47
HSV32°44°60°
CMYK 0.000.210.44   0.40
XYZ21.613921.102911.5284
Yxy21.10290.39840.3890
Hunter Lab45.93793.593417.2773
CIE-Lab53.06197.507824.4559

#997955 color RGB value is (153,121,85).

#997955 hex color red value is 153, green value is 121 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #997955 hue: 0.09 , saturation: 0.29 and the lightness value of 997955 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111001 01010101
Octal 231 171 125
Decimal 153 121 85
Hex 99 79 55

RGB Percentages of Color #997955

%42.62
%33.70
%23.68

CMYK Percentages of Color #997955

%0
%21
%44
%40

Triadic Colors of #997955

#997955 #559979 #795599

Analogous Colors of #997955

#997955 #979955 #995755

Monochromatic Colors of #997955

#997955

Complementary Color

#997955 #557599

#997955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997955 Color CSS Codes

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

#997955 Text Font Color

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

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


#997955 Background Color

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

This div background color is #997955


#997955 Border Color

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

This div border color is #997955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997955


Comments

No comments written yet.

Please login to write comment.