Color Hex Logo

#64381b Color Hex

#64381B
(100,56,27)
0 Favorites   0 Comments

Color spaces of #64381b

RGB 1005627
HSL0.070.570.25
HSV24°73°39°
CMYK 0.000.440.73   0.61
XYZ6.86755.61681.7591
Yxy5.61680.48220.3943
Hunter Lab23.699810.249412.1891
CIE-Lab28.424316.768226.0337

#64381b color RGB value is (100,56,27).

#64381b hex color red value is 100, green value is 56 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #64381b hue: 0.07 , saturation: 0.57 and the lightness value of 64381b is 0.25.

The process color (four color CMYK) of #64381b color hex is 0.00, 0.44, 0.73, 0.61. Web safe color of #64381b is #663333. Color #64381b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111000 00011011
Octal 144 70 33
Decimal 100 56 27
Hex 64 38 1B

RGB Percentages of Color #64381b

%54.64
%30.60
%14.75

CMYK Percentages of Color #64381b

%0
%44
%73
%61

Triadic Colors of #64381b

#64381b #1b6438 #381b64

Analogous Colors of #64381b

#64381b #645d1b #641b22

Monochromatic Colors of #64381b

#64381b

Complementary Color

#64381b #1b4764

#64381b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64381b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64381b Color CSS Codes

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

#64381b Text Font Color

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

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


#64381b Background Color

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

This div background color is #64381b


#64381b Border Color

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

This div border color is #64381b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64381b


Comments

No comments written yet.

Please login to write comment.