Color Hex Logo

#62552f Color Hex

#62552F
(98,85,47)
0 Favorites   0 Comments

Color spaces of #62552f

RGB 988547
HSL0.120.350.28
HSV45°52°38°
CMYK 0.000.130.52   0.62
XYZ8.79869.29894.0205
Yxy9.29890.39780.4204
Hunter Lab30.4941-1.861313.5288
CIE-Lab36.5535-0.339924.0102

#62552f color RGB value is (98,85,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010101 00101111
Octal 142 125 57
Decimal 98 85 47
Hex 62 55 2F

RGB Percentages of Color #62552f

%42.61
%36.96
%20.43

CMYK Percentages of Color #62552f

%0
%13
%52
%62

Triadic Colors of #62552f

#62552f #2f6255 #552f62

Analogous Colors of #62552f

#62552f #56622f #623c2f

Monochromatic Colors of #62552f

#62552f

Complementary Color

#62552f #2f3c62

#62552f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62552f Color Preview on White Background

Lorem ipsum dolor sit amet.

#62552f Color CSS Codes

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

#62552f Text Font Color

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

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


#62552f Background Color

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

This div background color is #62552f


#62552f Border Color

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

This div border color is #62552f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62552f


Comments

No comments written yet.

Please login to write comment.