Color Hex Logo

#836863 Color Hex

#836863
(131,104,99)
0 Favorites   0 Comments

Color spaces of #836863

RGB 13110499
HSL0.030.140.45
HSV24°51°
CMYK 0.000.210.24   0.49
XYZ16.562515.626813.9477
Yxy15.62680.35900.3387
Hunter Lab39.53075.60876.7521
CIE-Lab46.48109.96066.9065

#836863 color RGB value is (131,104,99).

#836863 hex color red value is 131, green value is 104 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #836863 hue: 0.03 , saturation: 0.14 and the lightness value of 836863 is 0.45.

The process color (four color CMYK) of #836863 color hex is 0.00, 0.21, 0.24, 0.49. Web safe color of #836863 is #996666. Color #836863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101000 01100011
Octal 203 150 143
Decimal 131 104 99
Hex 83 68 63

RGB Percentages of Color #836863

%39.22
%31.14
%29.64

CMYK Percentages of Color #836863

%0
%21
%24
%49

Triadic Colors of #836863

#836863 #638368 #686383

Analogous Colors of #836863

#836863 #837863 #83636e

Monochromatic Colors of #836863

#836863

Complementary Color

#836863 #637e83

#836863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836863 Color CSS Codes

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

#836863 Text Font Color

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

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


#836863 Background Color

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

This div background color is #836863


#836863 Border Color

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

This div border color is #836863


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,104,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #836863; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #836863;
  -webkit-box-shadow: 1px 1px 3px 2px #836863;
  box-shadow:         1px 1px 3px 2px #836863; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,104,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836863


Comments

No comments written yet.

Please login to write comment.