Color Hex Logo

#827a68 Color Hex

#827A68
(130,122,104)
0 Favorites   0 Comments

Color spaces of #827a68

RGB 130122104
HSL0.120.110.46
HSV42°20°51°
CMYK 0.000.060.20   0.49
XYZ18.664119.664415.9086
Yxy19.66440.34410.3626
Hunter Lab44.3446-2.47449.7709
CIE-Lab51.4556-0.136610.9643

#827a68 color RGB value is (130,122,104).

#827a68 hex color red value is 130, green value is 122 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #827a68 hue: 0.12 , saturation: 0.11 and the lightness value of 827a68 is 0.46.

The process color (four color CMYK) of #827a68 color hex is 0.00, 0.06, 0.20, 0.49. Web safe color of #827a68 is #996666. Color #827a68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111010 01101000
Octal 202 172 150
Decimal 130 122 104
Hex 82 7A 68

RGB Percentages of Color #827a68

%36.52
%34.27
%29.21

CMYK Percentages of Color #827a68

%0
%6
%20
%49

Triadic Colors of #827a68

#827a68 #68827a #7a6882

Analogous Colors of #827a68

#827a68 #7d8268 #826d68

Monochromatic Colors of #827a68

#827a68

Complementary Color

#827a68 #687082

#827a68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827a68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827a68 Color CSS Codes

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

#827a68 Text Font Color

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

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


#827a68 Background Color

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

This div background color is #827a68


#827a68 Border Color

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

This div border color is #827a68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827a68


Comments

No comments written yet.

Please login to write comment.