COLOR #336663

HEX: #336663
RGB: (51,102,99)

Color info

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

RGB color model

#336663 color RGB value is (51,102,99).

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

RGB channels and saturation

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

51
102
99

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

Portions of RGB colors in percentages

R + G + B =
51 + 102 + 99 = 252 (100%)
R 51 of 252 ~ 20.24%
G 102 of 252 ~ 40.48%
B 99 of 252 ~ 39.29%

%20.24
%40.48
%39.29

CMYK color model

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

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 60.00%
CMYK:
(50,0,3,60)
C50M0Y3K60 
(50%,0%,3%,60%)
(0.50/0.00/0.03/0.60)	

CMYK percentages

%50
%0
%2.94
%60

Codes

Color #336663 in popluar color models

336663
RGB5110299
HSL176°33.33%30.00%
HSB/HSV176°50.00%40.00%
CMYK50.00%0.00%2.94%
60.00%

Color #336663 in popluar number systems.

HEX336663
Decimal5110299
Binary11001111001101100011
Octal63146143

Shades and tints

Shades of #336663

#336663
(51,102,99)
#2F5D5A
(47,93,90)
#2B5451
(43,84,81)
#274B48
(39,75,72)
#23423F
(35,66,63)
#1F3936
(31,57,54)
#1B302D
(27,48,45)
#172724
(23,39,36)
#131E1B
(19,30,27)
#0F1512
(15,21,18)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #336663

#336663
(51,102,99)
#457371
(69,115,113)
#57807F
(87,128,127)
#698D8D
(105,141,141)
#7B9A9B
(123,154,155)
#8DA7A9
(141,167,169)
#9FB4B7
(159,180,183)
#B1C1C5
(177,193,197)
#C3CED3
(195,206,211)
#D5DBE1
(213,219,225)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336663; }

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

This text font color is #336663.


Background Color

.myBgColor { background-color: #336663; }

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

This div background color is #336663.


Border color

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

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

This div border color is #336663.


Opacity

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

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

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

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

This text has shadow with #336663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336663 on black background.


Color preview on white background

This text has color #336663 on white background.



Black color preview on #336663 background

This text has black color on #336663 background.


White color preview on #336663 background

This text has white color on #336663 background.