Color Hex Logo

#523c0e Color Hex

#523C0E
(82,60,14)
0 Favorites   0 Comments

Color spaces of #523c0e

RGB 826014
HSL0.110.710.19
HSV41°83°32°
CMYK 0.000.270.83   0.68
XYZ5.17485.05731.1189
Yxy5.05730.45590.4455
Hunter Lab22.48841.719712.7920
CIE-Lab26.89744.602930.4793

#523c0e color RGB value is (82,60,14).

#523c0e hex color red value is 82, green value is 60 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #523c0e hue: 0.11 , saturation: 0.71 and the lightness value of 523c0e is 0.19.

The process color (four color CMYK) of #523c0e color hex is 0.00, 0.27, 0.83, 0.68. Web safe color of #523c0e is #663300. Color #523c0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111100 00001110
Octal 122 74 16
Decimal 82 60 14
Hex 52 3C E

RGB Percentages of Color #523c0e

%52.56
%38.46
%8.97

CMYK Percentages of Color #523c0e

%0
%27
%83
%68

Triadic Colors of #523c0e

#523c0e #0e523c #3c0e52

Analogous Colors of #523c0e

#523c0e #46520e #521a0e

Monochromatic Colors of #523c0e

#523c0e

Complementary Color

#523c0e #0e2452

#523c0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523c0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#523c0e Color CSS Codes

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

#523c0e Text Font Color

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

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


#523c0e Background Color

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

This div background color is #523c0e


#523c0e Border Color

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

This div border color is #523c0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,60,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #523c0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #523c0e;
  -webkit-box-shadow: 1px 1px 3px 2px #523c0e;
  box-shadow:         1px 1px 3px 2px #523c0e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523c0e


Comments

No comments written yet.

Please login to write comment.