COLOR #33465D

HEX: #33465D
RGB: (51,70,93)

Color info

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

RGB color model

#33465D color RGB value is (51,70,93).

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

RGB channels and saturation

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

51
70
93

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

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 93 = 214 (100%)
R 51 of 214 ~ 23.83%
G 70 of 214 ~ 32.71%
B 93 of 214 ~ 43.46%

%23.83
%32.71
%43.46

CMYK color model

#33465D color CMYK value is (45,25,0,64).

  • cyan value is 45.16%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(45,25,0,64)
C45M25Y0K64 
(45%,25%,0%,64%)
(0.45/0.25/0.00/0.64)	

CMYK percentages

%45.16
%24.73
%0
%63.53

Codes

Color #33465D in popluar color models

33465D
RGB517093
HSL213°29.17%28.24%
HSB/HSV213°45.16%36.47%
CMYK45.16%24.73%0.00%
63.53%

Color #33465D in popluar number systems.

HEX33465D
Decimal517093
Binary11001110001101011101
Octal63106135

Shades and tints

Shades of #33465D

#33465D
(51,70,93)
#2F4055
(47,64,85)
#2B3A4D
(43,58,77)
#273445
(39,52,69)
#232E3D
(35,46,61)
#1F2835
(31,40,53)
#1B222D
(27,34,45)
#171C25
(23,28,37)
#13161D
(19,22,29)
#0F1015
(15,16,21)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #33465D

#33465D
(51,70,93)
#45566B
(69,86,107)
#576679
(87,102,121)
#697687
(105,118,135)
#7B8695
(123,134,149)
#8D96A3
(141,150,163)
#9FA6B1
(159,166,177)
#B1B6BF
(177,182,191)
#C3C6CD
(195,198,205)
#D5D6DB
(213,214,219)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33465D; }

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

This text font color is #33465D.


Background Color

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

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

This div background color is #33465D.


Border color

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

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

This div border color is #33465D.


Opacity

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

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

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

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

This text has shadow with #33465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33465D on black background.


Color preview on white background

This text has color #33465D on white background.



Black color preview on #33465D background

This text has black color on #33465D background.


White color preview on #33465D background

This text has white color on #33465D background.