COLOR #339966

HEX: #339966 RGB: (51,153,102)

Color info

#339966 contains mainly green and blue colors. #339966 color is web safe color. It maybe written shortly as #396.

RGB color model

#339966 color RGB value is (51,153,102).

RGB: (51,153,102) (20%, 60%, 40%)

RGB channels and saturation

R 51 of 255 = 20%
G 153 of 255 = 60%
B 102 of 255 = 40%

51
153
102

R + G + B ~ 40%. #339966 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 51 + 153 + 102 = 306 (100%)
R 51 of 306 ~ 16.67%
G 153 of 306 ~ 50%
B 102 of 306 ~ 33.33'%

%16.67
%50
%33.33

CMYK color model

#339966 color CMYK value is (67,0,33,40).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 40.00%

CMYK: (67,0,33,40)
C67M0Y33K40 (67%, 0%, 33%, 40%)
(0.67 / 0.00 / 0.33 / 0.40)

CMYK percentages

%66.67
%0
%33.33
%40

Codes

Color #339966 in popluar color models

33 99 66
RGB 51 153 102
HSL 150° 50.00% 40.00%
HSB/HSV 150° 66.67% 60.00%
CMYK 66.67% 0.00% 33.33%
40.00%

Color #339966 in popluar number systems.

HEX 33 99 66
Decimal 51 153 102
Binary 110011 10011001 1100110
Octal 63 231 146

Shades and tints

Shades of #339966

#339966
(51,153,102)
#2F8C5D
(47,140,93)
#2B7F54
(43,127,84)
#27724B
(39,114,75)
#236542
(35,101,66)
#1F5839
(31,88,57)
#1B4B30
(27,75,48)
#173E27
(23,62,39)
#13311E
(19,49,30)
#0F2415
(15,36,21)
#0B170C
(11,23,12)
#000000
(0,0,0)

Tints of #339966

#339966
(51,153,102)
#45A273
(69,162,115)
#57AB80
(87,171,128)
#69B48D
(105,180,141)
#7BBD9A
(123,189,154)
#8DC6A7
(141,198,167)
#9FCFB4
(159,207,180)
#B1D8C1
(177,216,193)
#C3E1CE
(195,225,206)
#D5EADB
(213,234,219)
#E7F3E8
(231,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #339966; }

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

This text font color is #339966.

Background Color

.myBgColor { background-color: #339966; }

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

This div background color is #339966.

Border color

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

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

This div border color is #339966.

Opacity

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

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

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

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

This text has shadow with #339966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #339966.

Preview

Color preview on black background

This text has color #339966 on black background.


Color preview on white background

This text has color #339966 on white background.


Black color preview on #339966 background

This text has black color on #339966 background.


White color preview on #339966 background

This text has white color on #339966 background.


Related colors

Complementary color

Complementary color for #hex is #CC6699.


I love getcolorcode.com

Triadic colors

1 #663399 and #996633 with #339966 are triadic colors.

2 #669933 and #993366 with #339966 are triadic colors.