Color Hex Logo

#997383 Color Hex

#997383
(153,115,131)
0 Favorites   0 Comments

Color spaces of #997383

RGB 153115131
HSL0.930.160.53
HSV335°25°60°
CMYK 0.000.250.14   0.40
XYZ23.364320.672524.2315
Yxy20.67250.34220.3028
Hunter Lab45.467012.15910.2285
CIE-Lab52.589217.5712-2.9430

#997383 color RGB value is (153,115,131).

#997383 hex color red value is 153, green value is 115 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #997383 hue: 0.93 , saturation: 0.16 and the lightness value of 997383 is 0.53.

The process color (four color CMYK) of #997383 color hex is 0.00, 0.25, 0.14, 0.40. Web safe color of #997383 is #996699. Color #997383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110011 10000011
Octal 231 163 203
Decimal 153 115 131
Hex 99 73 83

RGB Percentages of Color #997383

%38.35
%28.82
%32.83

CMYK Percentages of Color #997383

%0
%25
%14
%40

Triadic Colors of #997383

#997383 #839973 #738399

Analogous Colors of #997383

#997383 #997673 #997396

Monochromatic Colors of #997383

#997383

Complementary Color

#997383 #739989

#997383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997383 Color CSS Codes

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

#997383 Text Font Color

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

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


#997383 Background Color

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

This div background color is #997383


#997383 Border Color

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

This div border color is #997383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997383


Comments

No comments written yet.

Please login to write comment.