Color Hex Logo

#83655f Color Hex

#83655F
(131,101,95)
0 Favorites   0 Comments

Color spaces of #83655f

RGB 13110195
HSL0.030.160.44
HSV10°27°51°
CMYK 0.000.230.27   0.49
XYZ16.079314.958912.8664
Yxy14.95890.36620.3407
Hunter Lab38.67676.52457.3500
CIE-Lab45.577911.11088.0250

#83655f color RGB value is (131,101,95).

#83655f hex color red value is 131, green value is 101 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #83655f hue: 0.03 , saturation: 0.16 and the lightness value of 83655f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100101 01011111
Octal 203 145 137
Decimal 131 101 95
Hex 83 65 5F

RGB Percentages of Color #83655f

%40.06
%30.89
%29.05

CMYK Percentages of Color #83655f

%0
%23
%27
%49

Triadic Colors of #83655f

#83655f #5f8365 #655f83

Analogous Colors of #83655f

#83655f #83775f #835f6b

Monochromatic Colors of #83655f

#83655f

Complementary Color

#83655f #5f7d83

#83655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83655f Color CSS Codes

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

#83655f Text Font Color

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

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


#83655f Background Color

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

This div background color is #83655f


#83655f Border Color

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

This div border color is #83655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83655f


Comments

No comments written yet.

Please login to write comment.