COLOR #339B66

HEX: #339B66 RGB: (51,155,102)

Color info

#339B66 contains mainly green and blue colors. Web safe color of #339B66 is #339966 (or #396).

RGB color model

#339B66 color RGB value is (51,155,102).

RGB: (51,155,102) (20%, 61%, 40%)

RGB channels and saturation

R 51 of 255 = 20%
G 155 of 255 = 61%
B 102 of 255 = 40%

51
155
102

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

Portions of RGB colors in percentages

R + G + B = 51 + 155 + 102 = 308 (100%)
R 51 of 308 ~ 16.56%
G 155 of 308 ~ 50.32%
B 102 of 308 ~ 33.12'%

%16.56
%50.32
%33.12

CMYK color model

#339B66 color CMYK value is (67,0,34,39).

  • cyan value is 67.10%
  • magenta value is 0.00%
  • yellow value is 34.19%
  • key color value is 39.22%

CMYK: (67,0,34,39)
C67M0Y34K39 (67%, 0%, 34%, 39%)
(0.67 / 0.00 / 0.34 / 0.39)

CMYK percentages

%67.1
%0
%34.19
%39.22

Codes

Color #339B66 in popluar color models

33 9B 66
RGB 51 155 102
HSL 149° 50.49% 40.39%
HSB/HSV 149° 67.10% 60.78%
CMYK 67.10% 0.00% 34.19%
39.22%

Color #339B66 in popluar number systems.

HEX 33 9B 66
Decimal 51 155 102
Binary 110011 10011011 1100110
Octal 63 233 146

Shades and tints

Shades of #339B66

#339B66
(51,155,102)
#2F8D5D
(47,141,93)
#2B7F54
(43,127,84)
#27714B
(39,113,75)
#236342
(35,99,66)
#1F5539
(31,85,57)
#1B4730
(27,71,48)
#173927
(23,57,39)
#132B1E
(19,43,30)
#0F1D15
(15,29,21)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #339B66

#339B66
(51,155,102)
#45A473
(69,164,115)
#57AD80
(87,173,128)
#69B68D
(105,182,141)
#7BBF9A
(123,191,154)
#8DC8A7
(141,200,167)
#9FD1B4
(159,209,180)
#B1DAC1
(177,218,193)
#C3E3CE
(195,227,206)
#D5ECDB
(213,236,219)
#E7F5E8
(231,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #339B66; }

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

This text font color is #339B66.

Background Color

.myBgColor { background-color: #339B66; }

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

This div background color is #339B66.

Border color

.myBorderColor { border: 1px solid #339B66; }

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

This div border color is #339B66.

Opacity

.myOpacity80 { color: #339B66; opacity: 0.8; }

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

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

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

This text has shadow with #339B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #339B66.

Preview

Color preview on black background

This text has color #339B66 on black background.


Color preview on white background

This text has color #339B66 on white background.


Black color preview on #339B66 background

This text has black color on #339B66 background.


White color preview on #339B66 background

This text has white color on #339B66 background.


Related colors

Complementary color

Complementary color for #hex is #CC6499.


I love getcolorcode.com

Triadic colors

1 #66339B and #9B6633 with #339B66 are triadic colors.

2 #669B33 and #9B3366 with #339B66 are triadic colors.