Color Hex Logo

#993305 Color Hex

#993305
(153,51,5)
0 Favorites   0 Comments

Color spaces of #993305

RGB 153515
HSL0.050.940.31
HSV19°97°60°
CMYK 0.000.670.97   0.40
XYZ14.34819.15091.1537
Yxy9.15090.58200.3712
Hunter Lab30.250531.726118.9141
CIE-Lab36.273240.913446.1983

#993305 color RGB value is (153,51,5).

#993305 hex color red value is 153, green value is 51 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #993305 hue: 0.05 , saturation: 0.94 and the lightness value of 993305 is 0.31.

The process color (four color CMYK) of #993305 color hex is 0.00, 0.67, 0.97, 0.40. Web safe color of #993305 is #993300. Color #993305 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110011 00000101
Octal 231 63 5
Decimal 153 51 5
Hex 99 33 5

RGB Percentages of Color #993305

%73.21
%24.40
%2.39

CMYK Percentages of Color #993305

%0
%67
%97
%40

Triadic Colors of #993305

#993305 #059933 #330599

Analogous Colors of #993305

#993305 #997d05 #990521

Monochromatic Colors of #993305

#993305

Complementary Color

#993305 #056b99

#993305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993305 Color CSS Codes

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

#993305 Text Font Color

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

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


#993305 Background Color

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

This div background color is #993305


#993305 Border Color

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

This div border color is #993305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993305


Comments

No comments written yet.

Please login to write comment.