Color Hex Logo

#826d5d Color Hex

#826D5D
(130,109,93)
0 Favorites   0 Comments

Color spaces of #826d5d

RGB 13010993
HSL0.070.170.44
HSV26°28°51°
CMYK 0.000.160.28   0.49
XYZ16.650316.473412.6580
Yxy16.47340.36370.3598
Hunter Lab40.58742.19869.9204
CIE-Lab47.58955.675012.0262

#826d5d color RGB value is (130,109,93).

#826d5d hex color red value is 130, green value is 109 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #826d5d hue: 0.07 , saturation: 0.17 and the lightness value of 826d5d is 0.44.

The process color (four color CMYK) of #826d5d color hex is 0.00, 0.16, 0.28, 0.49. Web safe color of #826d5d is #996666. Color #826d5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101101 01011101
Octal 202 155 135
Decimal 130 109 93
Hex 82 6D 5D

RGB Percentages of Color #826d5d

%39.16
%32.83
%28.01

CMYK Percentages of Color #826d5d

%0
%16
%28
%49

Triadic Colors of #826d5d

#826d5d #5d826d #6d5d82

Analogous Colors of #826d5d

#826d5d #82805d #825d60

Monochromatic Colors of #826d5d

#826d5d

Complementary Color

#826d5d #5d7282

#826d5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826d5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#826d5d Color CSS Codes

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

#826d5d Text Font Color

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

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


#826d5d Background Color

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

This div background color is #826d5d


#826d5d Border Color

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

This div border color is #826d5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,109,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826d5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826d5d;
  -webkit-box-shadow: 1px 1px 3px 2px #826d5d;
  box-shadow:         1px 1px 3px 2px #826d5d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826d5d


Comments

No comments written yet.

Please login to write comment.