Color Hex Logo

#827375 Color Hex

#827375
(130,115,117)
0 Favorites   0 Comments

Color spaces of #827375

RGB 130115117
HSL0.980.060.48
HSV352°12°51°
CMYK 0.000.120.10   0.49
XYZ18.547518.291619.3827
Yxy18.29160.32990.3253
Hunter Lab42.76872.56493.0679
CIE-Lab49.84796.18691.0234

#827375 color RGB value is (130,115,117).

#827375 hex color red value is 130, green value is 115 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #827375 hue: 0.98 , saturation: 0.06 and the lightness value of 827375 is 0.48.

The process color (four color CMYK) of #827375 color hex is 0.00, 0.12, 0.10, 0.49. Web safe color of #827375 is #996666. Color #827375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110011 01110101
Octal 202 163 165
Decimal 130 115 117
Hex 82 73 75

RGB Percentages of Color #827375

%35.91
%31.77
%32.32

CMYK Percentages of Color #827375

%0
%12
%10
%49

Triadic Colors of #827375

#827375 #758273 #737582

Analogous Colors of #827375

#827375 #827973 #82737d

Monochromatic Colors of #827375

#827375

Complementary Color

#827375 #738280

#827375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827375 Color CSS Codes

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

#827375 Text Font Color

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

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


#827375 Background Color

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

This div background color is #827375


#827375 Border Color

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

This div border color is #827375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827375


Comments

No comments written yet.

Please login to write comment.