Color Hex Logo

#86806b Color Hex

#86806B
(134,128,107)
0 Favorites   0 Comments

Color spaces of #86806b

RGB 134128107
HSL0.130.110.47
HSV47°20°53°
CMYK 0.000.040.20   0.47
XYZ20.204521.568217.0081
Yxy21.56820.34370.3669
Hunter Lab46.4416-3.616010.7956
CIE-Lab53.5658-1.447412.2296

#86806b color RGB value is (134,128,107).

#86806b hex color red value is 134, green value is 128 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #86806b hue: 0.13 , saturation: 0.11 and the lightness value of 86806b is 0.47.

The process color (four color CMYK) of #86806b color hex is 0.00, 0.04, 0.20, 0.47. Web safe color of #86806b is #999966. Color #86806b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000000 01101011
Octal 206 200 153
Decimal 134 128 107
Hex 86 80 6B

RGB Percentages of Color #86806b

%36.31
%34.69
%29.00

CMYK Percentages of Color #86806b

%0
%4
%20
%47

Triadic Colors of #86806b

#86806b #6b8680 #806b86

Analogous Colors of #86806b

#86806b #7f866b #86736b

Monochromatic Colors of #86806b

#86806b

Complementary Color

#86806b #6b7186

#86806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86806b Color CSS Codes

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

#86806b Text Font Color

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

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


#86806b Background Color

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

This div background color is #86806b


#86806b Border Color

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

This div border color is #86806b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,128,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86806b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86806b;
  -webkit-box-shadow: 1px 1px 3px 2px #86806b;
  box-shadow:         1px 1px 3px 2px #86806b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86806b


Comments

No comments written yet.

Please login to write comment.