Color Hex Logo

#979419 Color Hex

#979419
(151,148,25)
0 Favorites   0 Comments

Color spaces of #979419

RGB 15114825
HSL0.160.720.35
HSV59°83°59°
CMYK 0.000.020.83   0.41
XYZ23.527927.82935.0512
Yxy27.82930.41710.4934
Hunter Lab52.7535-12.708131.2504
CIE-Lab59.7342-12.497058.7128

#979419 color RGB value is (151,148,25).

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

The process color (four color CMYK) of #979419 color hex is 0.00, 0.02, 0.83, 0.41. Web safe color of #979419 is #999900. Color #979419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010100 00011001
Octal 227 224 31
Decimal 151 148 25
Hex 97 94 19

RGB Percentages of Color #979419

%46.60
%45.68
%7.72

CMYK Percentages of Color #979419

%0
%2
%83
%41

Triadic Colors of #979419

#979419 #199794 #941997

Analogous Colors of #979419

#979419 #5b9719 #975519

Monochromatic Colors of #979419

#979419

Complementary Color

#979419 #191c97

#979419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979419 Color CSS Codes

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

#979419 Text Font Color

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

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


#979419 Background Color

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

This div background color is #979419


#979419 Border Color

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

This div border color is #979419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979419


Comments

No comments written yet.

Please login to write comment.