Color Hex Logo

#989441 Color Hex

#989441
(152,148,65)
0 Favorites   0 Comments

Color spaces of #989441

RGB 15214865
HSL0.160.400.43
HSV57°57°60°
CMYK 0.000.030.57   0.40
XYZ24.492928.23699.1604
Yxy28.23690.39570.4562
Hunter Lab53.1384-10.716826.9760
CIE-Lab60.1022-9.848243.5748

#989441 color RGB value is (152,148,65).

#989441 hex color red value is 152, green value is 148 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #989441 hue: 0.16 , saturation: 0.40 and the lightness value of 989441 is 0.43.

The process color (four color CMYK) of #989441 color hex is 0.00, 0.03, 0.57, 0.40. Web safe color of #989441 is #999933. Color #989441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010100 01000001
Octal 230 224 101
Decimal 152 148 65
Hex 98 94 41

RGB Percentages of Color #989441

%41.64
%40.55
%17.81

CMYK Percentages of Color #989441

%0
%3
%57
%40

Triadic Colors of #989441

#989441 #419894 #944198

Analogous Colors of #989441

#989441 #719841 #986941

Monochromatic Colors of #989441

#989441

Complementary Color

#989441 #414598

#989441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#989441 Color CSS Codes

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

#989441 Text Font Color

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

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


#989441 Background Color

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

This div background color is #989441


#989441 Border Color

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

This div border color is #989441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989441


Comments

No comments written yet.

Please login to write comment.