Color Hex Logo

#619464 Color Hex

#619464
(97,148,100)
0 Favorites   0 Comments

Color spaces of #619464

RGB 97148100
HSL0.340.210.48
HSV124°34°58°
CMYK 0.340.000.32   0.42
XYZ17.819924.641315.8736
Yxy24.64130.30550.4224
Hunter Lab49.6400-22.791615.7886
CIE-Lab56.7242-27.295620.1254

#619464 color RGB value is (97,148,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010100 01100100
Octal 141 224 144
Decimal 97 148 100
Hex 61 94 64

RGB Percentages of Color #619464

%28.12
%42.90
%28.99

CMYK Percentages of Color #619464

%34
%0
%32
%42

Triadic Colors of #619464

#619464 #646194 #946461

Analogous Colors of #619464

#619464 #61947e #789461

Monochromatic Colors of #619464

#619464

Complementary Color

#619464 #946191

#619464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#619464 Color CSS Codes

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

#619464 Text Font Color

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

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


#619464 Background Color

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

This div background color is #619464


#619464 Border Color

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

This div border color is #619464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619464


Comments

No comments written yet.

Please login to write comment.