Color Hex Logo

#867262 Color Hex

#867262
(134,114,98)
0 Favorites   0 Comments

Color spaces of #867262

RGB 13411498
HSL0.070.160.45
HSV27°27°53°
CMYK 0.000.150.27   0.47
XYZ18.053417.984814.0752
Yxy17.98480.36030.3589
Hunter Lab42.40851.773010.0078
CIE-Lab49.47775.184211.7668

#867262 color RGB value is (134,114,98).

#867262 hex color red value is 134, green value is 114 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #867262 hue: 0.07 , saturation: 0.16 and the lightness value of 867262 is 0.45.

The process color (four color CMYK) of #867262 color hex is 0.00, 0.15, 0.27, 0.47. Web safe color of #867262 is #996666. Color #867262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110010 01100010
Octal 206 162 142
Decimal 134 114 98
Hex 86 72 62

RGB Percentages of Color #867262

%38.73
%32.95
%28.32

CMYK Percentages of Color #867262

%0
%15
%27
%47

Triadic Colors of #867262

#867262 #628672 #726286

Analogous Colors of #867262

#867262 #868462 #866264

Monochromatic Colors of #867262

#867262

Complementary Color

#867262 #627686

#867262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867262 Color CSS Codes

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

#867262 Text Font Color

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

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


#867262 Background Color

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

This div background color is #867262


#867262 Border Color

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

This div border color is #867262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867262


Comments

No comments written yet.

Please login to write comment.