COLOR #66997C

HEX: #66997C
RGB: (102,153,124)

Color info

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

RGB color model

#66997C color RGB value is (102,153,124).

  • red value is 102;
  • green value is 153;
  • blue value is 124.
RGB:
(102,153,124)
(40%,60%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 153 of 255 = 60%
B 124 of 255 = 49%

102
153
124

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

Portions of RGB colors in percentages

R + G + B =
102 + 153 + 124 = 379 (100%)
R 102 of 379 ~ 26.91%
G 153 of 379 ~ 40.37%
B 124 of 379 ~ 32.72%

%26.91
%40.37
%32.72

CMYK color model

#66997C color CMYK value is (33,0,19,40).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 40.00%
CMYK:
(33,0,19,40)
C33M0Y19K40 
(33%,0%,19%,40%)
(0.33/0.00/0.19/0.40)	

CMYK percentages

%33.33
%0
%18.95
%40

Codes

Color #66997C in popluar color models

66997C
RGB102153124
HSL146°20.00%50.00%
HSB/HSV146°33.33%60.00%
CMYK33.33%0.00%18.95%
40.00%

Color #66997C in popluar number systems.

HEX66997C
Decimal102153124
Binary1100110100110011111100
Octal146231174

Shades and tints

Shades of #66997C

#66997C
(102,153,124)
#5D8C71
(93,140,113)
#547F66
(84,127,102)
#4B725B
(75,114,91)
#426550
(66,101,80)
#395845
(57,88,69)
#304B3A
(48,75,58)
#273E2F
(39,62,47)
#1E3124
(30,49,36)
#152419
(21,36,25)
#0C170E
(12,23,14)
#000000
(0,0,0)

Tints of #66997C

#66997C
(102,153,124)
#73A287
(115,162,135)
#80AB92
(128,171,146)
#8DB49D
(141,180,157)
#9ABDA8
(154,189,168)
#A7C6B3
(167,198,179)
#B4CFBE
(180,207,190)
#C1D8C9
(193,216,201)
#CEE1D4
(206,225,212)
#DBEADF
(219,234,223)
#E8F3EA
(232,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66997C color. Also use rgb(102,153,124) instead hex code.

Text Font Color

.myTextColor { color: #66997C; }

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

This text font color is #66997C.


Background Color

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

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

This div background color is #66997C.


Border color

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

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

This div border color is #66997C.


Opacity

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

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

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

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

This text has shadow with #66997C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66997C on black background.


Color preview on white background

This text has color #66997C on white background.



Black color preview on #66997C background

This text has black color on #66997C background.


White color preview on #66997C background

This text has white color on #66997C background.