Color Hex Logo

#867811 Color Hex

#867811
(134,120,17)
0 Favorites   0 Comments

Color spaces of #867811

RGB 13412017
HSL0.150.770.30
HSV53°87°53°
CMYK 0.000.100.87   0.47
XYZ16.649218.54173.2317
Yxy18.54170.43330.4826
Hunter Lab43.0601-6.338025.6923
CIE-Lab50.1466-5.353152.1227

#867811 color RGB value is (134,120,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111000 00010001
Octal 206 170 21
Decimal 134 120 17
Hex 86 78 11

RGB Percentages of Color #867811

%49.45
%44.28
%6.27

CMYK Percentages of Color #867811

%0
%10
%87
%47

Triadic Colors of #867811

#867811 #118678 #781186

Analogous Colors of #867811

#867811 #5a8611 #863e11

Monochromatic Colors of #867811

#867811

Complementary Color

#867811 #111f86

#867811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867811 Color CSS Codes

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

#867811 Text Font Color

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

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


#867811 Background Color

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

This div background color is #867811


#867811 Border Color

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

This div border color is #867811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867811


Comments

No comments written yet.

Please login to write comment.