Color Hex Logo

#83664d Color Hex

#83664D
(131,102,77)
0 Favorites   0 Comments

Color spaces of #83664d

RGB 13110277
HSL0.080.260.41
HSV28°41°51°
CMYK 0.000.220.41   0.49
XYZ15.451014.86399.0758
Yxy14.86390.39220.3773
Hunter Lab38.55374.067613.0304
CIE-Lab45.44728.024018.5783

#83664d color RGB value is (131,102,77).

#83664d hex color red value is 131, green value is 102 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #83664d hue: 0.08 , saturation: 0.26 and the lightness value of 83664d is 0.41.

The process color (four color CMYK) of #83664d color hex is 0.00, 0.22, 0.41, 0.49. Web safe color of #83664d is #996666. Color #83664d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100110 01001101
Octal 203 146 115
Decimal 131 102 77
Hex 83 66 4D

RGB Percentages of Color #83664d

%42.26
%32.90
%24.84

CMYK Percentages of Color #83664d

%0
%22
%41
%49

Triadic Colors of #83664d

#83664d #4d8366 #664d83

Analogous Colors of #83664d

#83664d #83814d #834d4f

Monochromatic Colors of #83664d

#83664d

Complementary Color

#83664d #4d6a83

#83664d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83664d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83664d Color CSS Codes

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

#83664d Text Font Color

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

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


#83664d Background Color

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

This div background color is #83664d


#83664d Border Color

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

This div border color is #83664d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,102,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83664d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83664d;
  -webkit-box-shadow: 1px 1px 3px 2px #83664d;
  box-shadow:         1px 1px 3px 2px #83664d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83664d


Comments

No comments written yet.

Please login to write comment.