COLOR #344552

HEX: #344552
RGB: (52,69,82)

Color info

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

RGB color model

#344552 color RGB value is (52,69,82).

  • red value is 52;
  • green value is 69;
  • blue value is 82.
RGB:
(52,69,82)
(20%,27%,32%)

RGB channels and saturation

R 52 of 255 = 20%
G 69 of 255 = 27%
B 82 of 255 = 32%

52
69
82

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

Portions of RGB colors in percentages

R + G + B =
52 + 69 + 82 = 203 (100%)
R 52 of 203 ~ 25.62%
G 69 of 203 ~ 33.99%
B 82 of 203 ~ 40.39%

%25.62
%33.99
%40.39

CMYK color model

#344552 color CMYK value is (37,16,0,68).

  • cyan value is 36.59%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(37,16,0,68)
C37M16Y0K68 
(37%,16%,0%,68%)
(0.37/0.16/0.00/0.68)	

CMYK percentages

%36.59
%15.85
%0
%67.84

Codes

Color #344552 in popluar color models

344552
RGB526982
HSL206°22.39%26.27%
HSB/HSV206°36.59%32.16%
CMYK36.59%15.85%0.00%
67.84%

Color #344552 in popluar number systems.

HEX344552
Decimal526982
Binary11010010001011010010
Octal64105122

Shades and tints

Shades of #344552

#344552
(52,69,82)
#303F4B
(48,63,75)
#2C3944
(44,57,68)
#28333D
(40,51,61)
#242D36
(36,45,54)
#20272F
(32,39,47)
#1C2128
(28,33,40)
#181B21
(24,27,33)
#14151A
(20,21,26)
#100F13
(16,15,19)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #344552

#344552
(52,69,82)
#465561
(70,85,97)
#586570
(88,101,112)
#6A757F
(106,117,127)
#7C858E
(124,133,142)
#8E959D
(142,149,157)
#A0A5AC
(160,165,172)
#B2B5BB
(178,181,187)
#C4C5CA
(196,197,202)
#D6D5D9
(214,213,217)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344552 color. Also use rgb(52,69,82) instead hex code.

Text Font Color

.myTextColor { color: #344552; }

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

This text font color is #344552.


Background Color

.myBgColor { background-color: #344552; }

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

This div background color is #344552.


Border color

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

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

This div border color is #344552.


Opacity

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

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

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

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

This text has shadow with #344552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344552 on black background.


Color preview on white background

This text has color #344552 on white background.



Black color preview on #344552 background

This text has black color on #344552 background.


White color preview on #344552 background

This text has white color on #344552 background.