Color Hex Logo

#862814 Color Hex

#862814
(134,40,20)
0 Favorites   0 Comments

Color spaces of #862814

RGB 1344020
HSL0.030.740.30
HSV11°85°53°
CMYK 0.000.700.85   0.47
XYZ10.71666.63641.3780
Yxy6.63640.57210.3543
Hunter Lab25.761229.173414.8614
CIE-Lab30.964439.118634.3652

#862814 color RGB value is (134,40,20).

#862814 hex color red value is 134, green value is 40 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #862814 hue: 0.03 , saturation: 0.74 and the lightness value of 862814 is 0.30.

The process color (four color CMYK) of #862814 color hex is 0.00, 0.70, 0.85, 0.47. Web safe color of #862814 is #993300. Color #862814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101000 00010100
Octal 206 50 24
Decimal 134 40 20
Hex 86 28 14

RGB Percentages of Color #862814

%69.07
%20.62
%10.31

CMYK Percentages of Color #862814

%0
%70
%85
%47

Triadic Colors of #862814

#862814 #148628 #281486

Analogous Colors of #862814

#862814 #866114 #861439

Monochromatic Colors of #862814

#862814

Complementary Color

#862814 #147286

#862814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862814 Color CSS Codes

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

#862814 Text Font Color

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

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


#862814 Background Color

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

This div background color is #862814


#862814 Border Color

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

This div border color is #862814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862814


Comments

No comments written yet.

Please login to write comment.