Color Hex Logo

#649319 Color Hex

#649319
(100,147,25)
0 Favorites   0 Comments

Color spaces of #649319

RGB 10014725
HSL0.230.710.34
HSV83°83°58°
CMYK 0.320.000.83   0.42
XYZ15.864723.64694.6479
Yxy23.64690.35930.5355
Hunter Lab48.6281-26.864328.3727
CIE-Lab55.7325-33.895153.7792

#649319 color RGB value is (100,147,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010011 00011001
Octal 144 223 31
Decimal 100 147 25
Hex 64 93 19

RGB Percentages of Color #649319

%36.76
%54.04
%9.19

CMYK Percentages of Color #649319

%32
%0
%83
%42

Triadic Colors of #649319

#649319 #196493 #931964

Analogous Colors of #649319

#649319 #279319 #938519

Monochromatic Colors of #649319

#649319

Complementary Color

#649319 #481993

#649319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649319 Color CSS Codes

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

#649319 Text Font Color

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

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


#649319 Background Color

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

This div background color is #649319


#649319 Border Color

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

This div border color is #649319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649319


Comments

No comments written yet.

Please login to write comment.