Color Hex Logo

#992f0b Color Hex

#992F0B
(153,47,11)
0 Favorites   0 Comments

Color spaces of #992f0b

RGB 1534711
HSL0.040.870.32
HSV15°93°60°
CMYK 0.000.690.93   0.40
XYZ14.21388.82951.2717
Yxy8.82950.58460.3631
Hunter Lab29.714533.384418.2627
CIE-Lab35.653942.749543.6812

#992f0b color RGB value is (153,47,11).

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

The process color (four color CMYK) of #992f0b color hex is 0.00, 0.69, 0.93, 0.40. Web safe color of #992f0b is #993300. Color #992f0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101111 00001011
Octal 231 57 13
Decimal 153 47 11
Hex 99 2F B

RGB Percentages of Color #992f0b

%72.51
%22.27
%5.21

CMYK Percentages of Color #992f0b

%0
%69
%93
%40

Triadic Colors of #992f0b

#992f0b #0b992f #2f0b99

Analogous Colors of #992f0b

#992f0b #99760b #990b2e

Monochromatic Colors of #992f0b

#992f0b

Complementary Color

#992f0b #0b7599

#992f0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992f0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#992f0b Color CSS Codes

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

#992f0b Text Font Color

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

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


#992f0b Background Color

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

This div background color is #992f0b


#992f0b Border Color

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

This div border color is #992f0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992f0b


Comments

No comments written yet.

Please login to write comment.