COLOR #336166

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
97
102

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

Portions of RGB colors in percentages

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

%20.4
%38.8
%40.8

CMYK color model

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

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

CMYK percentages

%50
%4.9
%0
%60

Codes

Color #336166 in popluar color models

336166
RGB5197102
HSL186°33.33%30.00%
HSB/HSV186°50.00%40.00%
CMYK50.00%4.90%0.00%
60.00%

Color #336166 in popluar number systems.

HEX336166
Decimal5197102
Binary11001111000011100110
Octal63141146

Shades and tints

Shades of #336166

#336166
(51,97,102)
#2F595D
(47,89,93)
#2B5154
(43,81,84)
#27494B
(39,73,75)
#234142
(35,65,66)
#1F3939
(31,57,57)
#1B3130
(27,49,48)
#172927
(23,41,39)
#13211E
(19,33,30)
#0F1915
(15,25,21)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #336166

#336166
(51,97,102)
#456F73
(69,111,115)
#577D80
(87,125,128)
#698B8D
(105,139,141)
#7B999A
(123,153,154)
#8DA7A7
(141,167,167)
#9FB5B4
(159,181,180)
#B1C3C1
(177,195,193)
#C3D1CE
(195,209,206)
#D5DFDB
(213,223,219)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336166; }

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

This text font color is #336166.


Background Color

.myBgColor { background-color: #336166; }

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

This div background color is #336166.


Border color

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

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

This div border color is #336166.


Opacity

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

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

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

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

This text has shadow with #336166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336166 on black background.


Color preview on white background

This text has color #336166 on white background.



Black color preview on #336166 background

This text has black color on #336166 background.


White color preview on #336166 background

This text has white color on #336166 background.