COLOR #33466E

HEX: #33466E
RGB: (51,70,110)

Color info

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

RGB color model

#33466E color RGB value is (51,70,110).

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

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 110 of 255 = 43%

51
70
110

R + G + B ~ 30%. #33466E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 110 = 231 (100%)
R 51 of 231 ~ 22.08%
G 70 of 231 ~ 30.3%
B 110 of 231 ~ 47.62%

%22.08
%30.3
%47.62

CMYK color model

#33466E color CMYK value is (54,36,0,57).

  • cyan value is 53.64%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(54,36,0,57)
C54M36Y0K57 
(54%,36%,0%,57%)
(0.54/0.36/0.00/0.57)	

CMYK percentages

%53.64
%36.36
%0
%56.86

Codes

Color #33466E in popluar color models

33466E
RGB5170110
HSL221°36.65%31.57%
HSB/HSV221°53.64%43.14%
CMYK53.64%36.36%0.00%
56.86%

Color #33466E in popluar number systems.

HEX33466E
Decimal5170110
Binary11001110001101101110
Octal63106156

Shades and tints

Shades of #33466E

#33466E
(51,70,110)
#2F4064
(47,64,100)
#2B3A5A
(43,58,90)
#273450
(39,52,80)
#232E46
(35,46,70)
#1F283C
(31,40,60)
#1B2232
(27,34,50)
#171C28
(23,28,40)
#13161E
(19,22,30)
#0F1014
(15,16,20)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #33466E

#33466E
(51,70,110)
#45567B
(69,86,123)
#576688
(87,102,136)
#697695
(105,118,149)
#7B86A2
(123,134,162)
#8D96AF
(141,150,175)
#9FA6BC
(159,166,188)
#B1B6C9
(177,182,201)
#C3C6D6
(195,198,214)
#D5D6E3
(213,214,227)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33466E; }

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

This text font color is #33466E.


Background Color

.myBgColor { background-color: #33466E; }

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

This div background color is #33466E.


Border color

.myBorderColor { border: 1px solid #33466E; }

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

This div border color is #33466E.


Opacity

.myOpacity80 { color: #33466E; opacity: 0.8; }

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

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

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

This text has shadow with #33466E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33466E on black background.


Color preview on white background

This text has color #33466E on white background.



Black color preview on #33466E background

This text has black color on #33466E background.


White color preview on #33466E background

This text has white color on #33466E background.