COLOR #334D4F

HEX: #334D4F RGB: (51,77,79)

Color info

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

RGB color model

#334D4F color RGB value is (51,77,79).

RGB: (51,77,79) (20%, 30%, 31%)

RGB channels and saturation

R 51 of 255 = 20%
G 77 of 255 = 30%
B 79 of 255 = 31%

51
77
79

R + G + B ~ 27%. #334D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 77 + 79 = 207 (100%)
R 51 of 207 ~ 24.64%
G 77 of 207 ~ 37.2%
B 79 of 207 ~ 38.16'%

%24.64
%37.2
%38.16

CMYK color model

#334D4F color CMYK value is (35,3,0,69).

  • cyan value is 35.44%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (35,3,0,69)
C35M3Y0K69 (35%, 3%, 0%, 69%)
(0.35 / 0.03 / 0.00 / 0.69)

CMYK percentages

%35.44
%2.53
%0
%69.02

Codes

Color #334D4F in popluar color models

33 4D 4F
RGB 51 77 79
HSL 184° 21.54% 25.49%
HSB/HSV 184° 35.44% 30.98%
CMYK 35.44% 2.53% 0.00%
69.02%

Color #334D4F in popluar number systems.

HEX 33 4D 4F
Decimal 51 77 79
Binary 110011 1001101 1001111
Octal 63 115 117

Shades and tints

Shades of #334D4F

#334D4F
(51,77,79)
#2F4648
(47,70,72)
#2B3F41
(43,63,65)
#27383A
(39,56,58)
#233133
(35,49,51)
#1F2A2C
(31,42,44)
#1B2325
(27,35,37)
#171C1E
(23,28,30)
#131517
(19,21,23)
#0F0E10
(15,14,16)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #334D4F

#334D4F
(51,77,79)
#455D5F
(69,93,95)
#576D6F
(87,109,111)
#697D7F
(105,125,127)
#7B8D8F
(123,141,143)
#8D9D9F
(141,157,159)
#9FADAF
(159,173,175)
#B1BDBF
(177,189,191)
#C3CDCF
(195,205,207)
#D5DDDF
(213,221,223)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334D4F; }

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

This text font color is #334D4F.

Background Color

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

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

This div background color is #334D4F.

Border color

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

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

This div border color is #334D4F.

Opacity

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

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

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

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

This text has shadow with #334D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334D4F.

Preview

Color preview on black background

This text has color #334D4F on black background.


Color preview on white background

This text has color #334D4F on white background.


Black color preview on #334D4F background

This text has black color on #334D4F background.


White color preview on #334D4F background

This text has white color on #334D4F background.


Related colors

Complementary color

Complementary color for #hex is #CCB2B0.


I love getcolorcode.com

Triadic colors

1 #4F334D and #4D4F33 with #334D4F are triadic colors.

2 #4F4D33 and #4D334F with #334D4F are triadic colors.