COLOR #66A57C

HEX: #66A57C
RGB: (102,165,124)

Color info

#66A57C contains mainly green and blue colors. Web safe color of #66A57C is #669966 (or #696).

RGB color model

#66A57C color RGB value is (102,165,124).

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

RGB channels and saturation

R 102 of 255 = 40%
G 165 of 255 = 65%
B 124 of 255 = 49%

102
165
124

R + G + B ~ 51%. #66A57C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 165 + 124 = 391 (100%)
R 102 of 391 ~ 26.09%
G 165 of 391 ~ 42.2%
B 124 of 391 ~ 31.71%

%26.09
%42.2
%31.71

CMYK color model

#66A57C color CMYK value is (38,0,25,35).

  • cyan value is 38.18%
  • magenta value is 0.00%
  • yellow value is 24.85%
  • key color value is 35.29%
CMYK:
(38,0,25,35)
C38M0Y25K35 
(38%,0%,25%,35%)
(0.38/0.00/0.25/0.35)	

CMYK percentages

%38.18
%0
%24.85
%35.29

Codes

Color #66A57C in popluar color models

66A57C
RGB102165124
HSL141°25.93%52.35%
HSB/HSV141°38.18%64.71%
CMYK38.18%0.00%24.85%
35.29%

Color #66A57C in popluar number systems.

HEX66A57C
Decimal102165124
Binary1100110101001011111100
Octal146245174

Shades and tints

Shades of #66A57C

#66A57C
(102,165,124)
#5D9671
(93,150,113)
#548766
(84,135,102)
#4B785B
(75,120,91)
#426950
(66,105,80)
#395A45
(57,90,69)
#304B3A
(48,75,58)
#273C2F
(39,60,47)
#1E2D24
(30,45,36)
#151E19
(21,30,25)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #66A57C

#66A57C
(102,165,124)
#73AD87
(115,173,135)
#80B592
(128,181,146)
#8DBD9D
(141,189,157)
#9AC5A8
(154,197,168)
#A7CDB3
(167,205,179)
#B4D5BE
(180,213,190)
#C1DDC9
(193,221,201)
#CEE5D4
(206,229,212)
#DBEDDF
(219,237,223)
#E8F5EA
(232,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A57C color. Also use rgb(102,165,124) instead hex code.

Text Font Color

.myTextColor { color: #66A57C; }

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

This text font color is #66A57C.


Background Color

.myBgColor { background-color: #66A57C; }

<div style="background-color:#66A57C">Inner text</div>

This div background color is #66A57C.


Border color

.myBorderColor { border: 1px solid #66A57C; }

<div style="border:3px solid #66A57C">Div</div>

This div border color is #66A57C.


Opacity

.myOpacity80 { color: #66A57C; opacity: 0.8; }

<p style="color:#66A57C;opacity:0.8;">80%</p>

Text with #66A57C 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 #66A57C;}

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

This text has shadow with #66A57C color.

.textShadow {text-shadow: 3px 3px 1px #66A57C, 3px 3px 1px red;}

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

This text has shadow with #66A57C primary color and red secondary color.


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

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

This text has shadow with #66A57C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A57C on black background.


Color preview on white background

This text has color #66A57C on white background.



Black color preview on #66A57C background

This text has black color on #66A57C background.


White color preview on #66A57C background

This text has white color on #66A57C background.