Color Hex Logo

#648e3d Color Hex

#648E3D
(100,142,61)
0 Favorites   0 Comments

Color spaces of #648e3d

RGB 10014261
HSL0.250.400.40
HSV91°57°56°
CMYK 0.300.000.57   0.44
XYZ15.770822.39227.9058
Yxy22.39220.34230.4861
Hunter Lab47.3204-23.320823.2187
CIE-Lab54.4407-28.871138.0125

#648e3d color RGB value is (100,142,61).

#648e3d hex color red value is 100, green value is 142 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #648e3d hue: 0.25 , saturation: 0.40 and the lightness value of 648e3d is 0.40.

The process color (four color CMYK) of #648e3d color hex is 0.30, 0.00, 0.57, 0.44. Web safe color of #648e3d is #669933. Color #648e3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001110 00111101
Octal 144 216 75
Decimal 100 142 61
Hex 64 8E 3D

RGB Percentages of Color #648e3d

%33.00
%46.86
%20.13

CMYK Percentages of Color #648e3d

%30
%0
%57
%44

Triadic Colors of #648e3d

#648e3d #3d648e #8e3d64

Analogous Colors of #648e3d

#648e3d #3d8e3f #8d8e3d

Monochromatic Colors of #648e3d

#648e3d

Complementary Color

#648e3d #673d8e

#648e3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648e3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#648e3d Color CSS Codes

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

#648e3d Text Font Color

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

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


#648e3d Background Color

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

This div background color is #648e3d


#648e3d Border Color

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

This div border color is #648e3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,142,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #648e3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #648e3d;
  -webkit-box-shadow: 1px 1px 3px 2px #648e3d;
  box-shadow:         1px 1px 3px 2px #648e3d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648e3d


Comments

No comments written yet.

Please login to write comment.