Color Hex Logo

#867818 Color Hex

#867818
(134,120,24)
0 Favorites   0 Comments

Color spaces of #867818

RGB 13412024
HSL0.150.700.31
HSV52°82°53°
CMYK 0.000.100.82   0.47
XYZ16.712918.56723.5671
Yxy18.56720.43020.4780
Hunter Lab43.0897-6.173325.2546
CIE-Lab50.1770-5.127450.1029

#867818 color RGB value is (134,120,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111000 00011000
Octal 206 170 30
Decimal 134 120 24
Hex 86 78 18

RGB Percentages of Color #867818

%48.20
%43.17
%8.63

CMYK Percentages of Color #867818

%0
%10
%82
%47

Triadic Colors of #867818

#867818 #188678 #781886

Analogous Colors of #867818

#867818 #5d8618 #864118

Monochromatic Colors of #867818

#867818

Complementary Color

#867818 #182686

#867818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867818 Color CSS Codes

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

#867818 Text Font Color

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

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


#867818 Background Color

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

This div background color is #867818


#867818 Border Color

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

This div border color is #867818


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867818


Comments

No comments written yet.

Please login to write comment.