COLOR #344450

HEX: #344450
RGB: (52,68,80)

Color info

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

RGB color model

#344450 color RGB value is (52,68,80).

  • red value is 52;
  • green value is 68;
  • blue value is 80.
RGB:
(52,68,80)
(20%,27%,31%)

RGB channels and saturation

R 52 of 255 = 20%
G 68 of 255 = 27%
B 80 of 255 = 31%

52
68
80

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

Portions of RGB colors in percentages

R + G + B =
52 + 68 + 80 = 200 (100%)
R 52 of 200 ~ 26%
G 68 of 200 ~ 34%
B 80 of 200 ~ 40%

%26
%34
%40

CMYK color model

#344450 color CMYK value is (35,15,0,69).

  • cyan value is 35.00%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(35,15,0,69)
C35M15Y0K69 
(35%,15%,0%,69%)
(0.35/0.15/0.00/0.69)	

CMYK percentages

%35
%15
%0
%68.63

Codes

Color #344450 in popluar color models

344450
RGB526880
HSL206°21.21%25.88%
HSB/HSV206°35.00%31.37%
CMYK35.00%15.00%0.00%
68.63%

Color #344450 in popluar number systems.

HEX344450
Decimal526880
Binary11010010001001010000
Octal64104120

Shades and tints

Shades of #344450

#344450
(52,68,80)
#303E49
(48,62,73)
#2C3842
(44,56,66)
#28323B
(40,50,59)
#242C34
(36,44,52)
#20262D
(32,38,45)
#1C2026
(28,32,38)
#181A1F
(24,26,31)
#141418
(20,20,24)
#100E11
(16,14,17)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #344450

#344450
(52,68,80)
#46555F
(70,85,95)
#58666E
(88,102,110)
#6A777D
(106,119,125)
#7C888C
(124,136,140)
#8E999B
(142,153,155)
#A0AAAA
(160,170,170)
#B2BBB9
(178,187,185)
#C4CCC8
(196,204,200)
#D6DDD7
(214,221,215)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344450; }

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

This text font color is #344450.


Background Color

.myBgColor { background-color: #344450; }

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

This div background color is #344450.


Border color

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

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

This div border color is #344450.


Opacity

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

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

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

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

This text has shadow with #344450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344450 on black background.


Color preview on white background

This text has color #344450 on white background.



Black color preview on #344450 background

This text has black color on #344450 background.


White color preview on #344450 background

This text has white color on #344450 background.