Color Hex Logo

#867258 Color Hex

#867258
(134,114,88)
0 Favorites   0 Comments

Color spaces of #867258

RGB 13411488
HSL0.090.210.44
HSV34°34°53°
CMYK 0.000.150.34   0.47
XYZ17.610317.807511.7416
Yxy17.80750.37340.3776
Hunter Lab42.19890.642813.0422
CIE-Lab49.26183.743817.3242

#867258 color RGB value is (134,114,88).

#867258 hex color red value is 134, green value is 114 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #867258 hue: 0.09 , saturation: 0.21 and the lightness value of 867258 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110010 01011000
Octal 206 162 130
Decimal 134 114 88
Hex 86 72 58

RGB Percentages of Color #867258

%39.88
%33.93
%26.19

CMYK Percentages of Color #867258

%0
%15
%34
%47

Triadic Colors of #867258

#867258 #588672 #725886

Analogous Colors of #867258

#867258 #838658 #865b58

Monochromatic Colors of #867258

#867258

Complementary Color

#867258 #586c86

#867258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867258 Color CSS Codes

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

#867258 Text Font Color

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

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


#867258 Background Color

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

This div background color is #867258


#867258 Border Color

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

This div border color is #867258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867258


Comments

No comments written yet.

Please login to write comment.