Color Hex Logo

#99394d Color Hex

#99394D
(153,57,77)
0 Favorites   0 Comments

Color spaces of #99394d

RGB 1535777
HSL0.970.460.41
HSV348°63°60°
CMYK 0.000.630.50   0.40
XYZ15.939610.23448.1565
Yxy10.23440.46430.2981
Hunter Lab31.991232.95277.2773
CIE-Lab38.259941.85069.2417

#99394d color RGB value is (153,57,77).

#99394d hex color red value is 153, green value is 57 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #99394d hue: 0.97 , saturation: 0.46 and the lightness value of 99394d is 0.41.

The process color (four color CMYK) of #99394d color hex is 0.00, 0.63, 0.50, 0.40. Web safe color of #99394d is #993366. Color #99394d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111001 01001101
Octal 231 71 115
Decimal 153 57 77
Hex 99 39 4D

RGB Percentages of Color #99394d

%53.31
%19.86
%26.83

CMYK Percentages of Color #99394d

%0
%63
%50
%40

Triadic Colors of #99394d

#99394d #4d9939 #394d99

Analogous Colors of #99394d

#99394d #995539 #99397d

Monochromatic Colors of #99394d

#99394d

Complementary Color

#99394d #399985

#99394d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99394d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99394d Color CSS Codes

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

#99394d Text Font Color

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

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


#99394d Background Color

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

This div background color is #99394d


#99394d Border Color

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

This div border color is #99394d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,57,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99394d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99394d;
  -webkit-box-shadow: 1px 1px 3px 2px #99394d;
  box-shadow:         1px 1px 3px 2px #99394d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99394d


Comments

No comments written yet.

Please login to write comment.