COLOR #66B35D

HEX: #66B35D RGB: (102,179,93)

Color info

#66B35D contains mainly green color. Web safe color of #66B35D is #669966 (or #696).

RGB color model

#66B35D color RGB value is (102,179,93).

RGB: (102,179,93) (40%, 70%, 36%)

RGB channels and saturation

R 102 of 255 = 40%
G 179 of 255 = 70%
B 93 of 255 = 36%

102
179
93

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

Portions of RGB colors in percentages

R + G + B = 102 + 179 + 93 = 374 (100%)
R 102 of 374 ~ 27.27%
G 179 of 374 ~ 47.86%
B 93 of 374 ~ 24.87'%

%27.27
%47.86
%24.87

CMYK color model

#66B35D color CMYK value is (43,0,48,30).

  • cyan value is 43.02%
  • magenta value is 0.00%
  • yellow value is 48.04%
  • key color value is 29.80%

CMYK: (43,0,48,30)
C43M0Y48K30 (43%, 0%, 48%, 30%)
(0.43 / 0.00 / 0.48 / 0.30)

CMYK percentages

%43.02
%0
%48.04
%29.8

Codes

Color #66B35D in popluar color models

66 B3 5D
RGB 102 179 93
HSL 114° 36.13% 53.33%
HSB/HSV 114° 48.04% 70.20%
CMYK 43.02% 0.00% 48.04%
29.80%

Color #66B35D in popluar number systems.

HEX 66 B3 5D
Decimal 102 179 93
Binary 1100110 10110011 1011101
Octal 146 263 135

Shades and tints

Shades of #66B35D

#66B35D
(102,179,93)
#5DA355
(93,163,85)
#54934D
(84,147,77)
#4B8345
(75,131,69)
#42733D
(66,115,61)
#396335
(57,99,53)
#30532D
(48,83,45)
#274325
(39,67,37)
#1E331D
(30,51,29)
#152315
(21,35,21)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #66B35D

#66B35D
(102,179,93)
#73B96B
(115,185,107)
#80BF79
(128,191,121)
#8DC587
(141,197,135)
#9ACB95
(154,203,149)
#A7D1A3
(167,209,163)
#B4D7B1
(180,215,177)
#C1DDBF
(193,221,191)
#CEE3CD
(206,227,205)
#DBE9DB
(219,233,219)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B35D color. Also use rgb(102,179,93) instead hex code.

Text Font Color

.myTextColor { color: #66B35D; }

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

This text font color is #66B35D.

Background Color

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

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

This div background color is #66B35D.

Border color

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

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

This div border color is #66B35D.

Opacity

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

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

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

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

This text has shadow with #66B35D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66B35D.

Preview

Color preview on black background

This text has color #66B35D on black background.


Color preview on white background

This text has color #66B35D on white background.


Black color preview on #66B35D background

This text has black color on #66B35D background.


White color preview on #66B35D background

This text has white color on #66B35D background.


Related colors

Complementary color

Complementary color for #hex is #994CA2.


I love getcolorcode.com

Triadic colors

1 #5D66B3 and #B35D66 with #66B35D are triadic colors.

2 #5DB366 and #B3665D with #66B35D are triadic colors.