Color Hex Logo

#99555b Color Hex

#99555B
(153,85,91)
0 Favorites   0 Comments

Color spaces of #99555b

RGB 1538591
HSL0.990.290.47
HSV355°44°60°
CMYK 0.000.440.41   0.40
XYZ18.273714.024611.6414
Yxy14.02460.41590.3192
Hunter Lab37.449421.56387.7839
CIE-Lab44.268228.80328.9862

#99555b color RGB value is (153,85,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010101 01011011
Octal 231 125 133
Decimal 153 85 91
Hex 99 55 5B

RGB Percentages of Color #99555b

%46.50
%25.84
%27.66

CMYK Percentages of Color #99555b

%0
%44
%41
%40

Triadic Colors of #99555b

#99555b #5b9955 #555b99

Analogous Colors of #99555b

#99555b #997155 #99557d

Monochromatic Colors of #99555b

#99555b

Complementary Color

#99555b #559993

#99555b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99555b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99555b Color CSS Codes

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

#99555b Text Font Color

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

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


#99555b Background Color

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

This div background color is #99555b


#99555b Border Color

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

This div border color is #99555b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99555b


Comments

No comments written yet.

Please login to write comment.