Color Hex Logo

#998461 Color Hex

#998461
(153,132,97)
0 Favorites   0 Comments

Color spaces of #998461

RGB 15313297
HSL0.100.220.49
HSV38°37°60°
CMYK 0.000.140.37   0.40
XYZ23.545824.137914.7273
Yxy24.13790.37730.3868
Hunter Lab49.1303-0.431716.6185
CIE-Lab56.22562.705921.8630

#998461 color RGB value is (153,132,97).

#998461 hex color red value is 153, green value is 132 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #998461 hue: 0.10 , saturation: 0.22 and the lightness value of 998461 is 0.49.

The process color (four color CMYK) of #998461 color hex is 0.00, 0.14, 0.37, 0.40. Web safe color of #998461 is #999966. Color #998461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000100 01100001
Octal 231 204 141
Decimal 153 132 97
Hex 99 84 61

RGB Percentages of Color #998461

%40.05
%34.55
%25.39

CMYK Percentages of Color #998461

%0
%14
%37
%40

Triadic Colors of #998461

#998461 #619984 #846199

Analogous Colors of #998461

#998461 #929961 #996861

Monochromatic Colors of #998461

#998461

Complementary Color

#998461 #617699

#998461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998461 Color CSS Codes

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

#998461 Text Font Color

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

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


#998461 Background Color

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

This div background color is #998461


#998461 Border Color

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

This div border color is #998461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998461


Comments

No comments written yet.

Please login to write comment.