COLOR #336666

HEX: #336666 RGB: (51,102,102)

Color info

#336666 contains red, green and blue colors in about the same proportion. #336666 color is web safe color. It maybe written shortly as #366.

RGB color model

#336666 color RGB value is (51,102,102).

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

RGB channels and saturation

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

51
102
102

R + G + B ~ 33%. #336666 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 102 + 102 = 255 (100%)
R 51 of 255 ~ 20%
G 102 of 255 ~ 40%
B 102 of 255 ~ 40'%

%20
%40
%40

CMYK color model

#336666 color CMYK value is (50,0,0,60).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (50,0,0,60)
C50M0Y0K60 (50%, 0%, 0%, 60%)
(0.50 / 0.00 / 0.00 / 0.60)

CMYK percentages

%50
%0
%0
%60

Codes

Color #336666 in popluar color models

33 66 66
RGB 51 102 102
HSL 180° 33.33% 30.00%
HSB/HSV 180° 50.00% 40.00%
CMYK 50.00% 0.00% 0.00%
60.00%

Color #336666 in popluar number systems.

HEX 33 66 66
Decimal 51 102 102
Binary 110011 1100110 1100110
Octal 63 146 146

Shades and tints

Shades of #336666

#336666
(51,102,102)
#2F5D5D
(47,93,93)
#2B5454
(43,84,84)
#274B4B
(39,75,75)
#234242
(35,66,66)
#1F3939
(31,57,57)
#1B3030
(27,48,48)
#172727
(23,39,39)
#131E1E
(19,30,30)
#0F1515
(15,21,21)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #336666

#336666
(51,102,102)
#457373
(69,115,115)
#578080
(87,128,128)
#698D8D
(105,141,141)
#7B9A9A
(123,154,154)
#8DA7A7
(141,167,167)
#9FB4B4
(159,180,180)
#B1C1C1
(177,193,193)
#C3CECE
(195,206,206)
#D5DBDB
(213,219,219)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336666; }

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

This text font color is #336666.

Background Color

.myBgColor { background-color: #336666; }

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

This div background color is #336666.

Border color

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

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

This div border color is #336666.

Opacity

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

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

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

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

This text has shadow with #336666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336666.

Preview

Color preview on black background

This text has color #336666 on black background.


Color preview on white background

This text has color #336666 on white background.


Black color preview on #336666 background

This text has black color on #336666 background.


White color preview on #336666 background

This text has white color on #336666 background.


Related colors

Complementary color

Complementary color for #hex is #CC9999.


I love getcolorcode.com