COLOR #669333

HEX: #669333 RGB: (102,147,51)

Color info

#669333 contains mainly red and green colors. Web safe color of #669333 is #669933 (or #693).

RGB color model

#669333 color RGB value is (102,147,51).

RGB: (102,147,51) (40%, 58%, 20%)

RGB channels and saturation

R 102 of 255 = 40%
G 147 of 255 = 58%
B 51 of 255 = 20%

102
147
51

R + G + B ~ 39%. #669333 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 147 + 51 = 300 (100%)
R 102 of 300 ~ 34%
G 147 of 300 ~ 49%
B 51 of 300 ~ 17'%

%34
%49
%17

CMYK color model

#669333 color CMYK value is (31,0,65,42).

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

CMYK: (31,0,65,42)
C31M0Y65K42 (31%, 0%, 65%, 42%)
(0.31 / 0.00 / 0.65 / 0.42)

CMYK percentages

%30.61
%0
%65.31
%42.35

Codes

Color #669333 in popluar color models

66 93 33
RGB 102 147 51
HSL 88° 48.48% 38.82%
HSB/HSV 88° 65.31% 57.65%
CMYK 30.61% 0.00% 65.31%
42.35%

Color #669333 in popluar number systems.

HEX 66 93 33
Decimal 102 147 51
Binary 1100110 10010011 110011
Octal 146 223 63

Shades and tints

Shades of #669333

#669333
(102,147,51)
#5D862F
(93,134,47)
#54792B
(84,121,43)
#4B6C27
(75,108,39)
#425F23
(66,95,35)
#39521F
(57,82,31)
#30451B
(48,69,27)
#273817
(39,56,23)
#1E2B13
(30,43,19)
#151E0F
(21,30,15)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #669333

#669333
(102,147,51)
#739C45
(115,156,69)
#80A557
(128,165,87)
#8DAE69
(141,174,105)
#9AB77B
(154,183,123)
#A7C08D
(167,192,141)
#B4C99F
(180,201,159)
#C1D2B1
(193,210,177)
#CEDBC3
(206,219,195)
#DBE4D5
(219,228,213)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669333; }

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

This text font color is #669333.

Background Color

.myBgColor { background-color: #669333; }

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

This div background color is #669333.

Border color

.myBorderColor { border: 1px solid #669333; }

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

This div border color is #669333.

Opacity

.myOpacity80 { color: #669333; opacity: 0.8; }

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

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

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

This text has shadow with #669333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #669333.

Preview

Color preview on black background

This text has color #669333 on black background.


Color preview on white background

This text has color #669333 on white background.


Black color preview on #669333 background

This text has black color on #669333 background.


White color preview on #669333 background

This text has white color on #669333 background.


Related colors

Complementary color

Complementary color for #hex is #996CCC.


I love getcolorcode.com

Triadic colors

1 #336693 and #933366 with #669333 are triadic colors.

2 #339366 and #936633 with #669333 are triadic colors.