COLOR #334668

HEX: #334668
RGB: (51,70,104)

Color info

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

RGB color model

#334668 color RGB value is (51,70,104).

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

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 104 of 255 = 41%

51
70
104

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

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 104 = 225 (100%)
R 51 of 225 ~ 22.67%
G 70 of 225 ~ 31.11%
B 104 of 225 ~ 46.22%

%22.67
%31.11
%46.22

CMYK color model

#334668 color CMYK value is (51,33,0,59).

  • cyan value is 50.96%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(51,33,0,59)
C51M33Y0K59 
(51%,33%,0%,59%)
(0.51/0.33/0.00/0.59)	

CMYK percentages

%50.96
%32.69
%0
%59.22

Codes

Color #334668 in popluar color models

334668
RGB5170104
HSL218°34.19%30.39%
HSB/HSV218°50.96%40.78%
CMYK50.96%32.69%0.00%
59.22%

Color #334668 in popluar number systems.

HEX334668
Decimal5170104
Binary11001110001101101000
Octal63106150

Shades and tints

Shades of #334668

#334668
(51,70,104)
#2F405F
(47,64,95)
#2B3A56
(43,58,86)
#27344D
(39,52,77)
#232E44
(35,46,68)
#1F283B
(31,40,59)
#1B2232
(27,34,50)
#171C29
(23,28,41)
#131620
(19,22,32)
#0F1017
(15,16,23)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #334668

#334668
(51,70,104)
#455675
(69,86,117)
#576682
(87,102,130)
#69768F
(105,118,143)
#7B869C
(123,134,156)
#8D96A9
(141,150,169)
#9FA6B6
(159,166,182)
#B1B6C3
(177,182,195)
#C3C6D0
(195,198,208)
#D5D6DD
(213,214,221)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334668; }

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

This text font color is #334668.


Background Color

.myBgColor { background-color: #334668; }

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

This div background color is #334668.


Border color

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

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

This div border color is #334668.


Opacity

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

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

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

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

This text has shadow with #334668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334668 on black background.


Color preview on white background

This text has color #334668 on white background.



Black color preview on #334668 background

This text has black color on #334668 background.


White color preview on #334668 background

This text has white color on #334668 background.