Color Hex Logo

#993339 Color Hex

#993339
(153,51,57)
0 Favorites   0 Comments

Color spaces of #993339

RGB 1535157
HSL0.990.500.40
HSV356°67°60°
CMYK 0.000.670.63   0.40
XYZ15.05929.43544.8984
Yxy9.43540.51230.3210
Hunter Lab30.717133.755512.0471
CIE-Lab36.809442.929619.9193

#993339 color RGB value is (153,51,57).

#993339 hex color red value is 153, green value is 51 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #993339 hue: 0.99 , saturation: 0.50 and the lightness value of 993339 is 0.40.

The process color (four color CMYK) of #993339 color hex is 0.00, 0.67, 0.63, 0.40. Web safe color of #993339 is #993333. Color #993339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110011 00111001
Octal 231 63 71
Decimal 153 51 57
Hex 99 33 39

RGB Percentages of Color #993339

%58.62
%19.54
%21.84

CMYK Percentages of Color #993339

%0
%67
%63
%40

Triadic Colors of #993339

#993339 #399933 #333999

Analogous Colors of #993339

#993339 #996033 #99336c

Monochromatic Colors of #993339

#993339

Complementary Color

#993339 #339993

#993339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993339 Color CSS Codes

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

#993339 Text Font Color

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

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


#993339 Background Color

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

This div background color is #993339


#993339 Border Color

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

This div border color is #993339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993339


Comments

No comments written yet.

Please login to write comment.