Color Hex Logo

#836171 Color Hex

#836171
(131,97,113)
0 Favorites   0 Comments

Color spaces of #836171

RGB 13197113
HSL0.920.150.45
HSV332°26°51°
CMYK 0.000.260.14   0.49
XYZ16.615414.566917.5588
Yxy14.56690.34090.2989
Hunter Lab38.166610.9164-0.5601
CIE-Lab45.035216.4895-3.6285

#836171 color RGB value is (131,97,113).

#836171 hex color red value is 131, green value is 97 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #836171 hue: 0.92 , saturation: 0.15 and the lightness value of 836171 is 0.45.

The process color (four color CMYK) of #836171 color hex is 0.00, 0.26, 0.14, 0.49. Web safe color of #836171 is #996666. Color #836171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100001 01110001
Octal 203 141 161
Decimal 131 97 113
Hex 83 61 71

RGB Percentages of Color #836171

%38.42
%28.45
%33.14

CMYK Percentages of Color #836171

%0
%26
%14
%49

Triadic Colors of #836171

#836171 #718361 #617183

Analogous Colors of #836171

#836171 #836261 #836182

Monochromatic Colors of #836171

#836171

Complementary Color

#836171 #618373

#836171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836171 Color CSS Codes

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

#836171 Text Font Color

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

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


#836171 Background Color

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

This div background color is #836171


#836171 Border Color

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

This div border color is #836171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836171


Comments

No comments written yet.

Please login to write comment.