Color Hex Logo

#836261 Color Hex

#836261
(131,98,97)
0 Favorites   0 Comments

Color spaces of #836261

RGB 1319897
HSL0.000.150.45
HSV26°51°
CMYK 0.000.250.26   0.49
XYZ15.885414.423713.2561
Yxy14.42370.36460.3311
Hunter Lab37.97858.19935.8903
CIE-Lab44.834513.19865.7624

#836261 color RGB value is (131,98,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100010 01100001
Octal 203 142 141
Decimal 131 98 97
Hex 83 62 61

RGB Percentages of Color #836261

%40.18
%30.06
%29.75

CMYK Percentages of Color #836261

%0
%25
%26
%49

Triadic Colors of #836261

#836261 #618362 #626183

Analogous Colors of #836261

#836261 #837361 #836171

Monochromatic Colors of #836261

#836261

Complementary Color

#836261 #618283

#836261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836261 Color CSS Codes

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

#836261 Text Font Color

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

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


#836261 Background Color

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

This div background color is #836261


#836261 Border Color

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

This div border color is #836261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836261


Comments

No comments written yet.

Please login to write comment.