COLOR #33465B

HEX: #33465B
RGB: (51,70,91)

Color info

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

RGB color model

#33465B color RGB value is (51,70,91).

  • red value is 51;
  • green value is 70;
  • blue value is 91.
RGB:
(51,70,91)
(20%,27%,36%)

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 91 of 255 = 36%

51
70
91

R + G + B ~ 28%. #33465B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 91 = 212 (100%)
R 51 of 212 ~ 24.06%
G 70 of 212 ~ 33.02%
B 91 of 212 ~ 42.92%

%24.06
%33.02
%42.92

CMYK color model

#33465B color CMYK value is (44,23,0,64).

  • cyan value is 43.96%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(44,23,0,64)
C44M23Y0K64 
(44%,23%,0%,64%)
(0.44/0.23/0.00/0.64)	

CMYK percentages

%43.96
%23.08
%0
%64.31

Codes

Color #33465B in popluar color models

33465B
RGB517091
HSL212°28.17%27.84%
HSB/HSV212°43.96%35.69%
CMYK43.96%23.08%0.00%
64.31%

Color #33465B in popluar number systems.

HEX33465B
Decimal517091
Binary11001110001101011011
Octal63106133

Shades and tints

Shades of #33465B

#33465B
(51,70,91)
#2F4053
(47,64,83)
#2B3A4B
(43,58,75)
#273443
(39,52,67)
#232E3B
(35,46,59)
#1F2833
(31,40,51)
#1B222B
(27,34,43)
#171C23
(23,28,35)
#13161B
(19,22,27)
#0F1013
(15,16,19)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #33465B

#33465B
(51,70,91)
#455669
(69,86,105)
#576677
(87,102,119)
#697685
(105,118,133)
#7B8693
(123,134,147)
#8D96A1
(141,150,161)
#9FA6AF
(159,166,175)
#B1B6BD
(177,182,189)
#C3C6CB
(195,198,203)
#D5D6D9
(213,214,217)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33465B; }

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

This text font color is #33465B.


Background Color

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

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

This div background color is #33465B.


Border color

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

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

This div border color is #33465B.


Opacity

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

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

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

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

This text has shadow with #33465B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33465B on black background.


Color preview on white background

This text has color #33465B on white background.



Black color preview on #33465B background

This text has black color on #33465B background.


White color preview on #33465B background

This text has white color on #33465B background.