Color Hex Logo

#62946f Color Hex

#62946F
(98,148,111)
0 Favorites   0 Comments

Color spaces of #62946f

RGB 98148111
HSL0.380.200.48
HSV136°34°58°
CMYK 0.340.000.25   0.42
XYZ18.496224.924218.8749
Yxy24.92420.29690.4001
Hunter Lab49.9241-21.235512.5310
CIE-Lab57.0015-24.915214.3484

#62946f color RGB value is (98,148,111).

#62946f hex color red value is 98, green value is 148 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #62946f hue: 0.38 , saturation: 0.20 and the lightness value of 62946f is 0.48.

The process color (four color CMYK) of #62946f color hex is 0.34, 0.00, 0.25, 0.42. Web safe color of #62946f is #669966. Color #62946f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010100 01101111
Octal 142 224 157
Decimal 98 148 111
Hex 62 94 6F

RGB Percentages of Color #62946f

%27.45
%41.46
%31.09

CMYK Percentages of Color #62946f

%34
%0
%25
%42

Triadic Colors of #62946f

#62946f #6f6294 #946f62

Analogous Colors of #62946f

#62946f #629488 #6e9462

Monochromatic Colors of #62946f

#62946f

Complementary Color

#62946f #946287

#62946f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62946f Color Preview on White Background

Lorem ipsum dolor sit amet.

#62946f Color CSS Codes

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

#62946f Text Font Color

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

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


#62946f Background Color

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

This div background color is #62946f


#62946f Border Color

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

This div border color is #62946f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62946f


Comments

No comments written yet.

Please login to write comment.