Color Hex Logo

#987949 Color Hex

#987949
(152,121,73)
0 Favorites   0 Comments

Color spaces of #987949

RGB 15212173
HSL0.100.350.44
HSV36°52°60°
CMYK 0.000.200.52   0.40
XYZ20.988920.83129.2179
Yxy20.83120.41120.4082
Hunter Lab45.64122.214219.9744
CIE-Lab52.76435.820430.7403

#987949 color RGB value is (152,121,73).

#987949 hex color red value is 152, green value is 121 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #987949 hue: 0.10 , saturation: 0.35 and the lightness value of 987949 is 0.44.

The process color (four color CMYK) of #987949 color hex is 0.00, 0.20, 0.52, 0.40. Web safe color of #987949 is #996633. Color #987949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111001 01001001
Octal 230 171 111
Decimal 152 121 73
Hex 98 79 49

RGB Percentages of Color #987949

%43.93
%34.97
%21.10

CMYK Percentages of Color #987949

%0
%20
%52
%40

Triadic Colors of #987949

#987949 #499879 #794998

Analogous Colors of #987949

#987949 #909849 #985249

Monochromatic Colors of #987949

#987949

Complementary Color

#987949 #496898

#987949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#987949 Color CSS Codes

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

#987949 Text Font Color

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

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


#987949 Background Color

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

This div background color is #987949


#987949 Border Color

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

This div border color is #987949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987949


Comments

No comments written yet.

Please login to write comment.