COLOR #66937C

HEX: #66937C RGB: (102,147,124)

Color info

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

RGB color model

#66937C color RGB value is (102,147,124).

RGB: (102,147,124) (40%, 58%, 49%)

RGB channels and saturation

R 102 of 255 = 40%
G 147 of 255 = 58%
B 124 of 255 = 49%

102
147
124

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

Portions of RGB colors in percentages

R + G + B = 102 + 147 + 124 = 373 (100%)
R 102 of 373 ~ 27.35%
G 147 of 373 ~ 39.41%
B 124 of 373 ~ 33.24'%

%27.35
%39.41
%33.24

CMYK color model

#66937C color CMYK value is (31,0,16,42).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 42.35%

CMYK: (31,0,16,42)
C31M0Y16K42 (31%, 0%, 16%, 42%)
(0.31 / 0.00 / 0.16 / 0.42)

CMYK percentages

%30.61
%0
%15.65
%42.35

Codes

Color #66937C in popluar color models

66 93 7C
RGB 102 147 124
HSL 149° 18.07% 48.82%
HSB/HSV 149° 30.61% 57.65%
CMYK 30.61% 0.00% 15.65%
42.35%

Color #66937C in popluar number systems.

HEX 66 93 7C
Decimal 102 147 124
Binary 1100110 10010011 1111100
Octal 146 223 174

Shades and tints

Shades of #66937C

#66937C
(102,147,124)
#5D8671
(93,134,113)
#547966
(84,121,102)
#4B6C5B
(75,108,91)
#425F50
(66,95,80)
#395245
(57,82,69)
#30453A
(48,69,58)
#27382F
(39,56,47)
#1E2B24
(30,43,36)
#151E19
(21,30,25)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #66937C

#66937C
(102,147,124)
#739C87
(115,156,135)
#80A592
(128,165,146)
#8DAE9D
(141,174,157)
#9AB7A8
(154,183,168)
#A7C0B3
(167,192,179)
#B4C9BE
(180,201,190)
#C1D2C9
(193,210,201)
#CEDBD4
(206,219,212)
#DBE4DF
(219,228,223)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66937C; }

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

This text font color is #66937C.

Background Color

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

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

This div background color is #66937C.

Border color

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

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

This div border color is #66937C.

Opacity

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

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

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

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

This text has shadow with #66937C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66937C.

Preview

Color preview on black background

This text has color #66937C on black background.


Color preview on white background

This text has color #66937C on white background.


Black color preview on #66937C background

This text has black color on #66937C background.


White color preview on #66937C background

This text has white color on #66937C background.


Related colors

Complementary color

Complementary color for #hex is #996C83.


I love getcolorcode.com

Triadic colors

1 #7C6693 and #937C66 with #66937C are triadic colors.

2 #7C9366 and #93667C with #66937C are triadic colors.