Color Hex Logo

#52490e Color Hex

#52490E
(82,73,14)
0 Favorites   0 Comments

Color spaces of #52490e

RGB 827314
HSL0.140.710.19
HSV52°83°32°
CMYK 0.000.110.83   0.68
XYZ5.94156.59061.3744
Yxy6.59060.42720.4739
Hunter Lab25.6722-3.614714.7963
CIE-Lab30.8561-3.529134.2191

#52490e color RGB value is (82,73,14).

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

The process color (four color CMYK) of #52490e color hex is 0.00, 0.11, 0.83, 0.68. Web safe color of #52490e is #663300. Color #52490e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001001 00001110
Octal 122 111 16
Decimal 82 73 14
Hex 52 49 E

RGB Percentages of Color #52490e

%48.52
%43.20
%8.28

CMYK Percentages of Color #52490e

%0
%11
%83
%68

Triadic Colors of #52490e

#52490e #0e5249 #490e52

Analogous Colors of #52490e

#52490e #39520e #52270e

Monochromatic Colors of #52490e

#52490e

Complementary Color

#52490e #0e1752

#52490e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52490e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52490e Color CSS Codes

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

#52490e Text Font Color

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

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


#52490e Background Color

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

This div background color is #52490e


#52490e Border Color

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

This div border color is #52490e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,73,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 #52490e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52490e


Comments

No comments written yet.

Please login to write comment.