COLOR #62A132

HEX: #62A132
RGB: (98,161,50)

Color info

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

RGB color model

#62A132 color RGB value is (98,161,50).

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

RGB channels and saturation

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

98
161
50

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

Portions of RGB colors in percentages

R + G + B =
98 + 161 + 50 = 309 (100%)
R 98 of 309 ~ 31.72%
G 161 of 309 ~ 52.1%
B 50 of 309 ~ 16.18%

%31.72
%52.1
%16.18

CMYK color model

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

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

CMYK percentages

%39.13
%0
%68.94
%36.86

Codes

Color #62A132 in popluar color models

62A132
RGB9816150
HSL94°52.61%41.37%
HSB/HSV94°68.94%63.14%
CMYK39.13%0.00%68.94%
36.86%

Color #62A132 in popluar number systems.

HEX62A132
Decimal9816150
Binary110001010100001110010
Octal14224162

Shades and tints

Shades of #62A132

#62A132
(98,161,50)
#5A932E
(90,147,46)
#52852A
(82,133,42)
#4A7726
(74,119,38)
#426922
(66,105,34)
#3A5B1E
(58,91,30)
#324D1A
(50,77,26)
#2A3F16
(42,63,22)
#223112
(34,49,18)
#1A230E
(26,35,14)
#12150A
(18,21,10)
#000000
(0,0,0)

Tints of #62A132

#62A132
(98,161,50)
#70A944
(112,169,68)
#7EB156
(126,177,86)
#8CB968
(140,185,104)
#9AC17A
(154,193,122)
#A8C98C
(168,201,140)
#B6D19E
(182,209,158)
#C4D9B0
(196,217,176)
#D2E1C2
(210,225,194)
#E0E9D4
(224,233,212)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62A132; }

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

This text font color is #62A132.


Background Color

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

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

This div background color is #62A132.


Border color

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

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

This div border color is #62A132.


Opacity

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

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

Text with #62A132 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 #62A132;}

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

This text has shadow with #62A132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A132 on black background.


Color preview on white background

This text has color #62A132 on white background.



Black color preview on #62A132 background

This text has black color on #62A132 background.


White color preview on #62A132 background

This text has white color on #62A132 background.