Color Hex Logo

#835365 Color Hex

#835365
(131,83,101)
0 Favorites   0 Comments

Color spaces of #835365

RGB 13183101
HSL0.940.220.42
HSV338°37°51°
CMYK 0.000.370.23   0.49
XYZ14.802311.951413.8386
Yxy11.95140.36470.2944
Hunter Lab34.570815.93010.4659
CIE-Lab41.138822.7213-2.0407

#835365 color RGB value is (131,83,101).

#835365 hex color red value is 131, green value is 83 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #835365 hue: 0.94 , saturation: 0.22 and the lightness value of 835365 is 0.42.

The process color (four color CMYK) of #835365 color hex is 0.00, 0.37, 0.23, 0.49. Web safe color of #835365 is #996666. Color #835365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010011 01100101
Octal 203 123 145
Decimal 131 83 101
Hex 83 53 65

RGB Percentages of Color #835365

%41.59
%26.35
%32.06

CMYK Percentages of Color #835365

%0
%37
%23
%49

Triadic Colors of #835365

#835365 #658353 #536583

Analogous Colors of #835365

#835365 #835953 #83537d

Monochromatic Colors of #835365

#835365

Complementary Color

#835365 #538371

#835365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835365 Color CSS Codes

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

#835365 Text Font Color

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

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


#835365 Background Color

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

This div background color is #835365


#835365 Border Color

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

This div border color is #835365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835365


Comments

No comments written yet.

Please login to write comment.