Color Hex Logo

#62552e Color Hex

#62552E
(98,85,46)
0 Favorites   0 Comments

Color spaces of #62552e

RGB 988546
HSL0.130.360.28
HSV45°53°38°
CMYK 0.000.130.53   0.62
XYZ8.77869.29093.9154
Yxy9.29090.39930.4226
Hunter Lab30.4810-1.933313.7207
CIE-Lab36.5384-0.446424.5696

#62552e color RGB value is (98,85,46).

#62552e hex color red value is 98, green value is 85 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #62552e hue: 0.13 , saturation: 0.36 and the lightness value of 62552e is 0.28.

The process color (four color CMYK) of #62552e color hex is 0.00, 0.13, 0.53, 0.62. Web safe color of #62552e is #666633. Color #62552e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010101 00101110
Octal 142 125 56
Decimal 98 85 46
Hex 62 55 2E

RGB Percentages of Color #62552e

%42.79
%37.12
%20.09

CMYK Percentages of Color #62552e

%0
%13
%53
%62

Triadic Colors of #62552e

#62552e #2e6255 #552e62

Analogous Colors of #62552e

#62552e #55622e #623b2e

Monochromatic Colors of #62552e

#62552e

Complementary Color

#62552e #2e3b62

#62552e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62552e Color Preview on White Background

Lorem ipsum dolor sit amet.

#62552e Color CSS Codes

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

#62552e Text Font Color

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

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


#62552e Background Color

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

This div background color is #62552e


#62552e Border Color

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

This div border color is #62552e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62552e


Comments

No comments written yet.

Please login to write comment.