Color Hex Logo

#64674d Color Hex

#64674D
(100,103,77)
0 Favorites   0 Comments

Color spaces of #64674d

RGB 10010377
HSL0.190.140.35
HSV67°25°40°
CMYK 0.030.000.25   0.60
XYZ11.445312.94568.9167
Yxy12.94560.34360.3887
Hunter Lab35.9800-6.183810.4925
CIE-Lab42.6812-6.029314.3228

#64674d color RGB value is (100,103,77).

#64674d hex color red value is 100, green value is 103 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #64674d hue: 0.19 , saturation: 0.14 and the lightness value of 64674d is 0.35.

The process color (four color CMYK) of #64674d color hex is 0.03, 0.00, 0.25, 0.60. Web safe color of #64674d is #666666. Color #64674d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100111 01001101
Octal 144 147 115
Decimal 100 103 77
Hex 64 67 4D

RGB Percentages of Color #64674d

%35.71
%36.79
%27.50

CMYK Percentages of Color #64674d

%3
%0
%25
%60

Triadic Colors of #64674d

#64674d #4d6467 #674d64

Analogous Colors of #64674d

#64674d #57674d #675d4d

Monochromatic Colors of #64674d

#64674d

Complementary Color

#64674d #504d67

#64674d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64674d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64674d Color CSS Codes

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

#64674d Text Font Color

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

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


#64674d Background Color

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

This div background color is #64674d


#64674d Border Color

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

This div border color is #64674d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64674d


Comments

No comments written yet.

Please login to write comment.