Color Hex Logo

#619466 Color Hex

#619466
(97,148,102)
0 Favorites   0 Comments

Color spaces of #619466

RGB 97148102
HSL0.350.210.48
HSV126°34°58°
CMYK 0.340.000.31   0.42
XYZ17.917924.680516.3898
Yxy24.68050.30380.4184
Hunter Lab49.6795-22.559515.2152
CIE-Lab56.7628-26.938119.0630

#619466 color RGB value is (97,148,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010100 01100110
Octal 141 224 146
Decimal 97 148 102
Hex 61 94 66

RGB Percentages of Color #619466

%27.95
%42.65
%29.39

CMYK Percentages of Color #619466

%34
%0
%31
%42

Triadic Colors of #619466

#619466 #666194 #946661

Analogous Colors of #619466

#619466 #619480 #769461

Monochromatic Colors of #619466

#619466

Complementary Color

#619466 #94618f

#619466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#619466 Color CSS Codes

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

#619466 Text Font Color

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

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


#619466 Background Color

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

This div background color is #619466


#619466 Border Color

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

This div border color is #619466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619466


Comments

No comments written yet.

Please login to write comment.