Color Hex Logo

#98786d Color Hex

#98786D
(152,120,109)
0 Favorites   0 Comments

Color spaces of #98786d

RGB 152120109
HSL0.040.170.51
HSV15°28°60°
CMYK 0.000.210.28   0.40
XYZ22.425721.212517.3805
Yxy21.21250.36750.3476
Hunter Lab46.05706.31399.8657
CIE-Lab53.181310.767410.7862

#98786d color RGB value is (152,120,109).

#98786d hex color red value is 152, green value is 120 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #98786d hue: 0.04 , saturation: 0.17 and the lightness value of 98786d is 0.51.

The process color (four color CMYK) of #98786d color hex is 0.00, 0.21, 0.28, 0.40. Web safe color of #98786d is #996666. Color #98786d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111000 01101101
Octal 230 170 155
Decimal 152 120 109
Hex 98 78 6D

RGB Percentages of Color #98786d

%39.90
%31.50
%28.61

CMYK Percentages of Color #98786d

%0
%21
%28
%40

Triadic Colors of #98786d

#98786d #6d9878 #786d98

Analogous Colors of #98786d

#98786d #988e6d #986d78

Monochromatic Colors of #98786d

#98786d

Complementary Color

#98786d #6d8d98

#98786d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98786d Color Preview on White Background

Lorem ipsum dolor sit amet.

#98786d Color CSS Codes

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

#98786d Text Font Color

<p style="color:#98786d">Text here</p>

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


#98786d Background Color

<div style="background-color:#98786d">
Div content here</div>

This div background color is #98786d


#98786d Border Color

<div style="border:3px solid #98786d">
Div here</div>

This div border color is #98786d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,120,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98786d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98786d;
  -webkit-box-shadow: 1px 1px 3px 2px #98786d;
  box-shadow:         1px 1px 3px 2px #98786d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98786d


Comments

No comments written yet.

Please login to write comment.