Color Hex Logo

#866450 Color Hex

#866450
(134,100,80)
0 Favorites   0 Comments

Color spaces of #866450

RGB 13410080
HSL0.060.250.42
HSV22°40°53°
CMYK 0.000.250.40   0.47
XYZ15.836714.76199.6041
Yxy14.76190.39390.3672
Hunter Lab38.42126.338112.0742
CIE-Lab45.306310.883316.6721

#866450 color RGB value is (134,100,80).

#866450 hex color red value is 134, green value is 100 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #866450 hue: 0.06 , saturation: 0.25 and the lightness value of 866450 is 0.42.

The process color (four color CMYK) of #866450 color hex is 0.00, 0.25, 0.40, 0.47. Web safe color of #866450 is #996666. Color #866450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100100 01010000
Octal 206 144 120
Decimal 134 100 80
Hex 86 64 50

RGB Percentages of Color #866450

%42.68
%31.85
%25.48

CMYK Percentages of Color #866450

%0
%25
%40
%47

Triadic Colors of #866450

#866450 #508664 #645086

Analogous Colors of #866450

#866450 #867f50 #865057

Monochromatic Colors of #866450

#866450

Complementary Color

#866450 #507286

#866450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866450 Color CSS Codes

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

#866450 Text Font Color

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

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


#866450 Background Color

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

This div background color is #866450


#866450 Border Color

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

This div border color is #866450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866450


Comments

No comments written yet.

Please login to write comment.