Color Hex Logo

#648613 Color Hex

#648613
(100,134,19)
0 Favorites   0 Comments

Color spaces of #648613

RGB 10013419
HSL0.220.750.30
HSV78°86°53°
CMYK 0.250.000.86   0.47
XYZ13.898219.80653.7066
Yxy19.80650.37150.5294
Hunter Lab44.5045-22.139526.2151
CIE-Lab51.6177-28.039051.7634

#648613 color RGB value is (100,134,19).

#648613 hex color red value is 100, green value is 134 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #648613 hue: 0.22 , saturation: 0.75 and the lightness value of 648613 is 0.30.

The process color (four color CMYK) of #648613 color hex is 0.25, 0.00, 0.86, 0.47. Web safe color of #648613 is #669900. Color #648613 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000110 00010011
Octal 144 206 23
Decimal 100 134 19
Hex 64 86 13

RGB Percentages of Color #648613

%39.53
%52.96
%7.51

CMYK Percentages of Color #648613

%25
%0
%86
%47

Triadic Colors of #648613

#648613 #136486 #861364

Analogous Colors of #648613

#648613 #2b8613 #866f13

Monochromatic Colors of #648613

#648613

Complementary Color

#648613 #351386

#648613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648613 Color CSS Codes

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

#648613 Text Font Color

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

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


#648613 Background Color

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

This div background color is #648613


#648613 Border Color

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

This div border color is #648613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648613


Comments

No comments written yet.

Please login to write comment.