COLOR #334D44

HEX: #334D44 RGB: (51,77,68)

Color info

#334D44 contains red, green and blue colors in about the same proportion. Web safe color of #334D44 is #333333 (or #333).

RGB color model

#334D44 color RGB value is (51,77,68).

RGB: (51,77,68) (20%, 30%, 27%)

RGB channels and saturation

R 51 of 255 = 20%
G 77 of 255 = 30%
B 68 of 255 = 27%

51
77
68

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

Portions of RGB colors in percentages

R + G + B = 51 + 77 + 68 = 196 (100%)
R 51 of 196 ~ 26.02%
G 77 of 196 ~ 39.29%
B 68 of 196 ~ 34.69'%

%26.02
%39.29
%34.69

CMYK color model

#334D44 color CMYK value is (34,0,12,70).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 69.80%

CMYK: (34,0,12,70)
C34M0Y12K70 (34%, 0%, 12%, 70%)
(0.34 / 0.00 / 0.12 / 0.70)

CMYK percentages

%33.77
%0
%11.69
%69.8

Codes

Color #334D44 in popluar color models

33 4D 44
RGB 51 77 68
HSL 159° 20.31% 25.10%
HSB/HSV 159° 33.77% 30.20%
CMYK 33.77% 0.00% 11.69%
69.80%

Color #334D44 in popluar number systems.

HEX 33 4D 44
Decimal 51 77 68
Binary 110011 1001101 1000100
Octal 63 115 104

Shades and tints

Shades of #334D44

#334D44
(51,77,68)
#2F463E
(47,70,62)
#2B3F38
(43,63,56)
#273832
(39,56,50)
#23312C
(35,49,44)
#1F2A26
(31,42,38)
#1B2320
(27,35,32)
#171C1A
(23,28,26)
#131514
(19,21,20)
#0F0E0E
(15,14,14)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #334D44

#334D44
(51,77,68)
#455D55
(69,93,85)
#576D66
(87,109,102)
#697D77
(105,125,119)
#7B8D88
(123,141,136)
#8D9D99
(141,157,153)
#9FADAA
(159,173,170)
#B1BDBB
(177,189,187)
#C3CDCC
(195,205,204)
#D5DDDD
(213,221,221)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334D44; }

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

This text font color is #334D44.

Background Color

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

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

This div background color is #334D44.

Border color

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

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

This div border color is #334D44.

Opacity

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

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

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

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

This text has shadow with #334D44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334D44.

Preview

Color preview on black background

This text has color #334D44 on black background.


Color preview on white background

This text has color #334D44 on white background.


Black color preview on #334D44 background

This text has black color on #334D44 background.


White color preview on #334D44 background

This text has white color on #334D44 background.


Related colors

Complementary color

Complementary color for #hex is #CCB2BB.


I love getcolorcode.com

Triadic colors

1 #44334D and #4D4433 with #334D44 are triadic colors.

2 #444D33 and #4D3344 with #334D44 are triadic colors.