Color Hex Logo

#864227 Color Hex

#864227
(134,66,39)
0 Favorites   0 Comments

Color spaces of #864227

RGB 1346639
HSL0.050.550.34
HSV17°71°53°
CMYK 0.000.510.71   0.47
XYZ12.14599.11123.0379
Yxy9.11120.49990.3750
Hunter Lab30.184819.002415.1622
CIE-Lab36.197526.856029.3359

#864227 color RGB value is (134,66,39).

#864227 hex color red value is 134, green value is 66 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #864227 hue: 0.05 , saturation: 0.55 and the lightness value of 864227 is 0.34.

The process color (four color CMYK) of #864227 color hex is 0.00, 0.51, 0.71, 0.47. Web safe color of #864227 is #993333. Color #864227 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000010 00100111
Octal 206 102 47
Decimal 134 66 39
Hex 86 42 27

RGB Percentages of Color #864227

%56.07
%27.62
%16.32

CMYK Percentages of Color #864227

%0
%51
%71
%47

Triadic Colors of #864227

#864227 #278642 #422786

Analogous Colors of #864227

#864227 #867227 #86273c

Monochromatic Colors of #864227

#864227

Complementary Color

#864227 #276b86

#864227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864227 Color CSS Codes

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

#864227 Text Font Color

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

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


#864227 Background Color

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

This div background color is #864227


#864227 Border Color

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

This div border color is #864227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864227


Comments

No comments written yet.

Please login to write comment.