Color Hex Logo

#867246 Color Hex

#867246
(134,114,70)
0 Favorites   0 Comments

Color spaces of #867246

RGB 13411470
HSL0.110.310.40
HSV41°48°53°
CMYK 0.000.150.48   0.47
XYZ16.954317.54528.2873
Yxy17.54520.39630.4101
Hunter Lab41.8870-1.052117.5904
CIE-Lab48.93981.547527.2071

#867246 color RGB value is (134,114,70).

#867246 hex color red value is 134, green value is 114 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #867246 hue: 0.11 , saturation: 0.31 and the lightness value of 867246 is 0.40.

The process color (four color CMYK) of #867246 color hex is 0.00, 0.15, 0.48, 0.47. Web safe color of #867246 is #996633. Color #867246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110010 01000110
Octal 206 162 106
Decimal 134 114 70
Hex 86 72 46

RGB Percentages of Color #867246

%42.14
%35.85
%22.01

CMYK Percentages of Color #867246

%0
%15
%48
%47

Triadic Colors of #867246

#867246 #468672 #724686

Analogous Colors of #867246

#867246 #7a8646 #865246

Monochromatic Colors of #867246

#867246

Complementary Color

#867246 #465a86

#867246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867246 Color CSS Codes

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

#867246 Text Font Color

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

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


#867246 Background Color

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

This div background color is #867246


#867246 Border Color

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

This div border color is #867246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867246


Comments

No comments written yet.

Please login to write comment.