Color Hex Logo

#864018 Color Hex

#864018
(134,64,24)
0 Favorites   0 Comments

Color spaces of #864018

RGB 1346424
HSL0.060.700.31
HSV22°82°53°
CMYK 0.000.520.82   0.47
XYZ11.82988.80111.9394
Yxy8.80110.52410.3899
Hunter Lab29.666619.261616.8907
CIE-Lab35.598527.234036.7314

#864018 color RGB value is (134,64,24).

#864018 hex color red value is 134, green value is 64 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #864018 hue: 0.06 , saturation: 0.70 and the lightness value of 864018 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000000 00011000
Octal 206 100 30
Decimal 134 64 24
Hex 86 40 18

RGB Percentages of Color #864018

%60.36
%28.83
%10.81

CMYK Percentages of Color #864018

%0
%52
%82
%47

Triadic Colors of #864018

#864018 #188640 #401886

Analogous Colors of #864018

#864018 #867718 #861827

Monochromatic Colors of #864018

#864018

Complementary Color

#864018 #185e86

#864018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864018 Color CSS Codes

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

#864018 Text Font Color

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

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


#864018 Background Color

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

This div background color is #864018


#864018 Border Color

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

This div border color is #864018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864018


Comments

No comments written yet.

Please login to write comment.