Color Hex Logo

#619470 Color Hex

#619470
(97,148,112)
0 Favorites   0 Comments

Color spaces of #619470

RGB 97148112
HSL0.380.210.48
HSV138°34°58°
CMYK 0.340.000.24   0.42
XYZ18.444324.891019.1616
Yxy24.89100.29510.3983
Hunter Lab49.8909-21.318912.1521
CIE-Lab56.9691-25.046713.7307

#619470 color RGB value is (97,148,112).

#619470 hex color red value is 97, green value is 148 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #619470 hue: 0.38 , saturation: 0.21 and the lightness value of 619470 is 0.48.

The process color (four color CMYK) of #619470 color hex is 0.34, 0.00, 0.24, 0.42. Web safe color of #619470 is #669966. Color #619470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010100 01110000
Octal 141 224 160
Decimal 97 148 112
Hex 61 94 70

RGB Percentages of Color #619470

%27.17
%41.46
%31.37

CMYK Percentages of Color #619470

%34
%0
%24
%42

Triadic Colors of #619470

#619470 #706194 #947061

Analogous Colors of #619470

#619470 #61948a #6c9461

Monochromatic Colors of #619470

#619470

Complementary Color

#619470 #946185

#619470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#619470 Color CSS Codes

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

#619470 Text Font Color

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

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


#619470 Background Color

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

This div background color is #619470


#619470 Border Color

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

This div border color is #619470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619470


Comments

No comments written yet.

Please login to write comment.