Color Hex Logo

#867831 Color Hex

#867831
(134,120,49)
0 Favorites   0 Comments

Color spaces of #867831

RGB 13412049
HSL0.140.460.36
HSV50°63°53°
CMYK 0.000.100.63   0.47
XYZ17.102418.72305.6182
Yxy18.72300.41270.4518
Hunter Lab43.2701-5.170922.5908
CIE-Lab50.3615-3.763739.9589

#867831 color RGB value is (134,120,49).

#867831 hex color red value is 134, green value is 120 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #867831 hue: 0.14 , saturation: 0.46 and the lightness value of 867831 is 0.36.

The process color (four color CMYK) of #867831 color hex is 0.00, 0.10, 0.63, 0.47. Web safe color of #867831 is #996633. Color #867831 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111000 00110001
Octal 206 170 61
Decimal 134 120 49
Hex 86 78 31

RGB Percentages of Color #867831

%44.22
%39.60
%16.17

CMYK Percentages of Color #867831

%0
%10
%63
%47

Triadic Colors of #867831

#867831 #318678 #783186

Analogous Colors of #867831

#867831 #6a8631 #864e31

Monochromatic Colors of #867831

#867831

Complementary Color

#867831 #313f86

#867831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867831 Color CSS Codes

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

#867831 Text Font Color

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

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


#867831 Background Color

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

This div background color is #867831


#867831 Border Color

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

This div border color is #867831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867831


Comments

No comments written yet.

Please login to write comment.