Color Hex Logo

#978519 Color Hex

#978519
(151,133,25)
0 Favorites   0 Comments

Color spaces of #978519

RGB 15113325
HSL0.140.720.35
HSV51°83°59°
CMYK 0.000.120.83   0.41
XYZ21.325523.42464.3171
Yxy23.42460.43460.4774
Hunter Lab48.3990-6.047728.5907
CIE-Lab55.5070-4.394955.0896

#978519 color RGB value is (151,133,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10000101 00011001
Octal 227 205 31
Decimal 151 133 25
Hex 97 85 19

RGB Percentages of Color #978519

%48.87
%43.04
%8.09

CMYK Percentages of Color #978519

%0
%12
%83
%41

Triadic Colors of #978519

#978519 #199785 #851997

Analogous Colors of #978519

#978519 #6a9719 #974619

Monochromatic Colors of #978519

#978519

Complementary Color

#978519 #192b97

#978519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#978519 Color CSS Codes

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

#978519 Text Font Color

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

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


#978519 Background Color

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

This div background color is #978519


#978519 Border Color

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

This div border color is #978519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978519


Comments

No comments written yet.

Please login to write comment.