COLOR #336661

HEX: #336661
RGB: (51,102,97)

Color info

#336661 contains red, green and blue colors in about the same proportion. Web safe color of #336661 is #336666 (or #366).

RGB color model

#336661 color RGB value is (51,102,97).

  • red value is 51;
  • green value is 102;
  • blue value is 97.
RGB:
(51,102,97)
(20%,40%,38%)

RGB channels and saturation

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

51
102
97

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

Portions of RGB colors in percentages

R + G + B =
51 + 102 + 97 = 250 (100%)
R 51 of 250 ~ 20.4%
G 102 of 250 ~ 40.8%
B 97 of 250 ~ 38.8%

%20.4
%40.8
%38.8

CMYK color model

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

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(50,0,5,60)
C50M0Y5K60 
(50%,0%,5%,60%)
(0.50/0.00/0.05/0.60)	

CMYK percentages

%50
%0
%4.9
%60

Codes

Color #336661 in popluar color models

336661
RGB5110297
HSL174°33.33%30.00%
HSB/HSV174°50.00%40.00%
CMYK50.00%0.00%4.90%
60.00%

Color #336661 in popluar number systems.

HEX336661
Decimal5110297
Binary11001111001101100001
Octal63146141

Shades and tints

Shades of #336661

#336661
(51,102,97)
#2F5D59
(47,93,89)
#2B5451
(43,84,81)
#274B49
(39,75,73)
#234241
(35,66,65)
#1F3939
(31,57,57)
#1B3031
(27,48,49)
#172729
(23,39,41)
#131E21
(19,30,33)
#0F1519
(15,21,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #336661

#336661
(51,102,97)
#45736F
(69,115,111)
#57807D
(87,128,125)
#698D8B
(105,141,139)
#7B9A99
(123,154,153)
#8DA7A7
(141,167,167)
#9FB4B5
(159,180,181)
#B1C1C3
(177,193,195)
#C3CED1
(195,206,209)
#D5DBDF
(213,219,223)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336661; }

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

This text font color is #336661.


Background Color

.myBgColor { background-color: #336661; }

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

This div background color is #336661.


Border color

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

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

This div border color is #336661.


Opacity

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

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

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

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

This text has shadow with #336661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336661 on black background.


Color preview on white background

This text has color #336661 on white background.



Black color preview on #336661 background

This text has black color on #336661 background.


White color preview on #336661 background

This text has white color on #336661 background.