Color Hex Logo

#998324 Color Hex

#998324
(153,131,36)
0 Favorites   0 Comments

Color spaces of #998324

RGB 15313136
HSL0.140.620.37
HSV49°76°60°
CMYK 0.000.140.76   0.40
XYZ21.571623.13234.9971
Yxy23.13230.43400.4654
Hunter Lab48.0960-4.108927.5071
CIE-Lab55.2084-1.943251.1670

#998324 color RGB value is (153,131,36).

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

The process color (four color CMYK) of #998324 color hex is 0.00, 0.14, 0.76, 0.40. Web safe color of #998324 is #999933. Color #998324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000011 00100100
Octal 231 203 44
Decimal 153 131 36
Hex 99 83 24

RGB Percentages of Color #998324

%47.81
%40.94
%11.25

CMYK Percentages of Color #998324

%0
%14
%76
%40

Triadic Colors of #998324

#998324 #249983 #832499

Analogous Colors of #998324

#998324 #759924 #994924

Monochromatic Colors of #998324

#998324

Complementary Color

#998324 #243a99

#998324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998324 Color CSS Codes

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

#998324 Text Font Color

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

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


#998324 Background Color

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

This div background color is #998324


#998324 Border Color

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

This div border color is #998324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998324


Comments

No comments written yet.

Please login to write comment.