Color Hex Logo

#867453 Color Hex

#867453
(134,116,83)
0 Favorites   0 Comments

Color spaces of #867453

RGB 13411683
HSL0.110.240.43
HSV39°38°53°
CMYK 0.000.130.38   0.47
XYZ17.638218.183610.7638
Yxy18.18360.37860.3903
Hunter Lab42.6422-0.790614.8835
CIE-Lab49.71801.927620.8304

#867453 color RGB value is (134,116,83).

#867453 hex color red value is 134, green value is 116 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #867453 hue: 0.11 , saturation: 0.24 and the lightness value of 867453 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110100 01010011
Octal 206 164 123
Decimal 134 116 83
Hex 86 74 53

RGB Percentages of Color #867453

%40.24
%34.83
%24.92

CMYK Percentages of Color #867453

%0
%13
%38
%47

Triadic Colors of #867453

#867453 #538674 #745386

Analogous Colors of #867453

#867453 #7f8653 #865b53

Monochromatic Colors of #867453

#867453

Complementary Color

#867453 #536586

#867453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867453 Color CSS Codes

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

#867453 Text Font Color

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

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


#867453 Background Color

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

This div background color is #867453


#867453 Border Color

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

This div border color is #867453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867453


Comments

No comments written yet.

Please login to write comment.