Color Hex Logo

#99470d Color Hex

#99470D
(153,71,13)
0 Favorites   0 Comments

Color spaces of #99470d

RGB 1537113
HSL0.070.840.33
HSV25°92°60°
CMYK 0.000.540.92   0.40
XYZ15.462811.30781.7484
Yxy11.30780.54220.3965
Hunter Lab33.627123.232620.4562
CIE-Lab40.094131.167246.2568

#99470d color RGB value is (153,71,13).

#99470d hex color red value is 153, green value is 71 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #99470d hue: 0.07 , saturation: 0.84 and the lightness value of 99470d is 0.33.

The process color (four color CMYK) of #99470d color hex is 0.00, 0.54, 0.92, 0.40. Web safe color of #99470d is #993300. Color #99470d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000111 00001101
Octal 231 107 15
Decimal 153 71 13
Hex 99 47 D

RGB Percentages of Color #99470d

%64.56
%29.96
%5.49

CMYK Percentages of Color #99470d

%0
%54
%92
%40

Triadic Colors of #99470d

#99470d #0d9947 #470d99

Analogous Colors of #99470d

#99470d #998d0d #990d19

Monochromatic Colors of #99470d

#99470d

Complementary Color

#99470d #0d5f99

#99470d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99470d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99470d Color CSS Codes

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

#99470d Text Font Color

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

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


#99470d Background Color

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

This div background color is #99470d


#99470d Border Color

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

This div border color is #99470d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99470d


Comments

No comments written yet.

Please login to write comment.