COLOR #333246

HEX: #333246 RGB: (51,50,70)

Color info

#333246 contains red, green and blue colors in about the same proportion. Web safe color of #333246 is #333333 (or #333).

RGB color model

#333246 color RGB value is (51,50,70).

RGB: (51,50,70) (20%, 20%, 27%)

RGB channels and saturation

R 51 of 255 = 20%
G 50 of 255 = 20%
B 70 of 255 = 27%

51
50
70

R + G + B ~ 22%. #333246 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 50 + 70 = 171 (100%)
R 51 of 171 ~ 29.82%
G 50 of 171 ~ 29.24%
B 70 of 171 ~ 40.94'%

%29.82
%29.24
%40.94

CMYK color model

#333246 color CMYK value is (27,29,0,73).

  • cyan value is 27.14%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (27,29,0,73)
C27M29Y0K73 (27%, 29%, 0%, 73%)
(0.27 / 0.29 / 0.00 / 0.73)

CMYK percentages

%27.14
%28.57
%0
%72.55

Codes

Color #333246 in popluar color models

33 32 46
RGB 51 50 70
HSL 243° 16.67% 23.53%
HSB/HSV 243° 28.57% 27.45%
CMYK 27.14% 28.57% 0.00%
72.55%

Color #333246 in popluar number systems.

HEX 33 32 46
Decimal 51 50 70
Binary 110011 110010 1000110
Octal 63 62 106

Shades and tints

Shades of #333246

#333246
(51,50,70)
#2F2E40
(47,46,64)
#2B2A3A
(43,42,58)
#272634
(39,38,52)
#23222E
(35,34,46)
#1F1E28
(31,30,40)
#1B1A22
(27,26,34)
#17161C
(23,22,28)
#131216
(19,18,22)
#0F0E10
(15,14,16)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #333246

#333246
(51,50,70)
#454456
(69,68,86)
#575666
(87,86,102)
#696876
(105,104,118)
#7B7A86
(123,122,134)
#8D8C96
(141,140,150)
#9F9EA6
(159,158,166)
#B1B0B6
(177,176,182)
#C3C2C6
(195,194,198)
#D5D4D6
(213,212,214)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333246; }

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

This text font color is #333246.

Background Color

.myBgColor { background-color: #333246; }

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

This div background color is #333246.

Border color

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

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

This div border color is #333246.

Opacity

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

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

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

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

This text has shadow with #333246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333246.

Preview

Color preview on black background

This text has color #333246 on black background.


Color preview on white background

This text has color #333246 on white background.


Black color preview on #333246 background

This text has black color on #333246 background.


White color preview on #333246 background

This text has white color on #333246 background.


Related colors

Complementary color

Complementary color for #hex is #CCCDB9.


I love getcolorcode.com

Triadic colors

1 #463332 and #324633 with #333246 are triadic colors.

2 #463233 and #323346 with #333246 are triadic colors.