Color Hex Logo

#867374 Color Hex

#867374
(134,115,116)
0 Favorites   0 Comments

Color spaces of #867374

RGB 134115116
HSL0.990.080.49
HSV357°14°53°
CMYK 0.000.140.13   0.47
XYZ19.114618.590819.1039
Yxy18.59080.33650.3272
Hunter Lab43.11703.67763.9123
CIE-Lab50.20507.57392.1811

#867374 color RGB value is (134,115,116).

#867374 hex color red value is 134, green value is 115 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #867374 hue: 0.99 , saturation: 0.08 and the lightness value of 867374 is 0.49.

The process color (four color CMYK) of #867374 color hex is 0.00, 0.14, 0.13, 0.47. Web safe color of #867374 is #996666. Color #867374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110011 01110100
Octal 206 163 164
Decimal 134 115 116
Hex 86 73 74

RGB Percentages of Color #867374

%36.71
%31.51
%31.78

CMYK Percentages of Color #867374

%0
%14
%13
%47

Triadic Colors of #867374

#867374 #748673 #737486

Analogous Colors of #867374

#867374 #867c73 #86737e

Monochromatic Colors of #867374

#867374

Complementary Color

#867374 #738685

#867374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867374 Color CSS Codes

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

#867374 Text Font Color

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

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


#867374 Background Color

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

This div background color is #867374


#867374 Border Color

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

This div border color is #867374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867374


Comments

No comments written yet.

Please login to write comment.