Color Hex Logo

#98976f Color Hex

#98976F
(152,151,111)
0 Favorites   0 Comments

Color spaces of #98976f

RGB 152151111
HSL0.160.170.52
HSV59°27°60°
CMYK 0.000.010.27   0.40
XYZ26.884729.956319.4041
Yxy29.95630.35260.3929
Hunter Lab54.7323-8.101917.2927
CIE-Lab61.6165-6.338521.2727

#98976f color RGB value is (152,151,111).

#98976f hex color red value is 152, green value is 151 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #98976f hue: 0.16 , saturation: 0.17 and the lightness value of 98976f is 0.52.

The process color (four color CMYK) of #98976f color hex is 0.00, 0.01, 0.27, 0.40. Web safe color of #98976f is #999966. Color #98976f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010111 01101111
Octal 230 227 157
Decimal 152 151 111
Hex 98 97 6F

RGB Percentages of Color #98976f

%36.71
%36.47
%26.81

CMYK Percentages of Color #98976f

%0
%1
%27
%40

Triadic Colors of #98976f

#98976f #6f9897 #976f98

Analogous Colors of #98976f

#98976f #85986f #98836f

Monochromatic Colors of #98976f

#98976f

Complementary Color

#98976f #6f7098

#98976f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98976f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98976f Color CSS Codes

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

#98976f Text Font Color

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

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


#98976f Background Color

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

This div background color is #98976f


#98976f Border Color

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

This div border color is #98976f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,151,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98976f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98976f;
  -webkit-box-shadow: 1px 1px 3px 2px #98976f;
  box-shadow:         1px 1px 3px 2px #98976f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,151,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98976f


Comments

No comments written yet.

Please login to write comment.