Color Hex Logo

#867618 Color Hex

#867618
(134,118,24)
0 Favorites   0 Comments

Color spaces of #867618

RGB 13411824
HSL0.140.700.31
HSV51°82°53°
CMYK 0.000.120.82   0.47
XYZ16.474818.09113.4878
Yxy18.09110.43290.4754
Hunter Lab42.5336-5.294424.9117
CIE-Lab49.6064-4.004849.5969

#867618 color RGB value is (134,118,24).

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

The process color (four color CMYK) of #867618 color hex is 0.00, 0.12, 0.82, 0.47. Web safe color of #867618 is #996600. Color #867618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110110 00011000
Octal 206 166 30
Decimal 134 118 24
Hex 86 76 18

RGB Percentages of Color #867618

%48.55
%42.75
%8.70

CMYK Percentages of Color #867618

%0
%12
%82
%47

Triadic Colors of #867618

#867618 #188676 #761886

Analogous Colors of #867618

#867618 #5f8618 #863f18

Monochromatic Colors of #867618

#867618

Complementary Color

#867618 #182886

#867618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867618 Color CSS Codes

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

#867618 Text Font Color

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

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


#867618 Background Color

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

This div background color is #867618


#867618 Border Color

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

This div border color is #867618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867618


Comments

No comments written yet.

Please login to write comment.