Color Hex Logo

#649653 Color Hex

#649653
(100,150,83)
0 Favorites   0 Comments

Color spaces of #649653

RGB 10015083
HSL0.290.290.46
HSV105°45°59°
CMYK 0.330.000.45   0.41
XYZ17.723225.146612.1033
Yxy25.14660.32240.4574
Hunter Lab50.1464-24.669120.7923
CIE-Lab57.2180-29.942330.0742

#649653 color RGB value is (100,150,83).

#649653 hex color red value is 100, green value is 150 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #649653 hue: 0.29 , saturation: 0.29 and the lightness value of 649653 is 0.46.

The process color (four color CMYK) of #649653 color hex is 0.33, 0.00, 0.45, 0.41. Web safe color of #649653 is #669966. Color #649653 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010110 01010011
Octal 144 226 123
Decimal 100 150 83
Hex 64 96 53

RGB Percentages of Color #649653

%30.03
%45.05
%24.92

CMYK Percentages of Color #649653

%33
%0
%45
%41

Triadic Colors of #649653

#649653 #536496 #965364

Analogous Colors of #649653

#649653 #539664 #869653

Monochromatic Colors of #649653

#649653

Complementary Color

#649653 #855396

#649653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649653 Color CSS Codes

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

#649653 Text Font Color

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

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


#649653 Background Color

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

This div background color is #649653


#649653 Border Color

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

This div border color is #649653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649653


Comments

No comments written yet.

Please login to write comment.