Color Hex Logo

#99717b Color Hex

#99717B
(153,113,123)
0 Favorites   0 Comments

Color spaces of #99717b

RGB 153113123
HSL0.960.160.52
HSV345°26°60°
CMYK 0.000.260.20   0.40
XYZ22.617120.012621.4097
Yxy20.01260.35320.3125
Hunter Lab44.735411.95802.9395
CIE-Lab51.851517.37590.6851

#99717b color RGB value is (153,113,123).

#99717b hex color red value is 153, green value is 113 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #99717b hue: 0.96 , saturation: 0.16 and the lightness value of 99717b is 0.52.

The process color (four color CMYK) of #99717b color hex is 0.00, 0.26, 0.20, 0.40. Web safe color of #99717b is #996666. Color #99717b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110001 01111011
Octal 231 161 173
Decimal 153 113 123
Hex 99 71 7B

RGB Percentages of Color #99717b

%39.33
%29.05
%31.62

CMYK Percentages of Color #99717b

%0
%26
%20
%40

Triadic Colors of #99717b

#99717b #7b9971 #717b99

Analogous Colors of #99717b

#99717b #997b71 #99718f

Monochromatic Colors of #99717b

#99717b

Complementary Color

#99717b #71998f

#99717b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99717b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99717b Color CSS Codes

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

#99717b Text Font Color

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

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


#99717b Background Color

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

This div background color is #99717b


#99717b Border Color

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

This div border color is #99717b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99717b

#99717b Color Palettes


Comments

No comments written yet.

Please login to write comment.