Color Hex Logo

#835619 Color Hex

#835619
(131,86,25)
0 Favorites   0 Comments

Color spaces of #835619

RGB 1318625
HSL0.100.680.31
HSV35°81°51°
CMYK 0.000.340.81   0.49
XYZ12.863311.55112.4713
Yxy11.55110.47840.4296
Hunter Lab33.98698.081219.4797
CIE-Lab40.493613.202340.7764

#835619 color RGB value is (131,86,25).

#835619 hex color red value is 131, green value is 86 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #835619 hue: 0.10 , saturation: 0.68 and the lightness value of 835619 is 0.31.

The process color (four color CMYK) of #835619 color hex is 0.00, 0.34, 0.81, 0.49. Web safe color of #835619 is #996600. Color #835619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010110 00011001
Octal 203 126 31
Decimal 131 86 25
Hex 83 56 19

RGB Percentages of Color #835619

%54.13
%35.54
%10.33

CMYK Percentages of Color #835619

%0
%34
%81
%49

Triadic Colors of #835619

#835619 #198356 #561983

Analogous Colors of #835619

#835619 #7b8319 #832119

Monochromatic Colors of #835619

#835619

Complementary Color

#835619 #194683

#835619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835619 Color CSS Codes

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

#835619 Text Font Color

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

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


#835619 Background Color

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

This div background color is #835619


#835619 Border Color

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

This div border color is #835619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835619


Comments

No comments written yet.

Please login to write comment.