Color Hex Logo

#619419 Color Hex

#619419
(97,148,25)
0 Favorites   0 Comments

Color spaces of #619419

RGB 9714825
HSL0.240.710.34
HSV85°83°58°
CMYK 0.340.000.83   0.42
XYZ15.695123.79144.6847
Yxy23.79140.35530.5386
Hunter Lab48.7764-27.921728.4490
CIE-Lab55.8783-35.508153.8466

#619419 color RGB value is (97,148,25).

#619419 hex color red value is 97, green value is 148 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #619419 hue: 0.24 , saturation: 0.71 and the lightness value of 619419 is 0.34.

The process color (four color CMYK) of #619419 color hex is 0.34, 0.00, 0.83, 0.42. Web safe color of #619419 is #669900. Color #619419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010100 00011001
Octal 141 224 31
Decimal 97 148 25
Hex 61 94 19

RGB Percentages of Color #619419

%35.93
%54.81
%9.26

CMYK Percentages of Color #619419

%34
%0
%83
%42

Triadic Colors of #619419

#619419 #196194 #941961

Analogous Colors of #619419

#619419 #249419 #948a19

Monochromatic Colors of #619419

#619419

Complementary Color

#619419 #4c1994

#619419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#619419 Color CSS Codes

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

#619419 Text Font Color

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

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


#619419 Background Color

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

This div background color is #619419


#619419 Border Color

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

This div border color is #619419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619419


Comments

No comments written yet.

Please login to write comment.