Color Hex Logo

#864950 Color Hex

#864950
(134,73,80)
0 Favorites   0 Comments

Color spaces of #864950

RGB 1347380
HSL0.980.290.41
HSV353°46°53°
CMYK 0.000.460.40   0.47
XYZ13.662010.41268.8792
Yxy10.41260.41460.3160
Hunter Lab32.268619.10416.2734
CIE-Lab38.573026.68767.3616

#864950 color RGB value is (134,73,80).

#864950 hex color red value is 134, green value is 73 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #864950 hue: 0.98 , saturation: 0.29 and the lightness value of 864950 is 0.41.

The process color (four color CMYK) of #864950 color hex is 0.00, 0.46, 0.40, 0.47. Web safe color of #864950 is #993366. Color #864950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001001 01010000
Octal 206 111 120
Decimal 134 73 80
Hex 86 49 50

RGB Percentages of Color #864950

%46.69
%25.44
%27.87

CMYK Percentages of Color #864950

%0
%46
%40
%47

Triadic Colors of #864950

#864950 #508649 #495086

Analogous Colors of #864950

#864950 #866149 #86496f

Monochromatic Colors of #864950

#864950

Complementary Color

#864950 #49867f

#864950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864950 Color CSS Codes

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

#864950 Text Font Color

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

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


#864950 Background Color

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

This div background color is #864950


#864950 Border Color

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

This div border color is #864950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864950


Comments

No comments written yet.

Please login to write comment.