Color Hex Logo

#864013 Color Hex

#864013
(134,64,19)
0 Favorites   0 Comments

Color spaces of #864013

RGB 1346419
HSL0.070.750.30
HSV23°86°53°
CMYK 0.000.520.86   0.47
XYZ11.78258.78211.6902
Yxy8.78210.52940.3946
Hunter Lab29.634619.109717.3626
CIE-Lab35.561327.061039.0078

#864013 color RGB value is (134,64,19).

#864013 hex color red value is 134, green value is 64 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #864013 hue: 0.07 , saturation: 0.75 and the lightness value of 864013 is 0.30.

The process color (four color CMYK) of #864013 color hex is 0.00, 0.52, 0.86, 0.47. Web safe color of #864013 is #993300. Color #864013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000000 00010011
Octal 206 100 23
Decimal 134 64 19
Hex 86 40 13

RGB Percentages of Color #864013

%61.75
%29.49
%8.76

CMYK Percentages of Color #864013

%0
%52
%86
%47

Triadic Colors of #864013

#864013 #138640 #401386

Analogous Colors of #864013

#864013 #867a13 #861320

Monochromatic Colors of #864013

#864013

Complementary Color

#864013 #135986

#864013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864013 Color CSS Codes

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

#864013 Text Font Color

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

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


#864013 Background Color

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

This div background color is #864013


#864013 Border Color

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

This div border color is #864013


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,64,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 #864013">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864013


Comments

No comments written yet.

Please login to write comment.