Color Hex Logo

#86825b Color Hex

#86825B
(134,130,91)
0 Favorites   0 Comments

Color spaces of #86825b

RGB 13413091
HSL0.150.190.44
HSV54°32°53°
CMYK 0.000.030.32   0.47
XYZ19.702521.788913.0648
Yxy21.78890.36110.3994
Hunter Lab46.6786-6.344716.0804
CIE-Lab53.8023-4.958821.7032

#86825b color RGB value is (134,130,91).

#86825b hex color red value is 134, green value is 130 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #86825b hue: 0.15 , saturation: 0.19 and the lightness value of 86825b is 0.44.

The process color (four color CMYK) of #86825b color hex is 0.00, 0.03, 0.32, 0.47. Web safe color of #86825b is #999966. Color #86825b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000010 01011011
Octal 206 202 133
Decimal 134 130 91
Hex 86 82 5B

RGB Percentages of Color #86825b

%37.75
%36.62
%25.63

CMYK Percentages of Color #86825b

%0
%3
%32
%47

Triadic Colors of #86825b

#86825b #5b8682 #825b86

Analogous Colors of #86825b

#86825b #75865b #866d5b

Monochromatic Colors of #86825b

#86825b

Complementary Color

#86825b #5b5f86

#86825b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86825b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86825b Color CSS Codes

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

#86825b Text Font Color

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

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


#86825b Background Color

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

This div background color is #86825b


#86825b Border Color

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

This div border color is #86825b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,130,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86825b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86825b;
  -webkit-box-shadow: 1px 1px 3px 2px #86825b;
  box-shadow:         1px 1px 3px 2px #86825b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86825b


Comments

No comments written yet.

Please login to write comment.