Color Hex Logo

#64826d Color Hex

#64826D
(100,130,109)
0 Favorites   0 Comments

Color spaces of #64826d

RGB 100130109
HSL0.380.130.45
HSV138°23°51°
CMYK 0.230.000.16   0.49
XYZ15.998519.778717.4425
Yxy19.77870.30060.3716
Hunter Lab44.4733-13.61587.8776
CIE-Lab51.5861-15.25077.9069

#64826d color RGB value is (100,130,109).

#64826d hex color red value is 100, green value is 130 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #64826d hue: 0.38 , saturation: 0.13 and the lightness value of 64826d is 0.45.

The process color (four color CMYK) of #64826d color hex is 0.23, 0.00, 0.16, 0.49. Web safe color of #64826d is #669966. Color #64826d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000010 01101101
Octal 144 202 155
Decimal 100 130 109
Hex 64 82 6D

RGB Percentages of Color #64826d

%29.50
%38.35
%32.15

CMYK Percentages of Color #64826d

%23
%0
%16
%49

Triadic Colors of #64826d

#64826d #6d6482 #826d64

Analogous Colors of #64826d

#64826d #64827c #6a8264

Monochromatic Colors of #64826d

#64826d

Complementary Color

#64826d #826479

#64826d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64826d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64826d Color CSS Codes

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

#64826d Text Font Color

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

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


#64826d Background Color

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

This div background color is #64826d


#64826d Border Color

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

This div border color is #64826d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,130,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64826d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64826d;
  -webkit-box-shadow: 1px 1px 3px 2px #64826d;
  box-shadow:         1px 1px 3px 2px #64826d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64826d


Comments

No comments written yet.

Please login to write comment.