Color Hex Logo

#835b47 Color Hex

#835B47
(131,91,71)
0 Favorites   0 Comments

Color spaces of #835b47

RGB 1319171
HSL0.060.300.40
HSV20°46°51°
CMYK 0.000.310.46   0.49
XYZ14.238512.76247.6742
Yxy12.76240.41060.3681
Hunter Lab35.72458.625812.2707
CIE-Lab42.403013.812118.0808

#835b47 color RGB value is (131,91,71).

#835b47 hex color red value is 131, green value is 91 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #835b47 hue: 0.06 , saturation: 0.30 and the lightness value of 835b47 is 0.40.

The process color (four color CMYK) of #835b47 color hex is 0.00, 0.31, 0.46, 0.49. Web safe color of #835b47 is #996633. Color #835b47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011011 01000111
Octal 203 133 107
Decimal 131 91 71
Hex 83 5B 47

RGB Percentages of Color #835b47

%44.71
%31.06
%24.23

CMYK Percentages of Color #835b47

%0
%31
%46
%49

Triadic Colors of #835b47

#835b47 #47835b #5b4783

Analogous Colors of #835b47

#835b47 #837947 #834751

Monochromatic Colors of #835b47

#835b47

Complementary Color

#835b47 #476f83

#835b47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835b47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835b47 Color CSS Codes

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

#835b47 Text Font Color

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

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


#835b47 Background Color

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

This div background color is #835b47


#835b47 Border Color

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

This div border color is #835b47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,91,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #835b47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #835b47;
  -webkit-box-shadow: 1px 1px 3px 2px #835b47;
  box-shadow:         1px 1px 3px 2px #835b47; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835b47


Comments

No comments written yet.

Please login to write comment.