COLOR #344A4D

HEX: #344A4D
RGB: (52,74,77)

Color info

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

RGB color model

#344A4D color RGB value is (52,74,77).

  • red value is 52;
  • green value is 74;
  • blue value is 77.
RGB:
(52,74,77)
(20%,29%,30%)

RGB channels and saturation

R 52 of 255 = 20%
G 74 of 255 = 29%
B 77 of 255 = 30%

52
74
77

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

Portions of RGB colors in percentages

R + G + B =
52 + 74 + 77 = 203 (100%)
R 52 of 203 ~ 25.62%
G 74 of 203 ~ 36.45%
B 77 of 203 ~ 37.93%

%25.62
%36.45
%37.93

CMYK color model

#344A4D color CMYK value is (32,4,0,70).

  • cyan value is 32.47%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(32,4,0,70)
C32M4Y0K70 
(32%,4%,0%,70%)
(0.32/0.04/0.00/0.70)	

CMYK percentages

%32.47
%3.9
%0
%69.8

Codes

Color #344A4D in popluar color models

344A4D
RGB527477
HSL187°19.38%25.29%
HSB/HSV187°32.47%30.20%
CMYK32.47%3.90%0.00%
69.80%

Color #344A4D in popluar number systems.

HEX344A4D
Decimal527477
Binary11010010010101001101
Octal64112115

Shades and tints

Shades of #344A4D

#344A4D
(52,74,77)
#304446
(48,68,70)
#2C3E3F
(44,62,63)
#283838
(40,56,56)
#243231
(36,50,49)
#202C2A
(32,44,42)
#1C2623
(28,38,35)
#18201C
(24,32,28)
#141A15
(20,26,21)
#10140E
(16,20,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #344A4D

#344A4D
(52,74,77)
#465A5D
(70,90,93)
#586A6D
(88,106,109)
#6A7A7D
(106,122,125)
#7C8A8D
(124,138,141)
#8E9A9D
(142,154,157)
#A0AAAD
(160,170,173)
#B2BABD
(178,186,189)
#C4CACD
(196,202,205)
#D6DADD
(214,218,221)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344A4D; }

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

This text font color is #344A4D.


Background Color

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

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

This div background color is #344A4D.


Border color

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

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

This div border color is #344A4D.


Opacity

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

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

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

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

This text has shadow with #344A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344A4D on black background.


Color preview on white background

This text has color #344A4D on white background.



Black color preview on #344A4D background

This text has black color on #344A4D background.


White color preview on #344A4D background

This text has white color on #344A4D background.