Color Hex Logo

#998d4a Color Hex

#998D4A
(153,141,74)
0 Favorites   0 Comments

Color spaces of #998d4a

RGB 15314174
HSL0.140.350.45
HSV51°52°60°
CMYK 0.000.080.52   0.40
XYZ23.897826.316510.2986
Yxy26.31650.39490.4349
Hunter Lab51.2996-6.620524.0070
CIE-Lab58.3363-4.834637.0413

#998d4a color RGB value is (153,141,74).

#998d4a hex color red value is 153, green value is 141 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #998d4a hue: 0.14 , saturation: 0.35 and the lightness value of 998d4a is 0.45.

The process color (four color CMYK) of #998d4a color hex is 0.00, 0.08, 0.52, 0.40. Web safe color of #998d4a is #999933. Color #998d4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 01001010
Octal 231 215 112
Decimal 153 141 74
Hex 99 8D 4A

RGB Percentages of Color #998d4a

%41.58
%38.32
%20.11

CMYK Percentages of Color #998d4a

%0
%8
%52
%40

Triadic Colors of #998d4a

#998d4a #4a998d #8d4a99

Analogous Colors of #998d4a

#998d4a #7e994a #99664a

Monochromatic Colors of #998d4a

#998d4a

Complementary Color

#998d4a #4a5699

#998d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#998d4a Color CSS Codes

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

#998d4a Text Font Color

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

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


#998d4a Background Color

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

This div background color is #998d4a


#998d4a Border Color

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

This div border color is #998d4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,141,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998d4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998d4a;
  -webkit-box-shadow: 1px 1px 3px 2px #998d4a;
  box-shadow:         1px 1px 3px 2px #998d4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998d4a


Comments

No comments written yet.

Please login to write comment.