Color Hex Logo

#828169 Color Hex

#828169
(130,129,105)
0 Favorites   0 Comments

Color spaces of #828169

RGB 130129105
HSL0.160.110.46
HSV58°19°51°
CMYK 0.000.010.19   0.49
XYZ19.606021.466316.4747
Yxy21.46630.34070.3730
Hunter Lab46.3317-5.545511.3498
CIE-Lab53.4561-3.950513.1784

#828169 color RGB value is (130,129,105).

#828169 hex color red value is 130, green value is 129 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #828169 hue: 0.16 , saturation: 0.11 and the lightness value of 828169 is 0.46.

The process color (four color CMYK) of #828169 color hex is 0.00, 0.01, 0.19, 0.49. Web safe color of #828169 is #999966. Color #828169 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000001 01101001
Octal 202 201 151
Decimal 130 129 105
Hex 82 81 69

RGB Percentages of Color #828169

%35.71
%35.44
%28.85

CMYK Percentages of Color #828169

%0
%1
%19
%49

Triadic Colors of #828169

#828169 #698281 #816982

Analogous Colors of #828169

#828169 #778269 #827569

Monochromatic Colors of #828169

#828169

Complementary Color

#828169 #696a82

#828169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828169 Color CSS Codes

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

#828169 Text Font Color

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

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


#828169 Background Color

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

This div background color is #828169


#828169 Border Color

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

This div border color is #828169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828169

#828169 Color Palettes


Comments

No comments written yet.

Please login to write comment.