Color Hex Logo

#64333c Color Hex

#64333C
(100,51,60)
0 Favorites   0 Comments

Color spaces of #64333c

RGB 1005160
HSL0.970.320.30
HSV349°49°39°
CMYK 0.000.490.40   0.61
XYZ7.25505.40324.9355
Yxy5.40320.41240.3071
Hunter Lab23.244815.03383.6825
CIE-Lab27.853923.07244.2997

#64333c color RGB value is (100,51,60).

#64333c hex color red value is 100, green value is 51 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #64333c hue: 0.97 , saturation: 0.32 and the lightness value of 64333c is 0.30.

The process color (four color CMYK) of #64333c color hex is 0.00, 0.49, 0.40, 0.61. Web safe color of #64333c is #663333. Color #64333c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110011 00111100
Octal 144 63 74
Decimal 100 51 60
Hex 64 33 3C

RGB Percentages of Color #64333c

%47.39
%24.17
%28.44

CMYK Percentages of Color #64333c

%0
%49
%40
%61

Triadic Colors of #64333c

#64333c #3c6433 #333c64

Analogous Colors of #64333c

#64333c #644333 #643355

Monochromatic Colors of #64333c

#64333c

Complementary Color

#64333c #33645b

#64333c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64333c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64333c Color CSS Codes

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

#64333c Text Font Color

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

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


#64333c Background Color

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

This div background color is #64333c


#64333c Border Color

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

This div border color is #64333c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64333c


Comments

No comments written yet.

Please login to write comment.