COLOR #344551

HEX: #344551
RGB: (52,69,81)

Color info

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

RGB color model

#344551 color RGB value is (52,69,81).

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

RGB channels and saturation

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

52
69
81

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

Portions of RGB colors in percentages

R + G + B =
52 + 69 + 81 = 202 (100%)
R 52 of 202 ~ 25.74%
G 69 of 202 ~ 34.16%
B 81 of 202 ~ 40.1%

%25.74
%34.16
%40.1

CMYK color model

#344551 color CMYK value is (36,15,0,68).

  • cyan value is 35.80%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(36,15,0,68)
C36M15Y0K68 
(36%,15%,0%,68%)
(0.36/0.15/0.00/0.68)	

CMYK percentages

%35.8
%14.81
%0
%68.24

Codes

Color #344551 in popluar color models

344551
RGB526981
HSL205°21.80%26.08%
HSB/HSV205°35.80%31.76%
CMYK35.80%14.81%0.00%
68.24%

Color #344551 in popluar number systems.

HEX344551
Decimal526981
Binary11010010001011010001
Octal64105121

Shades and tints

Shades of #344551

#344551
(52,69,81)
#303F4A
(48,63,74)
#2C3943
(44,57,67)
#28333C
(40,51,60)
#242D35
(36,45,53)
#20272E
(32,39,46)
#1C2127
(28,33,39)
#181B20
(24,27,32)
#141519
(20,21,25)
#100F12
(16,15,18)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #344551

#344551
(52,69,81)
#465560
(70,85,96)
#58656F
(88,101,111)
#6A757E
(106,117,126)
#7C858D
(124,133,141)
#8E959C
(142,149,156)
#A0A5AB
(160,165,171)
#B2B5BA
(178,181,186)
#C4C5C9
(196,197,201)
#D6D5D8
(214,213,216)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344551; }

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

This text font color is #344551.


Background Color

.myBgColor { background-color: #344551; }

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

This div background color is #344551.


Border color

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

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

This div border color is #344551.


Opacity

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

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

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

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

This text has shadow with #344551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344551 on black background.


Color preview on white background

This text has color #344551 on white background.



Black color preview on #344551 background

This text has black color on #344551 background.


White color preview on #344551 background

This text has white color on #344551 background.