Color Hex Logo

#99535b Color Hex

#99535B
(153,83,91)
0 Favorites   0 Comments

Color spaces of #99535b

RGB 1538391
HSL0.980.300.46
HSV353°46°60°
CMYK 0.000.460.41   0.40
XYZ18.118513.714111.5897
Yxy13.71410.41730.3158
Hunter Lab37.032622.52577.3674
CIE-Lab43.820129.91538.3543

#99535b color RGB value is (153,83,91).

#99535b hex color red value is 153, green value is 83 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #99535b hue: 0.98 , saturation: 0.30 and the lightness value of 99535b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010011 01011011
Octal 231 123 133
Decimal 153 83 91
Hex 99 53 5B

RGB Percentages of Color #99535b

%46.79
%25.38
%27.83

CMYK Percentages of Color #99535b

%0
%46
%41
%40

Triadic Colors of #99535b

#99535b #5b9953 #535b99

Analogous Colors of #99535b

#99535b #996e53 #99537e

Monochromatic Colors of #99535b

#99535b

Complementary Color

#99535b #539991

#99535b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99535b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99535b Color CSS Codes

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

#99535b Text Font Color

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

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


#99535b Background Color

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

This div background color is #99535b


#99535b Border Color

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

This div border color is #99535b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99535b


Comments

No comments written yet.

Please login to write comment.