Color Hex Logo

#64974c Color Hex

#64974C
(100,151,76)
0 Favorites   0 Comments

Color spaces of #64974c

RGB 10015176
HSL0.280.330.45
HSV101°50°59°
CMYK 0.340.000.50   0.41
XYZ17.626625.364310.8043
Yxy25.36430.32770.4715
Hunter Lab50.3630-25.661822.5347
CIE-Lab57.4287-31.370434.0087

#64974c color RGB value is (100,151,76).

#64974c hex color red value is 100, green value is 151 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #64974c hue: 0.28 , saturation: 0.33 and the lightness value of 64974c is 0.45.

The process color (four color CMYK) of #64974c color hex is 0.34, 0.00, 0.50, 0.41. Web safe color of #64974c is #669933. Color #64974c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010111 01001100
Octal 144 227 114
Decimal 100 151 76
Hex 64 97 4C

RGB Percentages of Color #64974c

%30.58
%46.18
%23.24

CMYK Percentages of Color #64974c

%34
%0
%50
%41

Triadic Colors of #64974c

#64974c #4c6497 #974c64

Analogous Colors of #64974c

#64974c #4c975a #8a974c

Monochromatic Colors of #64974c

#64974c

Complementary Color

#64974c #7f4c97

#64974c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64974c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64974c Color CSS Codes

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

#64974c Text Font Color

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

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


#64974c Background Color

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

This div background color is #64974c


#64974c Border Color

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

This div border color is #64974c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,151,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64974c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64974c;
  -webkit-box-shadow: 1px 1px 3px 2px #64974c;
  box-shadow:         1px 1px 3px 2px #64974c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64974c


Comments

No comments written yet.

Please login to write comment.