Color Hex Logo

#649378 Color Hex

#649378
(100,147,120)
0 Favorites   0 Comments

Color spaces of #649378

RGB 100147120
HSL0.400.190.48
HSV146°32°58°
CMYK 0.320.000.18   0.42
XYZ19.079424.932821.5762
Yxy24.93280.29090.3801
Hunter Lab49.9328-19.17719.3334
CIE-Lab57.0099-21.93759.2783

#649378 color RGB value is (100,147,120).

#649378 hex color red value is 100, green value is 147 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #649378 hue: 0.40 , saturation: 0.19 and the lightness value of 649378 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010011 01111000
Octal 144 223 170
Decimal 100 147 120
Hex 64 93 78

RGB Percentages of Color #649378

%27.25
%40.05
%32.70

CMYK Percentages of Color #649378

%32
%0
%18
%42

Triadic Colors of #649378

#649378 #786493 #937864

Analogous Colors of #649378

#649378 #649390 #689364

Monochromatic Colors of #649378

#649378

Complementary Color

#649378 #93647f

#649378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649378 Color CSS Codes

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

#649378 Text Font Color

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

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


#649378 Background Color

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

This div background color is #649378


#649378 Border Color

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

This div border color is #649378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649378


Comments

No comments written yet.

Please login to write comment.