COLOR #62A032

HEX: #62A032
RGB: (98,160,50)

Color info

#62A032 contains mainly green color. Web safe color of #62A032 is #669933 (or #693).

RGB color model

#62A032 color RGB value is (98,160,50).

  • red value is 98;
  • green value is 160;
  • blue value is 50.
RGB:
(98,160,50)
(38%,63%,20%)

RGB channels and saturation

R 98 of 255 = 38%
G 160 of 255 = 63%
B 50 of 255 = 20%

98
160
50

R + G + B ~ 40%. #62A032 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 160 + 50 = 308 (100%)
R 98 of 308 ~ 31.82%
G 160 of 308 ~ 51.95%
B 50 of 308 ~ 16.23%

%31.82
%51.95
%16.23

CMYK color model

#62A032 color CMYK value is (39,0,69,37).

  • cyan value is 38.75%
  • magenta value is 0.00%
  • yellow value is 68.75%
  • key color value is 37.25%
CMYK:
(39,0,69,37)
C39M0Y69K37 
(39%,0%,69%,37%)
(0.39/0.00/0.69/0.37)	

CMYK percentages

%38.75
%0
%68.75
%37.25

Codes

Color #62A032 in popluar color models

62A032
RGB9816050
HSL94°52.38%41.18%
HSB/HSV94°68.75%62.75%
CMYK38.75%0.00%68.75%
37.25%

Color #62A032 in popluar number systems.

HEX62A032
Decimal9816050
Binary110001010100000110010
Octal14224062

Shades and tints

Shades of #62A032

#62A032
(98,160,50)
#5A922E
(90,146,46)
#52842A
(82,132,42)
#4A7626
(74,118,38)
#426822
(66,104,34)
#3A5A1E
(58,90,30)
#324C1A
(50,76,26)
#2A3E16
(42,62,22)
#223012
(34,48,18)
#1A220E
(26,34,14)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #62A032

#62A032
(98,160,50)
#70A844
(112,168,68)
#7EB056
(126,176,86)
#8CB868
(140,184,104)
#9AC07A
(154,192,122)
#A8C88C
(168,200,140)
#B6D09E
(182,208,158)
#C4D8B0
(196,216,176)
#D2E0C2
(210,224,194)
#E0E8D4
(224,232,212)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A032 color. Also use rgb(98,160,50) instead hex code.

Text Font Color

.myTextColor { color: #62A032; }

<p style="color:#62A032">This sample text font color is #62A032.</p>

This text font color is #62A032.


Background Color

.myBgColor { background-color: #62A032; }

<div style="background-color:#62A032">Inner text</div>

This div background color is #62A032.


Border color

.myBorderColor { border: 1px solid #62A032; }

<div style="border:3px solid #62A032">Div</div>

This div border color is #62A032.


Opacity

.myOpacity80 { color: #62A032; opacity: 0.8; }

<p style="color:#62A032;opacity:0.8;">80%</p>

Text with #62A032 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #62A032;}

<p style="text-shadow: 3px 3px 1px #62A032">Text here.</p>

This text has shadow with #62A032 color.

.textShadow {text-shadow: 3px 3px 1px #62A032, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #62A032, 5px 5px 20px red">Text here.</p>

This text has shadow with #62A032 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#62A032, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#62A032, Direction=45, Strength=4)">Text</p>

This text has shadow with #62A032 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #62A032;
  -webkit-box-shadow:	1px 1px 3px 2px #62A032;
  box-shadow:		1px 1px 3px 2px #62A032;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #62A032;
-webkit-box-shadow: 1px 1px 3px 2px #62A032;
box-shadow:1px 1px 3px 2px #62A032;">
Div content here</div>
This div box has shadow with color #62A032.

Preview

Color preview on black background

This text has color #62A032 on black background.


Color preview on white background

This text has color #62A032 on white background.



Black color preview on #62A032 background

This text has black color on #62A032 background.


White color preview on #62A032 background

This text has white color on #62A032 background.