Color Hex Logo

#835328 Color Hex

#835328
(131,83,40)
0 Favorites   0 Comments

Color spaces of #835328

RGB 1318340
HSL0.080.530.34
HSV28°69°51°
CMYK 0.000.370.69   0.49
XYZ12.836311.16503.4860
Yxy11.16500.46700.4062
Hunter Lab33.414110.097717.2043
CIE-Lab39.857015.766532.7985

#835328 color RGB value is (131,83,40).

#835328 hex color red value is 131, green value is 83 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #835328 hue: 0.08 , saturation: 0.53 and the lightness value of 835328 is 0.34.

The process color (four color CMYK) of #835328 color hex is 0.00, 0.37, 0.69, 0.49. Web safe color of #835328 is #996633. Color #835328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010011 00101000
Octal 203 123 50
Decimal 131 83 40
Hex 83 53 28

RGB Percentages of Color #835328

%51.57
%32.68
%15.75

CMYK Percentages of Color #835328

%0
%37
%69
%49

Triadic Colors of #835328

#835328 #288353 #532883

Analogous Colors of #835328

#835328 #838128 #83282a

Monochromatic Colors of #835328

#835328

Complementary Color

#835328 #285883

#835328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835328 Color CSS Codes

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

#835328 Text Font Color

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

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


#835328 Background Color

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

This div background color is #835328


#835328 Border Color

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

This div border color is #835328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835328


Comments

No comments written yet.

Please login to write comment.