Color Hex Logo

#99471c Color Hex

#99471C
(153,71,28)
0 Favorites   0 Comments

Color spaces of #99471c

RGB 1537128
HSL0.060.690.35
HSV21°82°60°
CMYK 0.000.540.82   0.40
XYZ15.599711.36262.4696
Yxy11.36260.53000.3861
Hunter Lab33.708523.617019.2521
CIE-Lab40.184631.580440.2566

#99471c color RGB value is (153,71,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000111 00011100
Octal 231 107 34
Decimal 153 71 28
Hex 99 47 1C

RGB Percentages of Color #99471c

%60.71
%28.17
%11.11

CMYK Percentages of Color #99471c

%0
%54
%82
%40

Triadic Colors of #99471c

#99471c #1c9947 #471c99

Analogous Colors of #99471c

#99471c #99861c #991c2f

Monochromatic Colors of #99471c

#99471c

Complementary Color

#99471c #1c6e99

#99471c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99471c Color Preview on White Background

Lorem ipsum dolor sit amet.

#99471c Color CSS Codes

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

#99471c Text Font Color

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

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


#99471c Background Color

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

This div background color is #99471c


#99471c Border Color

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

This div border color is #99471c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,71,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 #99471c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99471c


Comments

No comments written yet.

Please login to write comment.