COLOR #66984D

HEX: #66984D
RGB: (102,152,77)

Color info

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

RGB color model

#66984D color RGB value is (102,152,77).

  • red value is 102;
  • green value is 152;
  • blue value is 77.
RGB:
(102,152,77)
(40%,60%,30%)

RGB channels and saturation

R 102 of 255 = 40%
G 152 of 255 = 60%
B 77 of 255 = 30%

102
152
77

R + G + B ~ 43%. #66984D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 152 + 77 = 331 (100%)
R 102 of 331 ~ 30.82%
G 152 of 331 ~ 45.92%
B 77 of 331 ~ 23.26%

%30.82
%45.92
%23.26

CMYK color model

#66984D color CMYK value is (33,0,49,40).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 49.34%
  • key color value is 40.39%
CMYK:
(33,0,49,40)
C33M0Y49K40 
(33%,0%,49%,40%)
(0.33/0.00/0.49/0.40)	

CMYK percentages

%32.89
%0
%49.34
%40.39

Codes

Color #66984D in popluar color models

66984D
RGB10215277
HSL100°32.75%44.90%
HSB/HSV100°49.34%59.61%
CMYK32.89%0.00%49.34%
40.39%

Color #66984D in popluar number systems.

HEX66984D
Decimal10215277
Binary1100110100110001001101
Octal146230115

Shades and tints

Shades of #66984D

#66984D
(102,152,77)
#5D8B46
(93,139,70)
#547E3F
(84,126,63)
#4B7138
(75,113,56)
#426431
(66,100,49)
#39572A
(57,87,42)
#304A23
(48,74,35)
#273D1C
(39,61,28)
#1E3015
(30,48,21)
#15230E
(21,35,14)
#0C1607
(12,22,7)
#000000
(0,0,0)

Tints of #66984D

#66984D
(102,152,77)
#73A15D
(115,161,93)
#80AA6D
(128,170,109)
#8DB37D
(141,179,125)
#9ABC8D
(154,188,141)
#A7C59D
(167,197,157)
#B4CEAD
(180,206,173)
#C1D7BD
(193,215,189)
#CEE0CD
(206,224,205)
#DBE9DD
(219,233,221)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66984D color. Also use rgb(102,152,77) instead hex code.

Text Font Color

.myTextColor { color: #66984D; }

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

This text font color is #66984D.


Background Color

.myBgColor { background-color: #66984D; }

<div style="background-color:#66984D">Inner text</div>

This div background color is #66984D.


Border color

.myBorderColor { border: 1px solid #66984D; }

<div style="border:3px solid #66984D">Div</div>

This div border color is #66984D.


Opacity

.myOpacity80 { color: #66984D; opacity: 0.8; }

<p style="color:#66984D;opacity:0.8;">80%</p>

Text with #66984D 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 #66984D;}

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

This text has shadow with #66984D color.

.textShadow {text-shadow: 3px 3px 1px #66984D, 3px 3px 1px red;}

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

This text has shadow with #66984D primary color and red secondary color.


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

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

This text has shadow with #66984D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66984D on black background.


Color preview on white background

This text has color #66984D on white background.



Black color preview on #66984D background

This text has black color on #66984D background.


White color preview on #66984D background

This text has white color on #66984D background.