Color Hex Logo

#995955 Color Hex

#995955
(153,89,85)
0 Favorites   0 Comments

Color spaces of #995955

RGB 1538985
HSL0.010.290.47
HSV44°60°
CMYK 0.000.420.44   0.40
XYZ18.348914.572910.4401
Yxy14.57290.42320.3361
Hunter Lab38.174518.992310.5073
CIE-Lab45.043625.856313.7074

#995955 color RGB value is (153,89,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011001 01010101
Octal 231 131 125
Decimal 153 89 85
Hex 99 59 55

RGB Percentages of Color #995955

%46.79
%27.22
%25.99

CMYK Percentages of Color #995955

%0
%42
%44
%40

Triadic Colors of #995955

#995955 #559959 #595599

Analogous Colors of #995955

#995955 #997b55 #995573

Monochromatic Colors of #995955

#995955

Complementary Color

#995955 #559599

#995955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995955 Color CSS Codes

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

#995955 Text Font Color

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

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


#995955 Background Color

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

This div background color is #995955


#995955 Border Color

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

This div border color is #995955


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,89,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 #995955">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995955


Comments

No comments written yet.

Please login to write comment.