Color Hex Logo

#827b5c Color Hex

#827B5C
(130,123,92)
0 Favorites   0 Comments

Color spaces of #827b5c

RGB 13012392
HSL0.140.170.44
HSV49°29°51°
CMYK 0.000.050.29   0.49
XYZ18.220619.684512.9644
Yxy19.68450.35820.3870
Hunter Lab44.3672-4.336813.7321
CIE-Lab51.4786-2.556017.9502

#827b5c color RGB value is (130,123,92).

#827b5c hex color red value is 130, green value is 123 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #827b5c hue: 0.14 , saturation: 0.17 and the lightness value of 827b5c is 0.44.

The process color (four color CMYK) of #827b5c color hex is 0.00, 0.05, 0.29, 0.49. Web safe color of #827b5c is #996666. Color #827b5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111011 01011100
Octal 202 173 134
Decimal 130 123 92
Hex 82 7B 5C

RGB Percentages of Color #827b5c

%37.68
%35.65
%26.67

CMYK Percentages of Color #827b5c

%0
%5
%29
%49

Triadic Colors of #827b5c

#827b5c #5c827b #7b5c82

Analogous Colors of #827b5c

#827b5c #76825c #82685c

Monochromatic Colors of #827b5c

#827b5c

Complementary Color

#827b5c #5c6382

#827b5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827b5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#827b5c Color CSS Codes

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

#827b5c Text Font Color

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

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


#827b5c Background Color

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

This div background color is #827b5c


#827b5c Border Color

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

This div border color is #827b5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,123,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #827b5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #827b5c;
  -webkit-box-shadow: 1px 1px 3px 2px #827b5c;
  box-shadow:         1px 1px 3px 2px #827b5c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827b5c


Comments

No comments written yet.

Please login to write comment.