Color Hex Logo

#998311 Color Hex

#998311
(153,131,17)
0 Favorites   0 Comments

Color spaces of #998311

RGB 15313117
HSL0.140.800.33
HSV50°89°60°
CMYK 0.000.140.89   0.40
XYZ21.354323.04543.8530
Yxy23.04540.44260.4776
Hunter Lab48.0056-4.607828.8452
CIE-Lab55.1191-2.585956.9578

#998311 color RGB value is (153,131,17).

#998311 hex color red value is 153, green value is 131 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #998311 hue: 0.14 , saturation: 0.80 and the lightness value of 998311 is 0.33.

The process color (four color CMYK) of #998311 color hex is 0.00, 0.14, 0.89, 0.40. Web safe color of #998311 is #999900. Color #998311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000011 00010001
Octal 231 203 21
Decimal 153 131 17
Hex 99 83 11

RGB Percentages of Color #998311

%50.83
%43.52
%5.65

CMYK Percentages of Color #998311

%0
%14
%89
%40

Triadic Colors of #998311

#998311 #119983 #831199

Analogous Colors of #998311

#998311 #6b9911 #993f11

Monochromatic Colors of #998311

#998311

Complementary Color

#998311 #112799

#998311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998311 Color CSS Codes

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

#998311 Text Font Color

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

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


#998311 Background Color

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

This div background color is #998311


#998311 Border Color

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

This div border color is #998311


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,131,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998311; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998311;
  -webkit-box-shadow: 1px 1px 3px 2px #998311;
  box-shadow:         1px 1px 3px 2px #998311; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998311


Comments

No comments written yet.

Please login to write comment.