Color Hex Logo

#836c42 Color Hex

#836C42
(131,108,66)
0 Favorites   0 Comments

Color spaces of #836c42

RGB 13110866
HSL0.110.330.39
HSV39°50°51°
CMYK 0.000.180.50   0.49
XYZ15.706015.94387.4039
Yxy15.94380.40220.4083
Hunter Lab39.92970.334516.9570
CIE-Lab46.90073.252226.8169

#836c42 color RGB value is (131,108,66).

#836c42 hex color red value is 131, green value is 108 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #836c42 hue: 0.11 , saturation: 0.33 and the lightness value of 836c42 is 0.39.

The process color (four color CMYK) of #836c42 color hex is 0.00, 0.18, 0.50, 0.49. Web safe color of #836c42 is #996633. Color #836c42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101100 01000010
Octal 203 154 102
Decimal 131 108 66
Hex 83 6C 42

RGB Percentages of Color #836c42

%42.95
%35.41
%21.64

CMYK Percentages of Color #836c42

%0
%18
%50
%49

Triadic Colors of #836c42

#836c42 #42836c #6c4283

Analogous Colors of #836c42

#836c42 #7a8342 #834c42

Monochromatic Colors of #836c42

#836c42

Complementary Color

#836c42 #425983

#836c42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836c42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836c42 Color CSS Codes

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

#836c42 Text Font Color

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

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


#836c42 Background Color

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

This div background color is #836c42


#836c42 Border Color

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

This div border color is #836c42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836c42


Comments

No comments written yet.

Please login to write comment.