Color Hex Logo

#648376 Color Hex

#648376
(100,131,118)
0 Favorites   0 Comments

Color spaces of #648376

RGB 100131118
HSL0.430.130.45
HSV155°24°51°
CMYK 0.240.000.10   0.49
XYZ16.641820.249920.1710
Yxy20.24990.29160.3549
Hunter Lab44.9999-12.73724.9234
CIE-Lab52.1186-13.89433.4333

#648376 color RGB value is (100,131,118).

#648376 hex color red value is 100, green value is 131 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #648376 hue: 0.43 , saturation: 0.13 and the lightness value of 648376 is 0.45.

The process color (four color CMYK) of #648376 color hex is 0.24, 0.00, 0.10, 0.49. Web safe color of #648376 is #669966. Color #648376 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000011 01110110
Octal 144 203 166
Decimal 100 131 118
Hex 64 83 76

RGB Percentages of Color #648376

%28.65
%37.54
%33.81

CMYK Percentages of Color #648376

%24
%0
%10
%49

Triadic Colors of #648376

#648376 #766483 #837664

Analogous Colors of #648376

#648376 #648183 #648367

Monochromatic Colors of #648376

#648376

Complementary Color

#648376 #836471

#648376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648376 Color CSS Codes

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

#648376 Text Font Color

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

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


#648376 Background Color

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

This div background color is #648376


#648376 Border Color

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

This div border color is #648376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648376


Comments

No comments written yet.

Please login to write comment.