Color Hex Logo

#98975c Color Hex

#98975C
(152,151,92)
0 Favorites   0 Comments

Color spaces of #98975c

RGB 15215192
HSL0.160.250.48
HSV59°39°60°
CMYK 0.000.010.39   0.40
XYZ25.947329.581314.4674
Yxy29.58130.37070.4226
Hunter Lab54.3887-10.022922.3009
CIE-Lab61.2913-8.796531.2044

#98975c color RGB value is (152,151,92).

#98975c hex color red value is 152, green value is 151 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #98975c hue: 0.16 , saturation: 0.25 and the lightness value of 98975c is 0.48.

The process color (four color CMYK) of #98975c color hex is 0.00, 0.01, 0.39, 0.40. Web safe color of #98975c is #999966. Color #98975c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010111 01011100
Octal 230 227 134
Decimal 152 151 92
Hex 98 97 5C

RGB Percentages of Color #98975c

%38.48
%38.23
%23.29

CMYK Percentages of Color #98975c

%0
%1
%39
%40

Triadic Colors of #98975c

#98975c #5c9897 #975c98

Analogous Colors of #98975c

#98975c #7b985c #98795c

Monochromatic Colors of #98975c

#98975c

Complementary Color

#98975c #5c5d98

#98975c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98975c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98975c Color CSS Codes

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

#98975c Text Font Color

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

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


#98975c Background Color

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

This div background color is #98975c


#98975c Border Color

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

This div border color is #98975c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98975c


Comments

No comments written yet.

Please login to write comment.