COLOR #62996C

HEX: #62996C
RGB: (98,153,108)

Color info

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

RGB color model

#62996C color RGB value is (98,153,108).

  • red value is 98;
  • green value is 153;
  • blue value is 108.
RGB:
(98,153,108)
(38%,60%,42%)

RGB channels and saturation

R 98 of 255 = 38%
G 153 of 255 = 60%
B 108 of 255 = 42%

98
153
108

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

Portions of RGB colors in percentages

R + G + B =
98 + 153 + 108 = 359 (100%)
R 98 of 359 ~ 27.3%
G 153 of 359 ~ 42.62%
B 108 of 359 ~ 30.08%

%27.3
%42.62
%30.08

CMYK color model

#62996C color CMYK value is (36,0,29,40).

  • cyan value is 35.95%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 40.00%
CMYK:
(36,0,29,40)
C36M0Y29K40 
(36%,0%,29%,40%)
(0.36/0.00/0.29/0.40)	

CMYK percentages

%35.95
%0
%29.41
%40

Codes

Color #62996C in popluar color models

62996C
RGB98153108
HSL131°21.91%49.22%
HSB/HSV131°35.95%60.00%
CMYK35.95%0.00%29.41%
40.00%

Color #62996C in popluar number systems.

HEX62996C
Decimal98153108
Binary1100010100110011101100
Octal142231154

Shades and tints

Shades of #62996C

#62996C
(98,153,108)
#5A8C63
(90,140,99)
#527F5A
(82,127,90)
#4A7251
(74,114,81)
#426548
(66,101,72)
#3A583F
(58,88,63)
#324B36
(50,75,54)
#2A3E2D
(42,62,45)
#223124
(34,49,36)
#1A241B
(26,36,27)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #62996C

#62996C
(98,153,108)
#70A279
(112,162,121)
#7EAB86
(126,171,134)
#8CB493
(140,180,147)
#9ABDA0
(154,189,160)
#A8C6AD
(168,198,173)
#B6CFBA
(182,207,186)
#C4D8C7
(196,216,199)
#D2E1D4
(210,225,212)
#E0EAE1
(224,234,225)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62996C color. Also use rgb(98,153,108) instead hex code.

Text Font Color

.myTextColor { color: #62996C; }

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

This text font color is #62996C.


Background Color

.myBgColor { background-color: #62996C; }

<div style="background-color:#62996C">Inner text</div>

This div background color is #62996C.


Border color

.myBorderColor { border: 1px solid #62996C; }

<div style="border:3px solid #62996C">Div</div>

This div border color is #62996C.


Opacity

.myOpacity80 { color: #62996C; opacity: 0.8; }

<p style="color:#62996C;opacity:0.8;">80%</p>

Text with #62996C 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 #62996C;}

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

This text has shadow with #62996C color.

.textShadow {text-shadow: 3px 3px 1px #62996C, 3px 3px 1px red;}

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

This text has shadow with #62996C primary color and red secondary color.


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

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

This text has shadow with #62996C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62996C on black background.


Color preview on white background

This text has color #62996C on white background.



Black color preview on #62996C background

This text has black color on #62996C background.


White color preview on #62996C background

This text has white color on #62996C background.