Color Hex Logo

#99373f Color Hex

#99373F
(153,55,63)
0 Favorites   0 Comments

Color spaces of #99373f

RGB 1535563
HSL0.990.470.41
HSV355°64°60°
CMYK 0.000.640.59   0.40
XYZ15.40039.86365.7948
Yxy9.86360.49580.3176
Hunter Lab31.406432.567411.0448
CIE-Lab37.596541.564517.1780

#99373f color RGB value is (153,55,63).

#99373f hex color red value is 153, green value is 55 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #99373f hue: 0.99 , saturation: 0.47 and the lightness value of 99373f is 0.41.

The process color (four color CMYK) of #99373f color hex is 0.00, 0.64, 0.59, 0.40. Web safe color of #99373f is #993333. Color #99373f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110111 00111111
Octal 231 67 77
Decimal 153 55 63
Hex 99 37 3F

RGB Percentages of Color #99373f

%56.46
%20.30
%23.25

CMYK Percentages of Color #99373f

%0
%64
%59
%40

Triadic Colors of #99373f

#99373f #3f9937 #373f99

Analogous Colors of #99373f

#99373f #996037 #993770

Monochromatic Colors of #99373f

#99373f

Complementary Color

#99373f #379991

#99373f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99373f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99373f Color CSS Codes

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

#99373f Text Font Color

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

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


#99373f Background Color

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

This div background color is #99373f


#99373f Border Color

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

This div border color is #99373f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,55,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99373f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99373f;
  -webkit-box-shadow: 1px 1px 3px 2px #99373f;
  box-shadow:         1px 1px 3px 2px #99373f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99373f


Comments

No comments written yet.

Please login to write comment.