Color Hex Logo

#62424c Color Hex

#62424C
(98,66,76)
0 Favorites   0 Comments

Color spaces of #62424c

RGB 986676
HSL0.950.200.32
HSV341°33°38°
CMYK 0.000.330.22   0.62
XYZ8.28977.01497.7546
Yxy7.01490.35950.3042
Hunter Lab26.48579.51851.1807
CIE-Lab31.840815.5259-0.4175

#62424c color RGB value is (98,66,76).

#62424c hex color red value is 98, green value is 66 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #62424c hue: 0.95 , saturation: 0.20 and the lightness value of 62424c is 0.32.

The process color (four color CMYK) of #62424c color hex is 0.00, 0.33, 0.22, 0.62. Web safe color of #62424c is #663333. Color #62424c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000010 01001100
Octal 142 102 114
Decimal 98 66 76
Hex 62 42 4C

RGB Percentages of Color #62424c

%40.83
%27.50
%31.67

CMYK Percentages of Color #62424c

%0
%33
%22
%62

Triadic Colors of #62424c

#62424c #4c6242 #424c62

Analogous Colors of #62424c

#62424c #624842 #62425c

Monochromatic Colors of #62424c

#62424c

Complementary Color

#62424c #426258

#62424c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62424c Color Preview on White Background

Lorem ipsum dolor sit amet.

#62424c Color CSS Codes

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

#62424c Text Font Color

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

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


#62424c Background Color

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

This div background color is #62424c


#62424c Border Color

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

This div border color is #62424c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,66,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62424c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62424c;
  -webkit-box-shadow: 1px 1px 3px 2px #62424c;
  box-shadow:         1px 1px 3px 2px #62424c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62424c


Comments

No comments written yet.

Please login to write comment.