Color Hex Logo

#648438 Color Hex

#648438
(100,132,56)
0 Favorites   0 Comments

Color spaces of #648438

RGB 10013256
HSL0.240.400.37
HSV85°58°52°
CMYK 0.240.000.58   0.48
XYZ14.220619.49746.7552
Yxy19.49740.35140.4817
Hunter Lab44.1559-19.786021.8386
CIE-Lab51.2641-24.493636.7974

#648438 color RGB value is (100,132,56).

#648438 hex color red value is 100, green value is 132 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #648438 hue: 0.24 , saturation: 0.40 and the lightness value of 648438 is 0.37.

The process color (four color CMYK) of #648438 color hex is 0.24, 0.00, 0.58, 0.48. Web safe color of #648438 is #669933. Color #648438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000100 00111000
Octal 144 204 70
Decimal 100 132 56
Hex 64 84 38

RGB Percentages of Color #648438

%34.72
%45.83
%19.44

CMYK Percentages of Color #648438

%24
%0
%58
%48

Triadic Colors of #648438

#648438 #386484 #843864

Analogous Colors of #648438

#648438 #3e8438 #847e38

Monochromatic Colors of #648438

#648438

Complementary Color

#648438 #583884

#648438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648438 Color CSS Codes

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

#648438 Text Font Color

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

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


#648438 Background Color

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

This div background color is #648438


#648438 Border Color

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

This div border color is #648438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648438


Comments

No comments written yet.

Please login to write comment.