Color Hex Logo

#525047 Color Hex

#525047
(82,80,71)
0 Favorites   0 Comments

Color spaces of #525047

RGB 828071
HSL0.140.070.30
HSV49°13°32°
CMYK 0.000.020.13   0.68
XYZ7.48577.98617.1082
Yxy7.98610.33150.3537
Hunter Lab28.2597-2.17164.8685
CIE-Lab33.9539-0.99605.5964

#525047 color RGB value is (82,80,71).

#525047 hex color red value is 82, green value is 80 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #525047 hue: 0.14 , saturation: 0.07 and the lightness value of 525047 is 0.30.

The process color (four color CMYK) of #525047 color hex is 0.00, 0.02, 0.13, 0.68. Web safe color of #525047 is #666633. Color #525047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010000 01000111
Octal 122 120 107
Decimal 82 80 71
Hex 52 50 47

RGB Percentages of Color #525047

%35.19
%34.33
%30.47

CMYK Percentages of Color #525047

%0
%2
%13
%68

Triadic Colors of #525047

#525047 #475250 #504752

Analogous Colors of #525047

#525047 #4f5247 #524b47

Monochromatic Colors of #525047

#525047

Complementary Color

#525047 #474952

#525047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525047 Color CSS Codes

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

#525047 Text Font Color

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

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


#525047 Background Color

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

This div background color is #525047


#525047 Border Color

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

This div border color is #525047


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,80,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #525047; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #525047;
  -webkit-box-shadow: 1px 1px 3px 2px #525047;
  box-shadow:         1px 1px 3px 2px #525047; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,80,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525047


Comments

No comments written yet.

Please login to write comment.