COLOR #62946F

HEX: #62946F RGB: (98,148,111)

Color info

#62946F contains red, green and blue colors in about the same proportion. Web safe color of #62946F is #669966 (or #696).

RGB color model

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

RGB: (98,148,111) (38%, 58%, 44%)

RGB channels and saturation

R 98 of 255 = 38%
G 148 of 255 = 58%
B 111 of 255 = 44%

98
148
111

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

Portions of RGB colors in percentages

R + G + B = 98 + 148 + 111 = 357 (100%)
R 98 of 357 ~ 27.45%
G 148 of 357 ~ 41.46%
B 111 of 357 ~ 31.09'%

%27.45
%41.46
%31.09

CMYK color model

#62946F color CMYK value is (34,0,25,42).

  • cyan value is 33.78%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 41.96%

CMYK: (34,0,25,42)
C34M0Y25K42 (34%, 0%, 25%, 42%)
(0.34 / 0.00 / 0.25 / 0.42)

CMYK percentages

%33.78
%0
%25
%41.96

Codes

Color #62946F in popluar color models

62 94 6F
RGB 98 148 111
HSL 136° 20.33% 48.24%
HSB/HSV 136° 33.78% 58.04%
CMYK 33.78% 0.00% 25.00%
41.96%

Color #62946F in popluar number systems.

HEX 62 94 6F
Decimal 98 148 111
Binary 1100010 10010100 1101111
Octal 142 224 157

Shades and tints

Shades of #62946F

#62946F
(98,148,111)
#5A8765
(90,135,101)
#527A5B
(82,122,91)
#4A6D51
(74,109,81)
#426047
(66,96,71)
#3A533D
(58,83,61)
#324633
(50,70,51)
#2A3929
(42,57,41)
#222C1F
(34,44,31)
#1A1F15
(26,31,21)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #62946F

#62946F
(98,148,111)
#709D7C
(112,157,124)
#7EA689
(126,166,137)
#8CAF96
(140,175,150)
#9AB8A3
(154,184,163)
#A8C1B0
(168,193,176)
#B6CABD
(182,202,189)
#C4D3CA
(196,211,202)
#D2DCD7
(210,220,215)
#E0E5E4
(224,229,228)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62946F color. Also use rgb(98,148,111) instead hex code.

Text Font Color

.myTextColor { color: #62946F; }

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

This text font color is #62946F.

Background Color

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

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

This div background color is #62946F.

Border color

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

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

This div border color is #62946F.

Opacity

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

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

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

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

This text has shadow with #62946F color.


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

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

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


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

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

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

Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62946F on black background.


Color preview on white background

This text has color #62946F on white background.


Black color preview on #62946F background

This text has black color on #62946F background.


White color preview on #62946F background

This text has white color on #62946F background.


Related colors

Complementary color

Complementary color for #hex is #9D6B90.


I love getcolorcode.com

Triadic colors

1 #6F6294 and #946F62 with #62946F are triadic colors.

2 #6F9462 and #94626F with #62946F are triadic colors.