Color Hex Logo

#827753 Color Hex

#827753
(130,119,83)
0 Favorites   0 Comments

Color spaces of #827753

RGB 13011983
HSL0.130.220.42
HSV46°36°51°
CMYK 0.000.080.36   0.49
XYZ17.364118.564010.8516
Yxy18.56400.37120.3968
Hunter Lab43.0860-3.463015.2274
CIE-Lab50.1732-1.519121.3643

#827753 color RGB value is (130,119,83).

#827753 hex color red value is 130, green value is 119 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #827753 hue: 0.13 , saturation: 0.22 and the lightness value of 827753 is 0.42.

The process color (four color CMYK) of #827753 color hex is 0.00, 0.08, 0.36, 0.49. Web safe color of #827753 is #996666. Color #827753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110111 01010011
Octal 202 167 123
Decimal 130 119 83
Hex 82 77 53

RGB Percentages of Color #827753

%39.16
%35.84
%25.00

CMYK Percentages of Color #827753

%0
%8
%36
%49

Triadic Colors of #827753

#827753 #538277 #775382

Analogous Colors of #827753

#827753 #768253 #826053

Monochromatic Colors of #827753

#827753

Complementary Color

#827753 #535e82

#827753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827753 Color CSS Codes

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

#827753 Text Font Color

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

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


#827753 Background Color

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

This div background color is #827753


#827753 Border Color

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

This div border color is #827753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827753


Comments

No comments written yet.

Please login to write comment.