Color Hex Logo

#64744b Color Hex

#64744B
(100,116,75)
0 Favorites   0 Comments

Color spaces of #64744b

RGB 10011675
HSL0.230.210.37
HSV83°35°45°
CMYK 0.140.000.35   0.55
XYZ12.770915.70819.0155
Yxy15.70810.34060.4189
Hunter Lab39.6334-11.841314.2566
CIE-Lab46.5892-13.687920.7411

#64744b color RGB value is (100,116,75).

#64744b hex color red value is 100, green value is 116 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #64744b hue: 0.23 , saturation: 0.21 and the lightness value of 64744b is 0.37.

The process color (four color CMYK) of #64744b color hex is 0.14, 0.00, 0.35, 0.55. Web safe color of #64744b is #666633. Color #64744b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110100 01001011
Octal 144 164 113
Decimal 100 116 75
Hex 64 74 4B

RGB Percentages of Color #64744b

%34.36
%39.86
%25.77

CMYK Percentages of Color #64744b

%14
%0
%35
%55

Triadic Colors of #64744b

#64744b #4b6474 #744b64

Analogous Colors of #64744b

#64744b #50744b #74704b

Monochromatic Colors of #64744b

#64744b

Complementary Color

#64744b #5b4b74

#64744b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64744b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64744b Color CSS Codes

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

#64744b Text Font Color

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

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


#64744b Background Color

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

This div background color is #64744b


#64744b Border Color

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

This div border color is #64744b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,116,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64744b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64744b;
  -webkit-box-shadow: 1px 1px 3px 2px #64744b;
  box-shadow:         1px 1px 3px 2px #64744b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64744b


Comments

No comments written yet.

Please login to write comment.