Color Hex Logo

#835134 Color Hex

#835134
(131,81,52)
0 Favorites   0 Comments

Color spaces of #835134

RGB 1318152
HSL0.060.430.36
HSV22°60°51°
CMYK 0.000.380.60   0.49
XYZ12.922310.95814.6829
Yxy10.95810.45240.3836
Hunter Lab33.103011.750114.7847
CIE-Lab39.509817.834625.6340

#835134 color RGB value is (131,81,52).

#835134 hex color red value is 131, green value is 81 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #835134 hue: 0.06 , saturation: 0.43 and the lightness value of 835134 is 0.36.

The process color (four color CMYK) of #835134 color hex is 0.00, 0.38, 0.60, 0.49. Web safe color of #835134 is #996633. Color #835134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010001 00110100
Octal 203 121 64
Decimal 131 81 52
Hex 83 51 34

RGB Percentages of Color #835134

%49.62
%30.68
%19.70

CMYK Percentages of Color #835134

%0
%38
%60
%49

Triadic Colors of #835134

#835134 #348351 #513483

Analogous Colors of #835134

#835134 #837934 #83343f

Monochromatic Colors of #835134

#835134

Complementary Color

#835134 #346683

#835134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835134 Color CSS Codes

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

#835134 Text Font Color

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

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


#835134 Background Color

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

This div background color is #835134


#835134 Border Color

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

This div border color is #835134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835134


Comments

No comments written yet.

Please login to write comment.