Color Hex Logo

#828050 Color Hex

#828050
(130,128,80)
1 Favorites   0 Comments

Color spaces of #828050

RGB 13012880
HSL0.160.240.41
HSV58°38°51°
CMYK 0.000.020.38   0.49
XYZ18.373120.763410.6288
Yxy20.76340.36920.4172
Hunter Lab45.5669-7.768718.0670
CIE-Lab52.6896-6.973626.3419

#828050 color RGB value is (130,128,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000000 01010000
Octal 202 200 120
Decimal 130 128 80
Hex 82 80 50

RGB Percentages of Color #828050

%38.46
%37.87
%23.67

CMYK Percentages of Color #828050

%0
%2
%38
%49

Triadic Colors of #828050

#828050 #508280 #805082

Analogous Colors of #828050

#828050 #6b8250 #826750

Monochromatic Colors of #828050

#828050

Complementary Color

#828050 #505282

#828050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828050 Color CSS Codes

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

#828050 Text Font Color

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

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


#828050 Background Color

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

This div background color is #828050


#828050 Border Color

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

This div border color is #828050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828050


Comments

No comments written yet.

Please login to write comment.