Color Hex Logo

#98995f Color Hex

#98995F
(152,153,95)
0 Favorites   0 Comments

Color spaces of #98995f

RGB 15215395
HSL0.170.230.49
HSV61°38°60°
CMYK 0.010.000.38   0.40
XYZ26.405730.284115.2802
Yxy30.28410.36690.4208
Hunter Lab55.0310-10.654022.0589
CIE-Lab61.8986-9.515330.3750

#98995f color RGB value is (152,153,95).

#98995f hex color red value is 152, green value is 153 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #98995f hue: 0.17 , saturation: 0.23 and the lightness value of 98995f is 0.49.

The process color (four color CMYK) of #98995f color hex is 0.01, 0.00, 0.38, 0.40. Web safe color of #98995f is #999966. Color #98995f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011001 01011111
Octal 230 231 137
Decimal 152 153 95
Hex 98 99 5F

RGB Percentages of Color #98995f

%38.00
%38.25
%23.75

CMYK Percentages of Color #98995f

%1
%0
%38
%40

Triadic Colors of #98995f

#98995f #5f9899 #995f98

Analogous Colors of #98995f

#98995f #7b995f #997d5f

Monochromatic Colors of #98995f

#98995f

Complementary Color

#98995f #605f99

#98995f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98995f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98995f Color CSS Codes

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

#98995f Text Font Color

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

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


#98995f Background Color

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

This div background color is #98995f


#98995f Border Color

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

This div border color is #98995f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98995f


Comments

No comments written yet.

Please login to write comment.