Color Hex Logo

#62531f Color Hex

#62531F
(98,83,31)
0 Favorites   0 Comments

Color spaces of #62531f

RGB 988331
HSL0.130.520.25
HSV47°68°38°
CMYK 0.000.150.68   0.62
XYZ8.37768.88212.5692
Yxy8.88210.42250.4479
Hunter Lab29.8029-1.978515.7508
CIE-Lab35.7563-0.570231.8706

#62531f color RGB value is (98,83,31).

#62531f hex color red value is 98, green value is 83 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #62531f hue: 0.13 , saturation: 0.52 and the lightness value of 62531f is 0.25.

The process color (four color CMYK) of #62531f color hex is 0.00, 0.15, 0.68, 0.62. Web safe color of #62531f is #666633. Color #62531f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010011 00011111
Octal 142 123 37
Decimal 98 83 31
Hex 62 53 1F

RGB Percentages of Color #62531f

%46.23
%39.15
%14.62

CMYK Percentages of Color #62531f

%0
%15
%68
%62

Triadic Colors of #62531f

#62531f #1f6253 #531f62

Analogous Colors of #62531f

#62531f #50621f #62321f

Monochromatic Colors of #62531f

#62531f

Complementary Color

#62531f #1f2e62

#62531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#62531f Color CSS Codes

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

#62531f Text Font Color

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

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


#62531f Background Color

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

This div background color is #62531f


#62531f Border Color

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

This div border color is #62531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62531f


Comments

No comments written yet.

Please login to write comment.