COLOR #33346B

HEX: #33346B
RGB: (51,52,107)

Color info

#33346B contains red, green and blue colors in about the same proportion. Web safe color of #33346B is #333366 (or #336).

RGB color model

#33346B color RGB value is (51,52,107).

  • red value is 51;
  • green value is 52;
  • blue value is 107.
RGB:
(51,52,107)
(20%,20%,42%)

RGB channels and saturation

R 51 of 255 = 20%
G 52 of 255 = 20%
B 107 of 255 = 42%

51
52
107

R + G + B ~ 27%. #33346B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 52 + 107 = 210 (100%)
R 51 of 210 ~ 24.29%
G 52 of 210 ~ 24.76%
B 107 of 210 ~ 50.95%

%24.29
%24.76
%50.95

CMYK color model

#33346B color CMYK value is (52,51,0,58).

  • cyan value is 52.34%
  • magenta value is 51.40%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(52,51,0,58)
C52M51Y0K58 
(52%,51%,0%,58%)
(0.52/0.51/0.00/0.58)	

CMYK percentages

%52.34
%51.4
%0
%58.04

Codes

Color #33346B in popluar color models

33346B
RGB5152107
HSL239°35.44%30.98%
HSB/HSV239°52.34%41.96%
CMYK52.34%51.40%0.00%
58.04%

Color #33346B in popluar number systems.

HEX33346B
Decimal5152107
Binary1100111101001101011
Octal6364153

Shades and tints

Shades of #33346B

#33346B
(51,52,107)
#2F3062
(47,48,98)
#2B2C59
(43,44,89)
#272850
(39,40,80)
#232447
(35,36,71)
#1F203E
(31,32,62)
#1B1C35
(27,28,53)
#17182C
(23,24,44)
#131423
(19,20,35)
#0F101A
(15,16,26)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #33346B

#33346B
(51,52,107)
#454678
(69,70,120)
#575885
(87,88,133)
#696A92
(105,106,146)
#7B7C9F
(123,124,159)
#8D8EAC
(141,142,172)
#9FA0B9
(159,160,185)
#B1B2C6
(177,178,198)
#C3C4D3
(195,196,211)
#D5D6E0
(213,214,224)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33346B color. Also use rgb(51,52,107) instead hex code.

Text Font Color

.myTextColor { color: #33346B; }

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

This text font color is #33346B.


Background Color

.myBgColor { background-color: #33346B; }

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

This div background color is #33346B.


Border color

.myBorderColor { border: 1px solid #33346B; }

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

This div border color is #33346B.


Opacity

.myOpacity80 { color: #33346B; opacity: 0.8; }

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

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

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

This text has shadow with #33346B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33346B on black background.


Color preview on white background

This text has color #33346B on white background.



Black color preview on #33346B background

This text has black color on #33346B background.


White color preview on #33346B background

This text has white color on #33346B background.