Color Hex Logo

#524c0f Color Hex

#524C0F
(82,76,15)
0 Favorites   0 Comments

Color spaces of #524c0f

RGB 827615
HSL0.150.690.19
HSV55°82°32°
CMYK 0.000.070.82   0.68
XYZ6.15036.99721.4784
Yxy6.99720.42050.4784
Hunter Lab26.4522-4.789115.2029
CIE-Lab31.8005-5.302034.7013

#524c0f color RGB value is (82,76,15).

#524c0f hex color red value is 82, green value is 76 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #524c0f hue: 0.15 , saturation: 0.69 and the lightness value of 524c0f is 0.19.

The process color (four color CMYK) of #524c0f color hex is 0.00, 0.07, 0.82, 0.68. Web safe color of #524c0f is #663300. Color #524c0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001100 00001111
Octal 122 114 17
Decimal 82 76 15
Hex 52 4C F

RGB Percentages of Color #524c0f

%47.40
%43.93
%8.67

CMYK Percentages of Color #524c0f

%0
%7
%82
%68

Triadic Colors of #524c0f

#524c0f #0f524c #4c0f52

Analogous Colors of #524c0f

#524c0f #37520f #522b0f

Monochromatic Colors of #524c0f

#524c0f

Complementary Color

#524c0f #0f1552

#524c0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524c0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#524c0f Color CSS Codes

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

#524c0f Text Font Color

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

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


#524c0f Background Color

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

This div background color is #524c0f


#524c0f Border Color

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

This div border color is #524c0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,76,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #524c0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #524c0f;
  -webkit-box-shadow: 1px 1px 3px 2px #524c0f;
  box-shadow:         1px 1px 3px 2px #524c0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524c0f


Comments

No comments written yet.

Please login to write comment.