Color Hex Logo

#993e31 Color Hex

#993E31
(153,62,49)
0 Favorites   0 Comments

Color spaces of #993e31

RGB 1536249
HSL0.020.510.40
HSV68°60°
CMYK 0.000.590.68   0.40
XYZ15.413910.43934.1083
Yxy10.43930.51450.3484
Hunter Lab32.309928.613615.0780
CIE-Lab38.619637.234927.0910

#993e31 color RGB value is (153,62,49).

#993e31 hex color red value is 153, green value is 62 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #993e31 hue: 0.02 , saturation: 0.51 and the lightness value of 993e31 is 0.40.

The process color (four color CMYK) of #993e31 color hex is 0.00, 0.59, 0.68, 0.40. Web safe color of #993e31 is #993333. Color #993e31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111110 00110001
Octal 231 76 61
Decimal 153 62 49
Hex 99 3E 31

RGB Percentages of Color #993e31

%57.95
%23.48
%18.56

CMYK Percentages of Color #993e31

%0
%59
%68
%40

Triadic Colors of #993e31

#993e31 #31993e #3e3199

Analogous Colors of #993e31

#993e31 #997231 #993158

Monochromatic Colors of #993e31

#993e31

Complementary Color

#993e31 #318c99

#993e31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993e31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993e31 Color CSS Codes

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

#993e31 Text Font Color

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

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


#993e31 Background Color

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

This div background color is #993e31


#993e31 Border Color

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

This div border color is #993e31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,62,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #993e31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #993e31;
  -webkit-box-shadow: 1px 1px 3px 2px #993e31;
  box-shadow:         1px 1px 3px 2px #993e31; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993e31


Comments

No comments written yet.

Please login to write comment.