Color Hex Logo

#835642 Color Hex

#835642
(131,86,66)
0 Favorites   0 Comments

Color spaces of #835642

RGB 1318666
HSL0.050.330.39
HSV18°50°51°
CMYK 0.000.340.50   0.49
XYZ13.671211.87426.7257
Yxy11.87420.42360.3680
Hunter Lab34.459010.514712.5491
CIE-Lab41.015516.218419.2427

#835642 color RGB value is (131,86,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010110 01000010
Octal 203 126 102
Decimal 131 86 66
Hex 83 56 42

RGB Percentages of Color #835642

%46.29
%30.39
%23.32

CMYK Percentages of Color #835642

%0
%34
%50
%49

Triadic Colors of #835642

#835642 #428356 #564283

Analogous Colors of #835642

#835642 #837742 #83424f

Monochromatic Colors of #835642

#835642

Complementary Color

#835642 #426f83

#835642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835642 Color CSS Codes

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

#835642 Text Font Color

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

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


#835642 Background Color

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

This div background color is #835642


#835642 Border Color

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

This div border color is #835642


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,86,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 #835642">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835642


Comments

No comments written yet.

Please login to write comment.