COLOR #62A341

HEX: #62A341
RGB: (98,163,65)

Color info

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

RGB color model

#62A341 color RGB value is (98,163,65).

  • red value is 98;
  • green value is 163;
  • blue value is 65.
RGB:
(98,163,65)
(38%,64%,25%)

RGB channels and saturation

R 98 of 255 = 38%
G 163 of 255 = 64%
B 65 of 255 = 25%

98
163
65

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

Portions of RGB colors in percentages

R + G + B =
98 + 163 + 65 = 326 (100%)
R 98 of 326 ~ 30.06%
G 163 of 326 ~ 50%
B 65 of 326 ~ 19.94%

%30.06
%50
%19.94

CMYK color model

#62A341 color CMYK value is (40,0,60,36).

  • cyan value is 39.88%
  • magenta value is 0.00%
  • yellow value is 60.12%
  • key color value is 36.08%
CMYK:
(40,0,60,36)
C40M0Y60K36 
(40%,0%,60%,36%)
(0.40/0.00/0.60/0.36)	

CMYK percentages

%39.88
%0
%60.12
%36.08

Codes

Color #62A341 in popluar color models

62A341
RGB9816365
HSL100°42.98%44.71%
HSB/HSV100°60.12%63.92%
CMYK39.88%0.00%60.12%
36.08%

Color #62A341 in popluar number systems.

HEX62A341
Decimal9816365
Binary1100010101000111000001
Octal142243101

Shades and tints

Shades of #62A341

#62A341
(98,163,65)
#5A953C
(90,149,60)
#528737
(82,135,55)
#4A7932
(74,121,50)
#426B2D
(66,107,45)
#3A5D28
(58,93,40)
#324F23
(50,79,35)
#2A411E
(42,65,30)
#223319
(34,51,25)
#1A2514
(26,37,20)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #62A341

#62A341
(98,163,65)
#70AB52
(112,171,82)
#7EB363
(126,179,99)
#8CBB74
(140,187,116)
#9AC385
(154,195,133)
#A8CB96
(168,203,150)
#B6D3A7
(182,211,167)
#C4DBB8
(196,219,184)
#D2E3C9
(210,227,201)
#E0EBDA
(224,235,218)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A341 color. Also use rgb(98,163,65) instead hex code.

Text Font Color

.myTextColor { color: #62A341; }

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

This text font color is #62A341.


Background Color

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

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

This div background color is #62A341.


Border color

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

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

This div border color is #62A341.


Opacity

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

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

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

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

This text has shadow with #62A341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A341 on black background.


Color preview on white background

This text has color #62A341 on white background.



Black color preview on #62A341 background

This text has black color on #62A341 background.


White color preview on #62A341 background

This text has white color on #62A341 background.