Color Hex Logo

#828155 Color Hex

#828155
(130,129,85)
0 Favorites   0 Comments

Color spaces of #828155

RGB 13012985
HSL0.160.210.42
HSV59°35°51°
CMYK 0.000.010.35   0.49
XYZ18.695921.102211.6821
Yxy21.10220.36320.4099
Hunter Lab45.9371-7.742517.0782
CIE-Lab53.0612-6.892024.0360

#828155 color RGB value is (130,129,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000001 01010101
Octal 202 201 125
Decimal 130 129 85
Hex 82 81 55

RGB Percentages of Color #828155

%37.79
%37.50
%24.71

CMYK Percentages of Color #828155

%0
%1
%35
%49

Triadic Colors of #828155

#828155 #558281 #815582

Analogous Colors of #828155

#828155 #6d8255 #826b55

Monochromatic Colors of #828155

#828155

Complementary Color

#828155 #555682

#828155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828155 Color CSS Codes

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

#828155 Text Font Color

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

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


#828155 Background Color

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

This div background color is #828155


#828155 Border Color

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

This div border color is #828155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828155


Comments

No comments written yet.

Please login to write comment.