COLOR #334866

HEX: #334866
RGB: (51,72,102)

Color info

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

RGB color model

#334866 color RGB value is (51,72,102).

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

RGB channels and saturation

R 51 of 255 = 20%
G 72 of 255 = 28%
B 102 of 255 = 40%

51
72
102

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

Portions of RGB colors in percentages

R + G + B =
51 + 72 + 102 = 225 (100%)
R 51 of 225 ~ 22.67%
G 72 of 225 ~ 32%
B 102 of 225 ~ 45.33%

%22.67
%32
%45.33

CMYK color model

#334866 color CMYK value is (50,29,0,60).

  • cyan value is 50.00%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(50,29,0,60)
C50M29Y0K60 
(50%,29%,0%,60%)
(0.50/0.29/0.00/0.60)	

CMYK percentages

%50
%29.41
%0
%60

Codes

Color #334866 in popluar color models

334866
RGB5172102
HSL215°33.33%30.00%
HSB/HSV215°50.00%40.00%
CMYK50.00%29.41%0.00%
60.00%

Color #334866 in popluar number systems.

HEX334866
Decimal5172102
Binary11001110010001100110
Octal63110146

Shades and tints

Shades of #334866

#334866
(51,72,102)
#2F425D
(47,66,93)
#2B3C54
(43,60,84)
#27364B
(39,54,75)
#233042
(35,48,66)
#1F2A39
(31,42,57)
#1B2430
(27,36,48)
#171E27
(23,30,39)
#13181E
(19,24,30)
#0F1215
(15,18,21)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #334866

#334866
(51,72,102)
#455873
(69,88,115)
#576880
(87,104,128)
#69788D
(105,120,141)
#7B889A
(123,136,154)
#8D98A7
(141,152,167)
#9FA8B4
(159,168,180)
#B1B8C1
(177,184,193)
#C3C8CE
(195,200,206)
#D5D8DB
(213,216,219)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334866; }

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

This text font color is #334866.


Background Color

.myBgColor { background-color: #334866; }

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

This div background color is #334866.


Border color

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

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

This div border color is #334866.


Opacity

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

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

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

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

This text has shadow with #334866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334866 on black background.


Color preview on white background

This text has color #334866 on white background.



Black color preview on #334866 background

This text has black color on #334866 background.


White color preview on #334866 background

This text has white color on #334866 background.