Color Hex Logo

#64863b Color Hex

#64863B
(100,134,59)
0 Favorites   0 Comments

Color spaces of #64863b

RGB 10013459
HSL0.240.390.38
HSV87°56°53°
CMYK 0.250.000.56   0.47
XYZ14.570020.07537.2447
Yxy20.07530.34780.4792
Hunter Lab44.8055-20.364321.7771
CIE-Lab51.9222-25.173936.0641

#64863b color RGB value is (100,134,59).

#64863b hex color red value is 100, green value is 134 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #64863b hue: 0.24 , saturation: 0.39 and the lightness value of 64863b is 0.38.

The process color (four color CMYK) of #64863b color hex is 0.25, 0.00, 0.56, 0.47. Web safe color of #64863b is #669933. Color #64863b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000110 00111011
Octal 144 206 73
Decimal 100 134 59
Hex 64 86 3B

RGB Percentages of Color #64863b

%34.13
%45.73
%20.14

CMYK Percentages of Color #64863b

%25
%0
%56
%47

Triadic Colors of #64863b

#64863b #3b6486 #863b64

Analogous Colors of #64863b

#64863b #3f863b #86833b

Monochromatic Colors of #64863b

#64863b

Complementary Color

#64863b #5d3b86

#64863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64863b Color CSS Codes

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

#64863b Text Font Color

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

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


#64863b Background Color

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

This div background color is #64863b


#64863b Border Color

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

This div border color is #64863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64863b


Comments

No comments written yet.

Please login to write comment.