Color Hex Logo

#648746 Color Hex

#648746
(100,135,70)
0 Favorites   0 Comments

Color spaces of #648746

RGB 10013570
HSL0.260.320.40
HSV92°48°53°
CMYK 0.260.000.48   0.47
XYZ15.025020.47958.9554
Yxy20.47950.33790.4606
Hunter Lab45.2543-19.930719.9451
CIE-Lab52.3751-24.368730.9109

#648746 color RGB value is (100,135,70).

#648746 hex color red value is 100, green value is 135 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #648746 hue: 0.26 , saturation: 0.32 and the lightness value of 648746 is 0.40.

The process color (four color CMYK) of #648746 color hex is 0.26, 0.00, 0.48, 0.47. Web safe color of #648746 is #669933. Color #648746 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000111 01000110
Octal 144 207 106
Decimal 100 135 70
Hex 64 87 46

RGB Percentages of Color #648746

%32.79
%44.26
%22.95

CMYK Percentages of Color #648746

%26
%0
%48
%47

Triadic Colors of #648746

#648746 #466487 #874664

Analogous Colors of #648746

#648746 #468749 #858746

Monochromatic Colors of #648746

#648746

Complementary Color

#648746 #694687

#648746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648746 Color CSS Codes

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

#648746 Text Font Color

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

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


#648746 Background Color

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

This div background color is #648746


#648746 Border Color

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

This div border color is #648746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648746


Comments

No comments written yet.

Please login to write comment.