Color Hex Logo

#867321 Color Hex

#867321
(134,115,33)
0 Favorites   0 Comments

Color spaces of #867321

RGB 13411533
HSL0.140.600.33
HSV49°75°53°
CMYK 0.000.140.75   0.47
XYZ16.236817.43963.9493
Yxy17.43960.43150.4635
Hunter Lab41.7607-3.679623.6255
CIE-Lab48.8092-1.917645.5362

#867321 color RGB value is (134,115,33).

#867321 hex color red value is 134, green value is 115 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #867321 hue: 0.14 , saturation: 0.60 and the lightness value of 867321 is 0.33.

The process color (four color CMYK) of #867321 color hex is 0.00, 0.14, 0.75, 0.47. Web safe color of #867321 is #996633. Color #867321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110011 00100001
Octal 206 163 41
Decimal 134 115 33
Hex 86 73 21

RGB Percentages of Color #867321

%47.52
%40.78
%11.70

CMYK Percentages of Color #867321

%0
%14
%75
%47

Triadic Colors of #867321

#867321 #218673 #732186

Analogous Colors of #867321

#867321 #678621 #864121

Monochromatic Colors of #867321

#867321

Complementary Color

#867321 #213486

#867321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867321 Color CSS Codes

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

#867321 Text Font Color

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

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


#867321 Background Color

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

This div background color is #867321


#867321 Border Color

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

This div border color is #867321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867321


Comments

No comments written yet.

Please login to write comment.