Color Hex Logo

#986b1f Color Hex

#986B1F
(152,107,31)
0 Favorites   0 Comments

Color spaces of #986b1f

RGB 15210731
HSL0.100.660.36
HSV38°80°60°
CMYK 0.000.300.80   0.40
XYZ18.453917.28973.6609
Yxy17.28970.46830.4388
Hunter Lab41.58096.453123.8866
CIE-Lab48.623010.977946.8675

#986b1f color RGB value is (152,107,31).

#986b1f hex color red value is 152, green value is 107 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #986b1f hue: 0.10 , saturation: 0.66 and the lightness value of 986b1f is 0.36.

The process color (four color CMYK) of #986b1f color hex is 0.00, 0.30, 0.80, 0.40. Web safe color of #986b1f is #996633. Color #986b1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101011 00011111
Octal 230 153 37
Decimal 152 107 31
Hex 98 6B 1F

RGB Percentages of Color #986b1f

%52.41
%36.90
%10.69

CMYK Percentages of Color #986b1f

%0
%30
%80
%40

Triadic Colors of #986b1f

#986b1f #1f986b #6b1f98

Analogous Colors of #986b1f

#986b1f #89981f #982f1f

Monochromatic Colors of #986b1f

#986b1f

Complementary Color

#986b1f #1f4c98

#986b1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986b1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#986b1f Color CSS Codes

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

#986b1f Text Font Color

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

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


#986b1f Background Color

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

This div background color is #986b1f


#986b1f Border Color

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

This div border color is #986b1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986b1f


Comments

No comments written yet.

Please login to write comment.