Color Hex Logo

#993720 Color Hex

#993720
(153,55,32)
0 Favorites   0 Comments

Color spaces of #993720

RGB 1535532
HSL0.030.650.36
HSV11°79°60°
CMYK 0.000.640.79   0.40
XYZ14.76389.60902.4431
Yxy9.60900.55060.3583
Hunter Lab30.998430.768217.0260
CIE-Lab37.131339.761335.1956

#993720 color RGB value is (153,55,32).

#993720 hex color red value is 153, green value is 55 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #993720 hue: 0.03 , saturation: 0.65 and the lightness value of 993720 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110111 00100000
Octal 231 67 40
Decimal 153 55 32
Hex 99 37 20

RGB Percentages of Color #993720

%63.75
%22.92
%13.33

CMYK Percentages of Color #993720

%0
%64
%79
%40

Triadic Colors of #993720

#993720 #209937 #372099

Analogous Colors of #993720

#993720 #997420 #992045

Monochromatic Colors of #993720

#993720

Complementary Color

#993720 #208299

#993720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993720 Color CSS Codes

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

#993720 Text Font Color

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

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


#993720 Background Color

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

This div background color is #993720


#993720 Border Color

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

This div border color is #993720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993720


Comments

No comments written yet.

Please login to write comment.