Color Hex Logo

#986050 Color Hex

#986050
(152,96,80)
0 Favorites   0 Comments

Color spaces of #986050

RGB 1529680
HSL0.040.310.45
HSV13°47°60°
CMYK 0.000.370.47   0.40
XYZ18.579715.62039.6252
Yxy15.62030.42400.3564
Hunter Lab39.522514.749213.2265
CIE-Lab46.472320.904418.6173

#986050 color RGB value is (152,96,80).

#986050 hex color red value is 152, green value is 96 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #986050 hue: 0.04 , saturation: 0.31 and the lightness value of 986050 is 0.45.

The process color (four color CMYK) of #986050 color hex is 0.00, 0.37, 0.47, 0.40. Web safe color of #986050 is #996666. Color #986050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100000 01010000
Octal 230 140 120
Decimal 152 96 80
Hex 98 60 50

RGB Percentages of Color #986050

%46.34
%29.27
%24.39

CMYK Percentages of Color #986050

%0
%37
%47
%40

Triadic Colors of #986050

#986050 #509860 #605098

Analogous Colors of #986050

#986050 #988450 #985064

Monochromatic Colors of #986050

#986050

Complementary Color

#986050 #508898

#986050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986050 Color CSS Codes

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

#986050 Text Font Color

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

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


#986050 Background Color

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

This div background color is #986050


#986050 Border Color

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

This div border color is #986050


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,96,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #986050; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #986050;
  -webkit-box-shadow: 1px 1px 3px 2px #986050;
  box-shadow:         1px 1px 3px 2px #986050; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986050


Comments

No comments written yet.

Please login to write comment.