Color Hex Logo

#83664e Color Hex

#83664E
(131,102,78)
0 Favorites   0 Comments

Color spaces of #83664e

RGB 13110278
HSL0.080.250.41
HSV27°40°51°
CMYK 0.000.220.40   0.49
XYZ15.486614.87819.2633
Yxy14.87810.39080.3754
Hunter Lab38.57214.166012.7617
CIE-Lab45.46688.149118.0145

#83664e color RGB value is (131,102,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100110 01001110
Octal 203 146 116
Decimal 131 102 78
Hex 83 66 4E

RGB Percentages of Color #83664e

%42.12
%32.80
%25.08

CMYK Percentages of Color #83664e

%0
%22
%40
%49

Triadic Colors of #83664e

#83664e #4e8366 #664e83

Analogous Colors of #83664e

#83664e #83814e #834e51

Monochromatic Colors of #83664e

#83664e

Complementary Color

#83664e #4e6b83

#83664e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83664e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83664e Color CSS Codes

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

#83664e Text Font Color

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

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


#83664e Background Color

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

This div background color is #83664e


#83664e Border Color

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

This div border color is #83664e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83664e


Comments

No comments written yet.

Please login to write comment.