COLOR #344F5D

HEX: #344F5D
RGB: (52,79,93)

Color info

#344F5D contains red, green and blue colors in about the same proportion. Web safe color of #344F5D is #336666 (or #366).

RGB color model

#344F5D color RGB value is (52,79,93).

  • red value is 52;
  • green value is 79;
  • blue value is 93.
RGB:
(52,79,93)
(20%,31%,36%)

RGB channels and saturation

R 52 of 255 = 20%
G 79 of 255 = 31%
B 93 of 255 = 36%

52
79
93

R + G + B ~ 29%. #344F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 79 + 93 = 224 (100%)
R 52 of 224 ~ 23.21%
G 79 of 224 ~ 35.27%
B 93 of 224 ~ 41.52%

%23.21
%35.27
%41.52

CMYK color model

#344F5D color CMYK value is (44,15,0,64).

  • cyan value is 44.09%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(44,15,0,64)
C44M15Y0K64 
(44%,15%,0%,64%)
(0.44/0.15/0.00/0.64)	

CMYK percentages

%44.09
%15.05
%0
%63.53

Codes

Color #344F5D in popluar color models

344F5D
RGB527993
HSL200°28.28%28.43%
HSB/HSV200°44.09%36.47%
CMYK44.09%15.05%0.00%
63.53%

Color #344F5D in popluar number systems.

HEX344F5D
Decimal527993
Binary11010010011111011101
Octal64117135

Shades and tints

Shades of #344F5D

#344F5D
(52,79,93)
#304855
(48,72,85)
#2C414D
(44,65,77)
#283A45
(40,58,69)
#24333D
(36,51,61)
#202C35
(32,44,53)
#1C252D
(28,37,45)
#181E25
(24,30,37)
#14171D
(20,23,29)
#101015
(16,16,21)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #344F5D

#344F5D
(52,79,93)
#465F6B
(70,95,107)
#586F79
(88,111,121)
#6A7F87
(106,127,135)
#7C8F95
(124,143,149)
#8E9FA3
(142,159,163)
#A0AFB1
(160,175,177)
#B2BFBF
(178,191,191)
#C4CFCD
(196,207,205)
#D6DFDB
(214,223,219)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344F5D color. Also use rgb(52,79,93) instead hex code.

Text Font Color

.myTextColor { color: #344F5D; }

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

This text font color is #344F5D.


Background Color

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

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

This div background color is #344F5D.


Border color

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

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

This div border color is #344F5D.


Opacity

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

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

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

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

This text has shadow with #344F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344F5D on black background.


Color preview on white background

This text has color #344F5D on white background.



Black color preview on #344F5D background

This text has black color on #344F5D background.


White color preview on #344F5D background

This text has white color on #344F5D background.