Color Hex Logo

#99140b Color Hex

#99140B
(153,20,11)
0 Favorites   0 Comments

Color spaces of #99140b

RGB 1532011
HSL0.010.870.32
HSV93°60°
CMYK 0.000.870.93   0.40
XYZ13.44747.29681.0163
Yxy7.29680.61800.3353
Hunter Lab27.012641.588816.6781
CIE-Lab32.473251.600941.4647

#99140b color RGB value is (153,20,11).

#99140b hex color red value is 153, green value is 20 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #99140b hue: 0.01 , saturation: 0.87 and the lightness value of 99140b is 0.32.

The process color (four color CMYK) of #99140b color hex is 0.00, 0.87, 0.93, 0.40. Web safe color of #99140b is #990000. Color #99140b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010100 00001011
Octal 231 24 13
Decimal 153 20 11
Hex 99 14 B

RGB Percentages of Color #99140b

%83.15
%10.87
%5.98

CMYK Percentages of Color #99140b

%0
%87
%93
%40

Triadic Colors of #99140b

#99140b #0b9914 #140b99

Analogous Colors of #99140b

#99140b #995b0b #990b49

Monochromatic Colors of #99140b

#99140b

Complementary Color

#99140b #0b9099

#99140b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99140b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99140b Color CSS Codes

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

#99140b Text Font Color

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

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


#99140b Background Color

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

This div background color is #99140b


#99140b Border Color

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

This div border color is #99140b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,20,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99140b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99140b;
  -webkit-box-shadow: 1px 1px 3px 2px #99140b;
  box-shadow:         1px 1px 3px 2px #99140b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99140b


Comments

No comments written yet.

Please login to write comment.