Color Hex Logo

#836c6f Color Hex

#836C6F
(131,108,111)
0 Favorites   0 Comments

Color spaces of #836c6f

RGB 131108111
HSL0.980.100.47
HSV352°18°51°
CMYK 0.000.180.15   0.49
XYZ17.591916.698117.3348
Yxy16.69810.34080.3235
Hunter Lab40.86335.33453.4527
CIE-Lab47.87749.61181.7366

#836c6f color RGB value is (131,108,111).

#836c6f hex color red value is 131, green value is 108 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #836c6f hue: 0.98 , saturation: 0.10 and the lightness value of 836c6f is 0.47.

The process color (four color CMYK) of #836c6f color hex is 0.00, 0.18, 0.15, 0.49. Web safe color of #836c6f is #996666. Color #836c6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101100 01101111
Octal 203 154 157
Decimal 131 108 111
Hex 83 6C 6F

RGB Percentages of Color #836c6f

%37.43
%30.86
%31.71

CMYK Percentages of Color #836c6f

%0
%18
%15
%49

Triadic Colors of #836c6f

#836c6f #6f836c #6c6f83

Analogous Colors of #836c6f

#836c6f #83756c #836c7b

Monochromatic Colors of #836c6f

#836c6f

Complementary Color

#836c6f #6c8380

#836c6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836c6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#836c6f Color CSS Codes

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

#836c6f Text Font Color

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

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


#836c6f Background Color

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

This div background color is #836c6f


#836c6f Border Color

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

This div border color is #836c6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,108,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #836c6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #836c6f;
  -webkit-box-shadow: 1px 1px 3px 2px #836c6f;
  box-shadow:         1px 1px 3px 2px #836c6f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836c6f


Comments

No comments written yet.

Please login to write comment.