COLOR #334D51

HEX: #334D51 RGB: (51,77,81)

Color info

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

RGB color model

#334D51 color RGB value is (51,77,81).

RGB: (51,77,81) (20%, 30%, 32%)

RGB channels and saturation

R 51 of 255 = 20%
G 77 of 255 = 30%
B 81 of 255 = 32%

51
77
81

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

Portions of RGB colors in percentages

R + G + B = 51 + 77 + 81 = 209 (100%)
R 51 of 209 ~ 24.4%
G 77 of 209 ~ 36.84%
B 81 of 209 ~ 38.76'%

%24.4
%36.84
%38.76

CMYK color model

#334D51 color CMYK value is (37,5,0,68).

  • cyan value is 37.04%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK: (37,5,0,68) C37M5Y0K68 (37%,5%,0%,68%) (0.37/0.05/0.00/0.68) 

CMYK percentages

%37.04
%4.94
%0
%68.24

Codes

Color #334D51 in popluar color models

33 4D 51
RGB 51 77 81
HSL 188° 22.73% 25.88%
HSB/HSV 188° 37.04% 31.76%
CMYK 37.04% 4.94% 0.00%
68.24%

Color #334D51 in popluar number systems.

HEX 33 4D 51
Decimal 51 77 81
Binary 110011 1001101 1010001
Octal 63 115 121

Shades and tints

Shades of #334D51

#334D51
(51,77,81)
#2F464A
(47,70,74)
#2B3F43
(43,63,67)
#27383C
(39,56,60)
#233135
(35,49,53)
#1F2A2E
(31,42,46)
#1B2327
(27,35,39)
#171C20
(23,28,32)
#131519
(19,21,25)
#0F0E12
(15,14,18)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #334D51

#334D51
(51,77,81)
#455D60
(69,93,96)
#576D6F
(87,109,111)
#697D7E
(105,125,126)
#7B8D8D
(123,141,141)
#8D9D9C
(141,157,156)
#9FADAB
(159,173,171)
#B1BDBA
(177,189,186)
#C3CDC9
(195,205,201)
#D5DDD8
(213,221,216)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334D51; }

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

This text font color is #334D51.

Background Color

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

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

This div background color is #334D51.

Border color

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

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

This div border color is #334D51.

Opacity

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

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

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

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

This text has shadow with #334D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334D51.

Preview

Color preview on black background

This text has color #334D51 on black background.


Color preview on white background

This text has color #334D51 on white background.


Black color preview on #334D51 background

This text has black color on #334D51 background.


White color preview on #334D51 background

This text has white color on #334D51 background.


Related colors

Complementary color

Complementary color for #hex is #CCB2AE.


I love getcolorcode.com

Triadic colors

1 #51334D and #4D5133 with #334D51 are triadic colors.

2 #514D33 and #4D3351 with #334D51 are triadic colors.