Color Hex Logo

#98635e Color Hex

#98635E
(152,99,94)
0 Favorites   0 Comments

Color spaces of #98635e

RGB 1529994
HSL0.010.240.48
HSV38°60°
CMYK 0.000.350.38   0.40
XYZ19.431116.407212.7325
Yxy16.40720.40010.3378
Hunter Lab40.505814.74349.7170
CIE-Lab47.504320.822911.6881

#98635e color RGB value is (152,99,94).

#98635e hex color red value is 152, green value is 99 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #98635e hue: 0.01 , saturation: 0.24 and the lightness value of 98635e is 0.48.

The process color (four color CMYK) of #98635e color hex is 0.00, 0.35, 0.38, 0.40. Web safe color of #98635e is #996666. Color #98635e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100011 01011110
Octal 230 143 136
Decimal 152 99 94
Hex 98 63 5E

RGB Percentages of Color #98635e

%44.06
%28.70
%27.25

CMYK Percentages of Color #98635e

%0
%35
%38
%40

Triadic Colors of #98635e

#98635e #5e9863 #635e98

Analogous Colors of #98635e

#98635e #98805e #985e76

Monochromatic Colors of #98635e

#98635e

Complementary Color

#98635e #5e9398

#98635e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98635e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98635e Color CSS Codes

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

#98635e Text Font Color

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

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


#98635e Background Color

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

This div background color is #98635e


#98635e Border Color

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

This div border color is #98635e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,99,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98635e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98635e;
  -webkit-box-shadow: 1px 1px 3px 2px #98635e;
  box-shadow:         1px 1px 3px 2px #98635e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98635e


Comments

No comments written yet.

Please login to write comment.