Color Hex Logo

#986d5f Color Hex

#986D5F
(152,109,95)
0 Favorites   0 Comments

Color spaces of #986d5f

RGB 15210995
HSL0.040.230.48
HSV15°38°60°
CMYK 0.000.280.38   0.40
XYZ20.483118.438913.3060
Yxy18.43890.39220.3530
Hunter Lab42.940510.000511.6862
CIE-Lab50.024215.183714.5859

#986d5f color RGB value is (152,109,95).

#986d5f hex color red value is 152, green value is 109 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #986d5f hue: 0.04 , saturation: 0.23 and the lightness value of 986d5f is 0.48.

The process color (four color CMYK) of #986d5f color hex is 0.00, 0.28, 0.38, 0.40. Web safe color of #986d5f is #996666. Color #986d5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101101 01011111
Octal 230 155 137
Decimal 152 109 95
Hex 98 6D 5F

RGB Percentages of Color #986d5f

%42.70
%30.62
%26.69

CMYK Percentages of Color #986d5f

%0
%28
%38
%40

Triadic Colors of #986d5f

#986d5f #5f986d #6d5f98

Analogous Colors of #986d5f

#986d5f #988a5f #985f6e

Monochromatic Colors of #986d5f

#986d5f

Complementary Color

#986d5f #5f8a98

#986d5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986d5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#986d5f Color CSS Codes

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

#986d5f Text Font Color

<p style="color:#986d5f">Text here</p>

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


#986d5f Background Color

<div style="background-color:#986d5f">
Div content here</div>

This div background color is #986d5f


#986d5f Border Color

<div style="border:3px solid #986d5f">
Div here</div>

This div border color is #986d5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,109,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 #986d5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986d5f


Comments

No comments written yet.

Please login to write comment.