Color Hex Logo

#986e1b Color Hex

#986E1B
(152,110,27)
0 Favorites   0 Comments

Color spaces of #986e1b

RGB 15211027
HSL0.110.700.35
HSV40°82°60°
CMYK 0.000.280.82   0.40
XYZ18.722717.90643.5064
Yxy17.90640.46650.4461
Hunter Lab42.31604.924424.7083
CIE-Lab49.38249.103749.0980

#986e1b color RGB value is (152,110,27).

#986e1b hex color red value is 152, green value is 110 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #986e1b hue: 0.11 , saturation: 0.70 and the lightness value of 986e1b is 0.35.

The process color (four color CMYK) of #986e1b color hex is 0.00, 0.28, 0.82, 0.40. Web safe color of #986e1b is #996633. Color #986e1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101110 00011011
Octal 230 156 33
Decimal 152 110 27
Hex 98 6E 1B

RGB Percentages of Color #986e1b

%52.60
%38.06
%9.34

CMYK Percentages of Color #986e1b

%0
%28
%82
%40

Triadic Colors of #986e1b

#986e1b #1b986e #6e1b98

Analogous Colors of #986e1b

#986e1b #84981b #98301b

Monochromatic Colors of #986e1b

#986e1b

Complementary Color

#986e1b #1b4598

#986e1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986e1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#986e1b Color CSS Codes

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

#986e1b Text Font Color

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

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


#986e1b Background Color

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

This div background color is #986e1b


#986e1b Border Color

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

This div border color is #986e1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986e1b


Comments

No comments written yet.

Please login to write comment.