Color Hex Logo

#998148 Color Hex

#998148
(153,129,72)
0 Favorites   0 Comments

Color spaces of #998148

RGB 15312972
HSL0.120.360.44
HSV42°53°60°
CMYK 0.000.160.53   0.40
XYZ22.156822.94079.3911
Yxy22.94070.40660.4210
Hunter Lab47.8965-1.245121.9025
CIE-Lab55.01121.639934.0677

#998148 color RGB value is (153,129,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000001 01001000
Octal 231 201 110
Decimal 153 129 72
Hex 99 81 48

RGB Percentages of Color #998148

%43.22
%36.44
%20.34

CMYK Percentages of Color #998148

%0
%16
%53
%40

Triadic Colors of #998148

#998148 #489981 #814899

Analogous Colors of #998148

#998148 #899948 #995948

Monochromatic Colors of #998148

#998148

Complementary Color

#998148 #486099

#998148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998148 Color CSS Codes

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

#998148 Text Font Color

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

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


#998148 Background Color

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

This div background color is #998148


#998148 Border Color

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

This div border color is #998148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998148


Comments

No comments written yet.

Please login to write comment.