COLOR #334466

HEX: #334466
RGB: (51,68,102)

Color info

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

RGB color model

#334466 color RGB value is (51,68,102).

  • red value is 51;
  • green value is 68;
  • blue value is 102.
RGB:
(51,68,102)
(20%,27%,40%)

RGB channels and saturation

R 51 of 255 = 20%
G 68 of 255 = 27%
B 102 of 255 = 40%

51
68
102

R + G + B ~ 29%. #334466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 68 + 102 = 221 (100%)
R 51 of 221 ~ 23.08%
G 68 of 221 ~ 30.77%
B 102 of 221 ~ 46.15%

%23.08
%30.77
%46.15

CMYK color model

#334466 color CMYK value is (50,33,0,60).

  • cyan value is 50.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(50,33,0,60)
C50M33Y0K60 
(50%,33%,0%,60%)
(0.50/0.33/0.00/0.60)	

CMYK percentages

%50
%33.33
%0
%60

Codes

Color #334466 in popluar color models

334466
RGB5168102
HSL220°33.33%30.00%
HSB/HSV220°50.00%40.00%
CMYK50.00%33.33%0.00%
60.00%

Color #334466 in popluar number systems.

HEX334466
Decimal5168102
Binary11001110001001100110
Octal63104146

Shades and tints

Shades of #334466

#334466
(51,68,102)
#2F3E5D
(47,62,93)
#2B3854
(43,56,84)
#27324B
(39,50,75)
#232C42
(35,44,66)
#1F2639
(31,38,57)
#1B2030
(27,32,48)
#171A27
(23,26,39)
#13141E
(19,20,30)
#0F0E15
(15,14,21)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #334466

#334466
(51,68,102)
#455573
(69,85,115)
#576680
(87,102,128)
#69778D
(105,119,141)
#7B889A
(123,136,154)
#8D99A7
(141,153,167)
#9FAAB4
(159,170,180)
#B1BBC1
(177,187,193)
#C3CCCE
(195,204,206)
#D5DDDB
(213,221,219)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334466 color. Also use rgb(51,68,102) instead hex code.

Text Font Color

.myTextColor { color: #334466; }

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

This text font color is #334466.


Background Color

.myBgColor { background-color: #334466; }

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

This div background color is #334466.


Border color

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

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

This div border color is #334466.


Opacity

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

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

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

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

This text has shadow with #334466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334466 on black background.


Color preview on white background

This text has color #334466 on white background.



Black color preview on #334466 background

This text has black color on #334466 background.


White color preview on #334466 background

This text has white color on #334466 background.