COLOR #62963F

HEX: #62963F
RGB: (98,150,63)

Color info

#62963F contains mainly red and green colors. Web safe color of #62963F is #669933 (or #693).

RGB color model

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

  • red value is 98;
  • green value is 150;
  • blue value is 63.
RGB:
(98,150,63)
(38%,59%,25%)

RGB channels and saturation

R 98 of 255 = 38%
G 150 of 255 = 59%
B 63 of 255 = 25%

98
150
63

R + G + B ~ 41%. #62963F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 150 + 63 = 311 (100%)
R 98 of 311 ~ 31.51%
G 150 of 311 ~ 48.23%
B 63 of 311 ~ 20.26%

%31.51
%48.23
%20.26

CMYK color model

#62963F color CMYK value is (35,0,58,41).

  • cyan value is 34.67%
  • magenta value is 0.00%
  • yellow value is 58.00%
  • key color value is 41.18%
CMYK:
(35,0,58,41)
C35M0Y58K41 
(35%,0%,58%,41%)
(0.35/0.00/0.58/0.41)	

CMYK percentages

%34.67
%0
%58
%41.18

Codes

Color #62963F in popluar color models

62963F
RGB9815063
HSL96°40.85%41.76%
HSB/HSV96°58.00%58.82%
CMYK34.67%0.00%58.00%
41.18%

Color #62963F in popluar number systems.

HEX62963F
Decimal9815063
Binary110001010010110111111
Octal14222677

Shades and tints

Shades of #62963F

#62963F
(98,150,63)
#5A893A
(90,137,58)
#527C35
(82,124,53)
#4A6F30
(74,111,48)
#42622B
(66,98,43)
#3A5526
(58,85,38)
#324821
(50,72,33)
#2A3B1C
(42,59,28)
#222E17
(34,46,23)
#1A2112
(26,33,18)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #62963F

#62963F
(98,150,63)
#709F50
(112,159,80)
#7EA861
(126,168,97)
#8CB172
(140,177,114)
#9ABA83
(154,186,131)
#A8C394
(168,195,148)
#B6CCA5
(182,204,165)
#C4D5B6
(196,213,182)
#D2DEC7
(210,222,199)
#E0E7D8
(224,231,216)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62963F color. Also use rgb(98,150,63) instead hex code.

Text Font Color

.myTextColor { color: #62963F; }

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

This text font color is #62963F.


Background Color

.myBgColor { background-color: #62963F; }

<div style="background-color:#62963F">Inner text</div>

This div background color is #62963F.


Border color

.myBorderColor { border: 1px solid #62963F; }

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

This div border color is #62963F.


Opacity

.myOpacity80 { color: #62963F; opacity: 0.8; }

<p style="color:#62963F;opacity:0.8;">80%</p>

Text with #62963F 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 #62963F;}

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

This text has shadow with #62963F color.

.textShadow {text-shadow: 3px 3px 1px #62963F, 3px 3px 1px red;}

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

This text has shadow with #62963F primary color and red secondary color.


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

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

This text has shadow with #62963F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #62963F on black background.


Color preview on white background

This text has color #62963F on white background.



Black color preview on #62963F background

This text has black color on #62963F background.


White color preview on #62963F background

This text has white color on #62963F background.