Color Hex Logo

#828051 Color Hex

#828051
(130,128,81)
0 Favorites   0 Comments

Color spaces of #828051

RGB 13012881
HSL0.160.230.41
HSV58°38°51°
CMYK 0.000.020.38   0.49
XYZ18.410320.778310.8249
Yxy20.77830.36810.4155
Hunter Lab45.5832-7.677517.8283
CIE-Lab52.7060-6.849425.8074

#828051 color RGB value is (130,128,81).

#828051 hex color red value is 130, green value is 128 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #828051 hue: 0.16 , saturation: 0.23 and the lightness value of 828051 is 0.41.

The process color (four color CMYK) of #828051 color hex is 0.00, 0.02, 0.38, 0.49. Web safe color of #828051 is #999966. Color #828051 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000000 01010001
Octal 202 200 121
Decimal 130 128 81
Hex 82 80 51

RGB Percentages of Color #828051

%38.35
%37.76
%23.89

CMYK Percentages of Color #828051

%0
%2
%38
%49

Triadic Colors of #828051

#828051 #518280 #805182

Analogous Colors of #828051

#828051 #6c8251 #826851

Monochromatic Colors of #828051

#828051

Complementary Color

#828051 #515382

#828051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828051 Color CSS Codes

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

#828051 Text Font Color

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

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


#828051 Background Color

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

This div background color is #828051


#828051 Border Color

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

This div border color is #828051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828051


Comments

No comments written yet.

Please login to write comment.