COLOR #66A58F

HEX: #66A58F
RGB: (102,165,143)

Color info

#66A58F contains mainly green and blue colors. Web safe color of #66A58F is #669999 (or #699).

RGB color model

#66A58F color RGB value is (102,165,143).

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

RGB channels and saturation

R 102 of 255 = 40%
G 165 of 255 = 65%
B 143 of 255 = 56%

102
165
143

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

Portions of RGB colors in percentages

R + G + B =
102 + 165 + 143 = 410 (100%)
R 102 of 410 ~ 24.88%
G 165 of 410 ~ 40.24%
B 143 of 410 ~ 34.88%

%24.88
%40.24
%34.88

CMYK color model

#66A58F color CMYK value is (38,0,13,35).

  • cyan value is 38.18%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 35.29%
CMYK:
(38,0,13,35)
C38M0Y13K35 
(38%,0%,13%,35%)
(0.38/0.00/0.13/0.35)	

CMYK percentages

%38.18
%0
%13.33
%35.29

Codes

Color #66A58F in popluar color models

66A58F
RGB102165143
HSL159°25.93%52.35%
HSB/HSV159°38.18%64.71%
CMYK38.18%0.00%13.33%
35.29%

Color #66A58F in popluar number systems.

HEX66A58F
Decimal102165143
Binary11001101010010110001111
Octal146245217

Shades and tints

Shades of #66A58F

#66A58F
(102,165,143)
#5D9682
(93,150,130)
#548775
(84,135,117)
#4B7868
(75,120,104)
#42695B
(66,105,91)
#395A4E
(57,90,78)
#304B41
(48,75,65)
#273C34
(39,60,52)
#1E2D27
(30,45,39)
#151E1A
(21,30,26)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #66A58F

#66A58F
(102,165,143)
#73AD99
(115,173,153)
#80B5A3
(128,181,163)
#8DBDAD
(141,189,173)
#9AC5B7
(154,197,183)
#A7CDC1
(167,205,193)
#B4D5CB
(180,213,203)
#C1DDD5
(193,221,213)
#CEE5DF
(206,229,223)
#DBEDE9
(219,237,233)
#E8F5F3
(232,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A58F; }

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

This text font color is #66A58F.


Background Color

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

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

This div background color is #66A58F.


Border color

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

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

This div border color is #66A58F.


Opacity

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

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

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

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

This text has shadow with #66A58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A58F on black background.


Color preview on white background

This text has color #66A58F on white background.



Black color preview on #66A58F background

This text has black color on #66A58F background.


White color preview on #66A58F background

This text has white color on #66A58F background.