Color Hex Logo

#998d2c Color Hex

#998D2C
(153,141,44)
0 Favorites   0 Comments

Color spaces of #998d2c

RGB 15314144
HSL0.150.550.39
HSV53°71°60°
CMYK 0.000.080.71   0.40
XYZ23.116426.00396.1838
Yxy26.00390.41800.4702
Hunter Lab50.9940-8.322628.5060
CIE-Lab58.0408-7.038750.7797

#998d2c color RGB value is (153,141,44).

#998d2c hex color red value is 153, green value is 141 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #998d2c hue: 0.15 , saturation: 0.55 and the lightness value of 998d2c is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 00101100
Octal 231 215 54
Decimal 153 141 44
Hex 99 8D 2C

RGB Percentages of Color #998d2c

%45.27
%41.72
%13.02

CMYK Percentages of Color #998d2c

%0
%8
%71
%40

Triadic Colors of #998d2c

#998d2c #2c998d #8d2c99

Analogous Colors of #998d2c

#998d2c #6f992c #99572c

Monochromatic Colors of #998d2c

#998d2c

Complementary Color

#998d2c #2c3899

#998d2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998d2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#998d2c Color CSS Codes

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

#998d2c Text Font Color

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

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


#998d2c Background Color

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

This div background color is #998d2c


#998d2c Border Color

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

This div border color is #998d2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998d2c


Comments

No comments written yet.

Please login to write comment.