Color Hex Logo

#62494a Color Hex

#62494A
(98,73,74)
0 Favorites   0 Comments

Color spaces of #62494a

RGB 987374
HSL0.990.150.34
HSV358°26°38°
CMYK 0.000.260.24   0.62
XYZ8.65567.85627.5388
Yxy7.85620.35990.3267
Hunter Lab28.02896.07193.6733
CIE-Lab33.681610.80713.5325

#62494a color RGB value is (98,73,74).

#62494a hex color red value is 98, green value is 73 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #62494a hue: 0.99 , saturation: 0.15 and the lightness value of 62494a is 0.34.

The process color (four color CMYK) of #62494a color hex is 0.00, 0.26, 0.24, 0.62. Web safe color of #62494a is #663333. Color #62494a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01001001 01001010
Octal 142 111 112
Decimal 98 73 74
Hex 62 49 4A

RGB Percentages of Color #62494a

%40.00
%29.80
%30.20

CMYK Percentages of Color #62494a

%0
%26
%24
%62

Triadic Colors of #62494a

#62494a #4a6249 #494a62

Analogous Colors of #62494a

#62494a #625549 #624957

Monochromatic Colors of #62494a

#62494a

Complementary Color

#62494a #496261

#62494a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62494a Color Preview on White Background

Lorem ipsum dolor sit amet.

#62494a Color CSS Codes

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

#62494a Text Font Color

<p style="color:#62494a">Text here</p>

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


#62494a Background Color

<div style="background-color:#62494a">
Div content here</div>

This div background color is #62494a


#62494a Border Color

<div style="border:3px solid #62494a">
Div here</div>

This div border color is #62494a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,73,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62494a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62494a;
  -webkit-box-shadow: 1px 1px 3px 2px #62494a;
  box-shadow:         1px 1px 3px 2px #62494a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62494a


Comments

No comments written yet.

Please login to write comment.