COLOR #334366

HEX: #334366
RGB: (51,67,102)

Color info

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

RGB color model

#334366 color RGB value is (51,67,102).

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

RGB channels and saturation

R 51 of 255 = 20%
G 67 of 255 = 26%
B 102 of 255 = 40%

51
67
102

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

Portions of RGB colors in percentages

R + G + B =
51 + 67 + 102 = 220 (100%)
R 51 of 220 ~ 23.18%
G 67 of 220 ~ 30.45%
B 102 of 220 ~ 46.36%

%23.18
%30.45
%46.36

CMYK color model

#334366 color CMYK value is (50,34,0,60).

  • cyan value is 50.00%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(50,34,0,60)
C50M34Y0K60 
(50%,34%,0%,60%)
(0.50/0.34/0.00/0.60)	

CMYK percentages

%50
%34.31
%0
%60

Codes

Color #334366 in popluar color models

334366
RGB5167102
HSL221°33.33%30.00%
HSB/HSV221°50.00%40.00%
CMYK50.00%34.31%0.00%
60.00%

Color #334366 in popluar number systems.

HEX334366
Decimal5167102
Binary11001110000111100110
Octal63103146

Shades and tints

Shades of #334366

#334366
(51,67,102)
#2F3D5D
(47,61,93)
#2B3754
(43,55,84)
#27314B
(39,49,75)
#232B42
(35,43,66)
#1F2539
(31,37,57)
#1B1F30
(27,31,48)
#171927
(23,25,39)
#13131E
(19,19,30)
#0F0D15
(15,13,21)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #334366

#334366
(51,67,102)
#455473
(69,84,115)
#576580
(87,101,128)
#69768D
(105,118,141)
#7B879A
(123,135,154)
#8D98A7
(141,152,167)
#9FA9B4
(159,169,180)
#B1BAC1
(177,186,193)
#C3CBCE
(195,203,206)
#D5DCDB
(213,220,219)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334366; }

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

This text font color is #334366.


Background Color

.myBgColor { background-color: #334366; }

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

This div background color is #334366.


Border color

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

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

This div border color is #334366.


Opacity

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

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

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

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

This text has shadow with #334366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334366 on black background.


Color preview on white background

This text has color #334366 on white background.



Black color preview on #334366 background

This text has black color on #334366 background.


White color preview on #334366 background

This text has white color on #334366 background.