Color Hex Logo

#998562 Color Hex

#998562
(153,133,98)
0 Favorites   0 Comments

Color spaces of #998562

RGB 15313398
HSL0.110.220.49
HSV38°36°60°
CMYK 0.000.130.36   0.40
XYZ23.729024.429215.0199
Yxy24.42920.37560.3867
Hunter Lab49.4259-0.798816.5807
CIE-Lab56.51502.270921.6865

#998562 color RGB value is (153,133,98).

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

The process color (four color CMYK) of #998562 color hex is 0.00, 0.13, 0.36, 0.40. Web safe color of #998562 is #999966. Color #998562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000101 01100010
Octal 231 205 142
Decimal 153 133 98
Hex 99 85 62

RGB Percentages of Color #998562

%39.84
%34.64
%25.52

CMYK Percentages of Color #998562

%0
%13
%36
%40

Triadic Colors of #998562

#998562 #629985 #856299

Analogous Colors of #998562

#998562 #929962 #996a62

Monochromatic Colors of #998562

#998562

Complementary Color

#998562 #627699

#998562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998562 Color CSS Codes

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

#998562 Text Font Color

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

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


#998562 Background Color

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

This div background color is #998562


#998562 Border Color

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

This div border color is #998562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998562


Comments

No comments written yet.

Please login to write comment.