COLOR #334550

HEX: #334550 RGB: (51,69,80)

Color info

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

RGB color model

#334550 color RGB value is (51,69,80).

RGB: (51,69,80) (20%, 27%, 31%)

RGB channels and saturation

R 51 of 255 = 20%
G 69 of 255 = 27%
B 80 of 255 = 31%

51
69
80

R + G + B ~ 26%. #334550 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 69 + 80 = 200 (100%)
R 51 of 200 ~ 25.5%
G 69 of 200 ~ 34.5%
B 80 of 200 ~ 40'%

%25.5
%34.5
%40

CMYK color model

#334550 color CMYK value is (36,14,0,69).

  • cyan value is 36.25%
  • magenta value is 13.75%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (36,14,0,69)
C36M14Y0K69 (36%, 14%, 0%, 69%)
(0.36 / 0.14 / 0.00 / 0.69)

CMYK percentages

%36.25
%13.75
%0
%68.63

Codes

Color #334550 in popluar color models

33 45 50
RGB 51 69 80
HSL 203° 22.14% 25.69%
HSB/HSV 203° 36.25% 31.37%
CMYK 36.25% 13.75% 0.00%
68.63%

Color #334550 in popluar number systems.

HEX 33 45 50
Decimal 51 69 80
Binary 110011 1000101 1010000
Octal 63 105 120

Shades and tints

Shades of #334550

#334550
(51,69,80)
#2F3F49
(47,63,73)
#2B3942
(43,57,66)
#27333B
(39,51,59)
#232D34
(35,45,52)
#1F272D
(31,39,45)
#1B2126
(27,33,38)
#171B1F
(23,27,31)
#131518
(19,21,24)
#0F0F11
(15,15,17)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #334550

#334550
(51,69,80)
#45555F
(69,85,95)
#57656E
(87,101,110)
#69757D
(105,117,125)
#7B858C
(123,133,140)
#8D959B
(141,149,155)
#9FA5AA
(159,165,170)
#B1B5B9
(177,181,185)
#C3C5C8
(195,197,200)
#D5D5D7
(213,213,215)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334550 color. Also use rgb(51,69,80) instead hex code.

Text Font Color

.myTextColor { color: #334550; }

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

This text font color is #334550.

Background Color

.myBgColor { background-color: #334550; }

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

This div background color is #334550.

Border color

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

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

This div border color is #334550.

Opacity

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

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

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

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

This text has shadow with #334550 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334550.

Preview

Color preview on black background

This text has color #334550 on black background.


Color preview on white background

This text has color #334550 on white background.


Black color preview on #334550 background

This text has black color on #334550 background.


White color preview on #334550 background

This text has white color on #334550 background.


Related colors

Complementary color

Complementary color for #hex is #CCBAAF.


I love getcolorcode.com

Triadic colors

1 #503345 and #455033 with #334550 are triadic colors.

2 #504533 and #453350 with #334550 are triadic colors.