Color Hex Logo

#98977f Color Hex

#98977F
(152,151,127)
0 Favorites   0 Comments

Color spaces of #98977f

RGB 152151127
HSL0.160.110.55
HSV58°16°60°
CMYK 0.000.010.16   0.40
XYZ27.846330.340924.4674
Yxy30.34090.33690.3671
Hunter Lab55.0826-6.156112.2215
CIE-Lab61.9473-3.896712.7996

#98977f color RGB value is (152,151,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010111 01111111
Octal 230 227 177
Decimal 152 151 127
Hex 98 97 7F

RGB Percentages of Color #98977f

%35.35
%35.12
%29.53

CMYK Percentages of Color #98977f

%0
%1
%16
%40

Triadic Colors of #98977f

#98977f #7f9897 #977f98

Analogous Colors of #98977f

#98977f #8d987f #988b7f

Monochromatic Colors of #98977f

#98977f

Complementary Color

#98977f #7f8098

#98977f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98977f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98977f Color CSS Codes

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

#98977f Text Font Color

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

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


#98977f Background Color

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

This div background color is #98977f


#98977f Border Color

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

This div border color is #98977f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98977f


Comments

No comments written yet.

Please login to write comment.