COLOR #334D5F

HEX: #334D5F
RGB: (51,77,95)

Color info

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

RGB color model

#334D5F color RGB value is (51,77,95).

  • red value is 51;
  • green value is 77;
  • blue value is 95.
RGB:
(51,77,95)
(20%,30%,37%)

RGB channels and saturation

R 51 of 255 = 20%
G 77 of 255 = 30%
B 95 of 255 = 37%

51
77
95

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

Portions of RGB colors in percentages

R + G + B =
51 + 77 + 95 = 223 (100%)
R 51 of 223 ~ 22.87%
G 77 of 223 ~ 34.53%
B 95 of 223 ~ 42.6%

%22.87
%34.53
%42.6

CMYK color model

#334D5F color CMYK value is (46,19,0,63).

  • cyan value is 46.32%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(46,19,0,63)
C46M19Y0K63 
(46%,19%,0%,63%)
(0.46/0.19/0.00/0.63)	

CMYK percentages

%46.32
%18.95
%0
%62.75

Codes

Color #334D5F in popluar color models

334D5F
RGB517795
HSL205°30.14%28.63%
HSB/HSV205°46.32%37.25%
CMYK46.32%18.95%0.00%
62.75%

Color #334D5F in popluar number systems.

HEX334D5F
Decimal517795
Binary11001110011011011111
Octal63115137

Shades and tints

Shades of #334D5F

#334D5F
(51,77,95)
#2F4657
(47,70,87)
#2B3F4F
(43,63,79)
#273847
(39,56,71)
#23313F
(35,49,63)
#1F2A37
(31,42,55)
#1B232F
(27,35,47)
#171C27
(23,28,39)
#13151F
(19,21,31)
#0F0E17
(15,14,23)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #334D5F

#334D5F
(51,77,95)
#455D6D
(69,93,109)
#576D7B
(87,109,123)
#697D89
(105,125,137)
#7B8D97
(123,141,151)
#8D9DA5
(141,157,165)
#9FADB3
(159,173,179)
#B1BDC1
(177,189,193)
#C3CDCF
(195,205,207)
#D5DDDD
(213,221,221)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334D5F color. Also use rgb(51,77,95) instead hex code.

Text Font Color

.myTextColor { color: #334D5F; }

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

This text font color is #334D5F.


Background Color

.myBgColor { background-color: #334D5F; }

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

This div background color is #334D5F.


Border color

.myBorderColor { border: 1px solid #334D5F; }

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

This div border color is #334D5F.


Opacity

.myOpacity80 { color: #334D5F; opacity: 0.8; }

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

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

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

This text has shadow with #334D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334D5F on black background.


Color preview on white background

This text has color #334D5F on white background.



Black color preview on #334D5F background

This text has black color on #334D5F background.


White color preview on #334D5F background

This text has white color on #334D5F background.