COLOR #344248

HEX: #344248
RGB: (52,66,72)

Color info

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

RGB color model

#344248 color RGB value is (52,66,72).

  • red value is 52;
  • green value is 66;
  • blue value is 72.
RGB:
(52,66,72)
(20%,26%,28%)

RGB channels and saturation

R 52 of 255 = 20%
G 66 of 255 = 26%
B 72 of 255 = 28%

52
66
72

R + G + B ~ 25%. #344248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 66 + 72 = 190 (100%)
R 52 of 190 ~ 27.37%
G 66 of 190 ~ 34.74%
B 72 of 190 ~ 37.89%

%27.37
%34.74
%37.89

CMYK color model

#344248 color CMYK value is (28,8,0,72).

  • cyan value is 27.78%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(28,8,0,72)
C28M8Y0K72 
(28%,8%,0%,72%)
(0.28/0.08/0.00/0.72)	

CMYK percentages

%27.78
%8.33
%0
%71.76

Codes

Color #344248 in popluar color models

344248
RGB526672
HSL198°16.13%24.31%
HSB/HSV198°27.78%28.24%
CMYK27.78%8.33%0.00%
71.76%

Color #344248 in popluar number systems.

HEX344248
Decimal526672
Binary11010010000101001000
Octal64102110

Shades and tints

Shades of #344248

#344248
(52,66,72)
#303C42
(48,60,66)
#2C363C
(44,54,60)
#283036
(40,48,54)
#242A30
(36,42,48)
#20242A
(32,36,42)
#1C1E24
(28,30,36)
#18181E
(24,24,30)
#141218
(20,18,24)
#100C12
(16,12,18)
#0C060C
(12,6,12)
#000000
(0,0,0)

Tints of #344248

#344248
(52,66,72)
#465358
(70,83,88)
#586468
(88,100,104)
#6A7578
(106,117,120)
#7C8688
(124,134,136)
#8E9798
(142,151,152)
#A0A8A8
(160,168,168)
#B2B9B8
(178,185,184)
#C4CAC8
(196,202,200)
#D6DBD8
(214,219,216)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344248 color. Also use rgb(52,66,72) instead hex code.

Text Font Color

.myTextColor { color: #344248; }

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

This text font color is #344248.


Background Color

.myBgColor { background-color: #344248; }

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

This div background color is #344248.


Border color

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

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

This div border color is #344248.


Opacity

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

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

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

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

This text has shadow with #344248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344248 on black background.


Color preview on white background

This text has color #344248 on white background.



Black color preview on #344248 background

This text has black color on #344248 background.


White color preview on #344248 background

This text has white color on #344248 background.