Color Hex Logo

#998520 Color Hex

#998520
(153,133,32)
0 Favorites   0 Comments

Color spaces of #998520

RGB 15313332
HSL0.140.650.36
HSV50°79°60°
CMYK 0.000.130.79   0.40
XYZ21.785123.65164.7835
Yxy23.65160.43380.4710
Hunter Lab48.6329-5.148628.2113
CIE-Lab55.7373-3.220153.1141

#998520 color RGB value is (153,133,32).

#998520 hex color red value is 153, green value is 133 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #998520 hue: 0.14 , saturation: 0.65 and the lightness value of 998520 is 0.36.

The process color (four color CMYK) of #998520 color hex is 0.00, 0.13, 0.79, 0.40. Web safe color of #998520 is #999933. Color #998520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000101 00100000
Octal 231 205 40
Decimal 153 133 32
Hex 99 85 20

RGB Percentages of Color #998520

%48.11
%41.82
%10.06

CMYK Percentages of Color #998520

%0
%13
%79
%40

Triadic Colors of #998520

#998520 #209985 #852099

Analogous Colors of #998520

#998520 #719920 #994820

Monochromatic Colors of #998520

#998520

Complementary Color

#998520 #203499

#998520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998520 Color CSS Codes

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

#998520 Text Font Color

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

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


#998520 Background Color

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

This div background color is #998520


#998520 Border Color

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

This div border color is #998520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998520


Comments

No comments written yet.

Please login to write comment.