COLOR #344D44

HEX: #344D44 RGB: (52,77,68)

Color info

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

RGB color model

#344D44 color RGB value is (52,77,68).

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

RGB channels and saturation

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

52
77
68

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

Portions of RGB colors in percentages

R + G + B = 52 + 77 + 68 = 197 (100%)
R 52 of 197 ~ 26.4%
G 77 of 197 ~ 39.09%
B 68 of 197 ~ 34.52'%

%26.4
%39.09
%34.52

CMYK color model

#344D44 color CMYK value is (32,0,12,70).

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

CMYK: (32,0,12,70)
C32M0Y12K70 (32%, 0%, 12%, 70%)
(0.32 / 0.00 / 0.12 / 0.70)

CMYK percentages

%32.47
%0
%11.69
%69.8

Codes

Color #344D44 in popluar color models

34 4D 44
RGB 52 77 68
HSL 158° 19.38% 25.29%
HSB/HSV 158° 32.47% 30.20%
CMYK 32.47% 0.00% 11.69%
69.80%

Color #344D44 in popluar number systems.

HEX 34 4D 44
Decimal 52 77 68
Binary 110100 1001101 1000100
Octal 64 115 104

Shades and tints

Shades of #344D44

#344D44
(52,77,68)
#30463E
(48,70,62)
#2C3F38
(44,63,56)
#283832
(40,56,50)
#24312C
(36,49,44)
#202A26
(32,42,38)
#1C2320
(28,35,32)
#181C1A
(24,28,26)
#141514
(20,21,20)
#100E0E
(16,14,14)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #344D44

#344D44
(52,77,68)
#465D55
(70,93,85)
#586D66
(88,109,102)
#6A7D77
(106,125,119)
#7C8D88
(124,141,136)
#8E9D99
(142,157,153)
#A0ADAA
(160,173,170)
#B2BDBB
(178,189,187)
#C4CDCC
(196,205,204)
#D6DDDD
(214,221,221)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344D44; }

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

This text font color is #344D44.

Background Color

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

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

This div background color is #344D44.

Border color

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

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

This div border color is #344D44.

Opacity

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

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

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

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

This text has shadow with #344D44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #344D44.

Preview

Color preview on black background

This text has color #344D44 on black background.


Color preview on white background

This text has color #344D44 on white background.


Black color preview on #344D44 background

This text has black color on #344D44 background.


White color preview on #344D44 background

This text has white color on #344D44 background.


Related colors

Complementary color

Complementary color for #hex is #CBB2BB.


I love getcolorcode.com

Triadic colors

1 #44344D and #4D4434 with #344D44 are triadic colors.

2 #444D34 and #4D3444 with #344D44 are triadic colors.