COLOR #344351

HEX: #344351 RGB: (52,67,81)

Color info

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

RGB color model

#344351 color RGB value is (52,67,81).

RGB: (52,67,81) (20%, 26%, 32%)

RGB channels and saturation

R 52 of 255 = 20%
G 67 of 255 = 26%
B 81 of 255 = 32%

52
67
81

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

Portions of RGB colors in percentages

R + G + B = 52 + 67 + 81 = 200 (100%)
R 52 of 200 ~ 26%
G 67 of 200 ~ 33.5%
B 81 of 200 ~ 40.5'%

%26
%33.5
%40.5

CMYK color model

#344351 color CMYK value is (36,17,0,68).

  • cyan value is 35.80%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK: (36,17,0,68) C36M17Y0K68 (36%,17%,0%,68%) (0.36/0.17/0.00/0.68) 

CMYK percentages

%35.8
%17.28
%0
%68.24

Codes

Color #344351 in popluar color models

34 43 51
RGB 52 67 81
HSL 209° 21.80% 26.08%
HSB/HSV 209° 35.80% 31.76%
CMYK 35.80% 17.28% 0.00%
68.24%

Color #344351 in popluar number systems.

HEX 34 43 51
Decimal 52 67 81
Binary 110100 1000011 1010001
Octal 64 103 121

Shades and tints

Shades of #344351

#344351
(52,67,81)
#303D4A
(48,61,74)
#2C3743
(44,55,67)
#28313C
(40,49,60)
#242B35
(36,43,53)
#20252E
(32,37,46)
#1C1F27
(28,31,39)
#181920
(24,25,32)
#141319
(20,19,25)
#100D12
(16,13,18)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #344351

#344351
(52,67,81)
#465460
(70,84,96)
#58656F
(88,101,111)
#6A767E
(106,118,126)
#7C878D
(124,135,141)
#8E989C
(142,152,156)
#A0A9AB
(160,169,171)
#B2BABA
(178,186,186)
#C4CBC9
(196,203,201)
#D6DCD8
(214,220,216)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344351 color. Also use rgb(52,67,81) instead hex code.

Text Font Color

.myTextColor { color: #344351; }

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

This text font color is #344351.

Background Color

.myBgColor { background-color: #344351; }

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

This div background color is #344351.

Border color

.myBorderColor { border: 1px solid #344351; }

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

This div border color is #344351.

Opacity

.myOpacity80 { color: #344351; opacity: 0.8; }

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

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

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

This text has shadow with #344351 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #344351.

Preview

Color preview on black background

This text has color #344351 on black background.


Color preview on white background

This text has color #344351 on white background.


Black color preview on #344351 background

This text has black color on #344351 background.


White color preview on #344351 background

This text has white color on #344351 background.


Related colors

Complementary color

Complementary color for #hex is #CBBCAE.


I love getcolorcode.com

Triadic colors

1 #513443 and #435134 with #344351 are triadic colors.

2 #514334 and #433451 with #344351 are triadic colors.