Color Hex Logo

#989749 Color Hex

#989749
(152,151,73)
0 Favorites   0 Comments

Color spaces of #989749

RGB 15215173
HSL0.160.350.44
HSV59°52°60°
CMYK 0.000.010.52   0.40
XYZ25.218129.289710.6277
Yxy29.28970.38720.4497
Hunter Lab54.1200-11.534926.2410
CIE-Lab61.0365-10.765640.7363

#989749 color RGB value is (152,151,73).

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

The process color (four color CMYK) of #989749 color hex is 0.00, 0.01, 0.52, 0.40. Web safe color of #989749 is #999933. Color #989749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010111 01001001
Octal 230 227 111
Decimal 152 151 73
Hex 98 97 49

RGB Percentages of Color #989749

%40.43
%40.16
%19.41

CMYK Percentages of Color #989749

%0
%1
%52
%40

Triadic Colors of #989749

#989749 #499897 #974998

Analogous Colors of #989749

#989749 #729849 #987049

Monochromatic Colors of #989749

#989749

Complementary Color

#989749 #494a98

#989749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#989749 Color CSS Codes

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

#989749 Text Font Color

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

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


#989749 Background Color

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

This div background color is #989749


#989749 Border Color

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

This div border color is #989749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989749


Comments

No comments written yet.

Please login to write comment.