Color Hex Logo

#993024 Color Hex

#993024
(153,48,36)
0 Favorites   0 Comments

Color spaces of #993024

RGB 1534836
HSL0.020.620.37
HSV76°60°
CMYK 0.000.690.76   0.40
XYZ14.51239.01362.6440
Yxy9.01360.55450.3444
Hunter Lab30.022733.743415.7944
CIE-Lab36.010543.057731.7574

#993024 color RGB value is (153,48,36).

#993024 hex color red value is 153, green value is 48 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #993024 hue: 0.02 , saturation: 0.62 and the lightness value of 993024 is 0.37.

The process color (four color CMYK) of #993024 color hex is 0.00, 0.69, 0.76, 0.40. Web safe color of #993024 is #993333. Color #993024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110000 00100100
Octal 231 60 44
Decimal 153 48 36
Hex 99 30 24

RGB Percentages of Color #993024

%64.56
%20.25
%15.19

CMYK Percentages of Color #993024

%0
%69
%76
%40

Triadic Colors of #993024

#993024 #249930 #302499

Analogous Colors of #993024

#993024 #996b24 #992453

Monochromatic Colors of #993024

#993024

Complementary Color

#993024 #248d99

#993024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993024 Color CSS Codes

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

#993024 Text Font Color

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

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


#993024 Background Color

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

This div background color is #993024


#993024 Border Color

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

This div border color is #993024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993024


Comments

No comments written yet.

Please login to write comment.