Color Hex Logo

#865321 Color Hex

#865321
(134,83,33)
0 Favorites   0 Comments

Color spaces of #865321

RGB 1348333
HSL0.080.600.33
HSV30°75°53°
CMYK 0.000.380.75   0.47
XYZ13.199311.36472.9368
Yxy11.36470.48000.4132
Hunter Lab33.711610.894018.4330
CIE-Lab40.188116.735236.8966

#865321 color RGB value is (134,83,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010011 00100001
Octal 206 123 41
Decimal 134 83 33
Hex 86 53 21

RGB Percentages of Color #865321

%53.60
%33.20
%13.20

CMYK Percentages of Color #865321

%0
%38
%75
%47

Triadic Colors of #865321

#865321 #218653 #532186

Analogous Colors of #865321

#865321 #868621 #862122

Monochromatic Colors of #865321

#865321

Complementary Color

#865321 #215486

#865321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865321 Color CSS Codes

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

#865321 Text Font Color

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

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


#865321 Background Color

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

This div background color is #865321


#865321 Border Color

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

This div border color is #865321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865321


Comments

No comments written yet.

Please login to write comment.