Color Hex Logo

#62520e Color Hex

#62520E
(98,82,14)
0 Favorites   0 Comments

Color spaces of #62520e

RGB 988214
HSL0.130.750.22
HSV49°86°38°
CMYK 0.000.160.86   0.62
XYZ8.13368.66301.6589
Yxy8.66300.44070.4694
Hunter Lab29.4330-2.180517.2614
CIE-Lab35.3272-0.902238.9140

#62520e color RGB value is (98,82,14).

#62520e hex color red value is 98, green value is 82 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #62520e hue: 0.13 , saturation: 0.75 and the lightness value of 62520e is 0.22.

The process color (four color CMYK) of #62520e color hex is 0.00, 0.16, 0.86, 0.62. Web safe color of #62520e is #666600. Color #62520e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010010 00001110
Octal 142 122 16
Decimal 98 82 14
Hex 62 52 E

RGB Percentages of Color #62520e

%50.52
%42.27
%7.22

CMYK Percentages of Color #62520e

%0
%16
%86
%62

Triadic Colors of #62520e

#62520e #0e6252 #520e62

Analogous Colors of #62520e

#62520e #48620e #62280e

Monochromatic Colors of #62520e

#62520e

Complementary Color

#62520e #0e1e62

#62520e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62520e Color Preview on White Background

Lorem ipsum dolor sit amet.

#62520e Color CSS Codes

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

#62520e Text Font Color

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

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


#62520e Background Color

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

This div background color is #62520e


#62520e Border Color

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

This div border color is #62520e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62520e


Comments

No comments written yet.

Please login to write comment.