Color Hex Logo

#643013 Color Hex

#643013
(100,48,19)
0 Favorites   0 Comments

Color spaces of #643013

RGB 1004819
HSL0.060.680.23
HSV21°81°39°
CMYK 0.000.520.81   0.61
XYZ6.43004.87021.2172
Yxy4.87020.51370.3891
Hunter Lab22.068513.388712.1778
CIE-Lab26.361721.139128.3179

#643013 color RGB value is (100,48,19).

#643013 hex color red value is 100, green value is 48 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #643013 hue: 0.06 , saturation: 0.68 and the lightness value of 643013 is 0.23.

The process color (four color CMYK) of #643013 color hex is 0.00, 0.52, 0.81, 0.61. Web safe color of #643013 is #663300. Color #643013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110000 00010011
Octal 144 60 23
Decimal 100 48 19
Hex 64 30 13

RGB Percentages of Color #643013

%59.88
%28.74
%11.38

CMYK Percentages of Color #643013

%0
%52
%81
%61

Triadic Colors of #643013

#643013 #136430 #301364

Analogous Colors of #643013

#643013 #645913 #64131f

Monochromatic Colors of #643013

#643013

Complementary Color

#643013 #134764

#643013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#643013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#643013 Color CSS Codes

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

#643013 Text Font Color

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

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


#643013 Background Color

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

This div background color is #643013


#643013 Border Color

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

This div border color is #643013


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,48,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #643013; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #643013;
  -webkit-box-shadow: 1px 1px 3px 2px #643013;
  box-shadow:         1px 1px 3px 2px #643013; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #643013


Comments

No comments written yet.

Please login to write comment.