Color Hex Logo

#62963f Color Hex

#62963F
(98,150,63)
0 Favorites   0 Comments

Color spaces of #62963f

RGB 9815063
HSL0.270.410.42
HSV96°58°59°
CMYK 0.350.000.58   0.41
XYZ16.840624.76828.5958
Yxy24.76820.33540.4933
Hunter Lab49.7677-26.691824.5969
CIE-Lab56.8489-33.174039.8045

#62963f color RGB value is (98,150,63).

#62963f hex color red value is 98, green value is 150 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #62963f hue: 0.27 , saturation: 0.41 and the lightness value of 62963f is 0.42.

The process color (four color CMYK) of #62963f color hex is 0.35, 0.00, 0.58, 0.41. Web safe color of #62963f is #669933. Color #62963f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010110 00111111
Octal 142 226 77
Decimal 98 150 63
Hex 62 96 3F

RGB Percentages of Color #62963f

%31.51
%48.23
%20.26

CMYK Percentages of Color #62963f

%35
%0
%58
%41

Triadic Colors of #62963f

#62963f #3f6296 #963f62

Analogous Colors of #62963f

#62963f #3f9648 #8e963f

Monochromatic Colors of #62963f

#62963f

Complementary Color

#62963f #733f96

#62963f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62963f Color Preview on White Background

Lorem ipsum dolor sit amet.

#62963f Color CSS Codes

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

#62963f Text Font Color

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

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


#62963f Background Color

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

This div background color is #62963f


#62963f Border Color

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

This div border color is #62963f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62963f


Comments

No comments written yet.

Please login to write comment.