Color Hex Logo

#826370 Color Hex

#826370
(130,99,112)
0 Favorites   0 Comments

Color spaces of #826370

RGB 13099112
HSL0.930.140.45
HSV335°24°51°
CMYK 0.000.240.14   0.49
XYZ16.592414.839417.3190
Yxy14.83940.34040.3044
Hunter Lab38.52199.47120.3093
CIE-Lab45.413414.7301-2.4786

#826370 color RGB value is (130,99,112).

#826370 hex color red value is 130, green value is 99 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #826370 hue: 0.93 , saturation: 0.14 and the lightness value of 826370 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100011 01110000
Octal 202 143 160
Decimal 130 99 112
Hex 82 63 70

RGB Percentages of Color #826370

%38.12
%29.03
%32.84

CMYK Percentages of Color #826370

%0
%24
%14
%49

Triadic Colors of #826370

#826370 #708263 #637082

Analogous Colors of #826370

#826370 #826663 #826380

Monochromatic Colors of #826370

#826370

Complementary Color

#826370 #638275

#826370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826370 Color CSS Codes

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

#826370 Text Font Color

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

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


#826370 Background Color

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

This div background color is #826370


#826370 Border Color

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

This div border color is #826370


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,99,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826370; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826370;
  -webkit-box-shadow: 1px 1px 3px 2px #826370;
  box-shadow:         1px 1px 3px 2px #826370; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,99,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826370


Comments

No comments written yet.

Please login to write comment.