Color Hex Logo

#99331c Color Hex

#99331C
(153,51,28)
0 Favorites   0 Comments

Color spaces of #99331c

RGB 1535128
HSL0.030.690.35
HSV11°82°60°
CMYK 0.000.670.82   0.40
XYZ14.53039.22382.1131
Yxy9.22380.56170.3566
Hunter Lab30.370732.251317.1343
CIE-Lab36.411741.438836.6185

#99331c color RGB value is (153,51,28).

#99331c hex color red value is 153, green value is 51 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #99331c hue: 0.03 , saturation: 0.69 and the lightness value of 99331c is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110011 00011100
Octal 231 63 34
Decimal 153 51 28
Hex 99 33 1C

RGB Percentages of Color #99331c

%65.95
%21.98
%12.07

CMYK Percentages of Color #99331c

%0
%67
%82
%40

Triadic Colors of #99331c

#99331c #1c9933 #331c99

Analogous Colors of #99331c

#99331c #99721c #991c43

Monochromatic Colors of #99331c

#99331c

Complementary Color

#99331c #1c8299

#99331c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99331c Color Preview on White Background

Lorem ipsum dolor sit amet.

#99331c Color CSS Codes

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

#99331c Text Font Color

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

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


#99331c Background Color

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

This div background color is #99331c


#99331c Border Color

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

This div border color is #99331c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99331c


Comments

No comments written yet.

Please login to write comment.