Color Hex Logo

#998144 Color Hex

#998144
(153,129,68)
0 Favorites   0 Comments

Color spaces of #998144

RGB 15312968
HSL0.120.380.43
HSV43°56°60°
CMYK 0.000.160.56   0.40
XYZ22.030522.89028.7260
Yxy22.89020.41070.4267
Hunter Lab47.8437-1.532922.6770
CIE-Lab54.95911.278936.1152

#998144 color RGB value is (153,129,68).

#998144 hex color red value is 153, green value is 129 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #998144 hue: 0.12 , saturation: 0.38 and the lightness value of 998144 is 0.43.

The process color (four color CMYK) of #998144 color hex is 0.00, 0.16, 0.56, 0.40. Web safe color of #998144 is #999933. Color #998144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000001 01000100
Octal 231 201 104
Decimal 153 129 68
Hex 99 81 44

RGB Percentages of Color #998144

%43.71
%36.86
%19.43

CMYK Percentages of Color #998144

%0
%16
%56
%40

Triadic Colors of #998144

#998144 #449981 #814499

Analogous Colors of #998144

#998144 #879944 #995744

Monochromatic Colors of #998144

#998144

Complementary Color

#998144 #445c99

#998144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998144 Color CSS Codes

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

#998144 Text Font Color

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

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


#998144 Background Color

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

This div background color is #998144


#998144 Border Color

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

This div border color is #998144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998144


Comments

No comments written yet.

Please login to write comment.