Color Hex Logo

#867973 Color Hex

#867973
(134,121,115)
0 Favorites   0 Comments

Color spaces of #867973

RGB 134121115
HSL0.050.080.49
HSV19°14°53°
CMYK 0.000.100.14   0.47
XYZ19.763419.980919.0347
Yxy19.98090.33620.3399
Hunter Lab44.70000.69606.0424
CIE-Lab51.81563.90915.0934

#867973 color RGB value is (134,121,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111001 01110011
Octal 206 171 163
Decimal 134 121 115
Hex 86 79 73

RGB Percentages of Color #867973

%36.22
%32.70
%31.08

CMYK Percentages of Color #867973

%0
%10
%14
%47

Triadic Colors of #867973

#867973 #738679 #797386

Analogous Colors of #867973

#867973 #868373 #867377

Monochromatic Colors of #867973

#867973

Complementary Color

#867973 #738086

#867973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867973 Color CSS Codes

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

#867973 Text Font Color

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

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


#867973 Background Color

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

This div background color is #867973


#867973 Border Color

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

This div border color is #867973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867973


Comments

No comments written yet.

Please login to write comment.