Color Hex Logo

#863311 Color Hex

#863311
(134,51,17)
0 Favorites   0 Comments

Color spaces of #863311

RGB 1345117
HSL0.050.770.30
HSV17°87°53°
CMYK 0.000.620.87   0.47
XYZ11.11657.47651.3875
Yxy7.47650.55640.3742
Hunter Lab27.343224.719416.1316
CIE-Lab32.867933.881637.5403

#863311 color RGB value is (134,51,17).

#863311 hex color red value is 134, green value is 51 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #863311 hue: 0.05 , saturation: 0.77 and the lightness value of 863311 is 0.30.

The process color (four color CMYK) of #863311 color hex is 0.00, 0.62, 0.87, 0.47. Web safe color of #863311 is #993300. Color #863311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110011 00010001
Octal 206 63 21
Decimal 134 51 17
Hex 86 33 11

RGB Percentages of Color #863311

%66.34
%25.25
%8.42

CMYK Percentages of Color #863311

%0
%62
%87
%47

Triadic Colors of #863311

#863311 #118633 #331186

Analogous Colors of #863311

#863311 #866e11 #86112a

Monochromatic Colors of #863311

#863311

Complementary Color

#863311 #116486

#863311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863311 Color CSS Codes

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

#863311 Text Font Color

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

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


#863311 Background Color

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

This div background color is #863311


#863311 Border Color

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

This div border color is #863311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863311


Comments

No comments written yet.

Please login to write comment.