Color Hex Logo

#64884b Color Hex

#64884B
(100,136,75)
0 Favorites   0 Comments

Color spaces of #64884b

RGB 10013675
HSL0.270.290.41
HSV95°45°53°
CMYK 0.260.000.45   0.47
XYZ15.329720.82569.8684
Yxy20.82560.33310.4525
Hunter Lab45.6351-19.899819.1233
CIE-Lab52.7581-24.204328.7107

#64884b color RGB value is (100,136,75).

#64884b hex color red value is 100, green value is 136 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #64884b hue: 0.27 , saturation: 0.29 and the lightness value of 64884b is 0.41.

The process color (four color CMYK) of #64884b color hex is 0.26, 0.00, 0.45, 0.47. Web safe color of #64884b is #669933. Color #64884b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001000 01001011
Octal 144 210 113
Decimal 100 136 75
Hex 64 88 4B

RGB Percentages of Color #64884b

%32.15
%43.73
%24.12

CMYK Percentages of Color #64884b

%26
%0
%45
%47

Triadic Colors of #64884b

#64884b #4b6488 #884b64

Analogous Colors of #64884b

#64884b #4b8851 #83884b

Monochromatic Colors of #64884b

#64884b

Complementary Color

#64884b #6f4b88

#64884b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64884b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64884b Color CSS Codes

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

#64884b Text Font Color

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

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


#64884b Background Color

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

This div background color is #64884b


#64884b Border Color

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

This div border color is #64884b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,136,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 #64884b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64884b


Comments

No comments written yet.

Please login to write comment.