COLOR #344448

HEX: #344448
RGB: (52,68,72)

Color info

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

RGB color model

#344448 color RGB value is (52,68,72).

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

RGB channels and saturation

R 52 of 255 = 20%
G 68 of 255 = 27%
B 72 of 255 = 28%

52
68
72

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

Portions of RGB colors in percentages

R + G + B =
52 + 68 + 72 = 192 (100%)
R 52 of 192 ~ 27.08%
G 68 of 192 ~ 35.42%
B 72 of 192 ~ 37.5%

%27.08
%35.42
%37.5

CMYK color model

#344448 color CMYK value is (28,6,0,72).

  • cyan value is 27.78%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(28,6,0,72)
C28M6Y0K72 
(28%,6%,0%,72%)
(0.28/0.06/0.00/0.72)	

CMYK percentages

%27.78
%5.56
%0
%71.76

Codes

Color #344448 in popluar color models

344448
RGB526872
HSL192°16.13%24.31%
HSB/HSV192°27.78%28.24%
CMYK27.78%5.56%0.00%
71.76%

Color #344448 in popluar number systems.

HEX344448
Decimal526872
Binary11010010001001001000
Octal64104110

Shades and tints

Shades of #344448

#344448
(52,68,72)
#303E42
(48,62,66)
#2C383C
(44,56,60)
#283236
(40,50,54)
#242C30
(36,44,48)
#20262A
(32,38,42)
#1C2024
(28,32,36)
#181A1E
(24,26,30)
#141418
(20,20,24)
#100E12
(16,14,18)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #344448

#344448
(52,68,72)
#465558
(70,85,88)
#586668
(88,102,104)
#6A7778
(106,119,120)
#7C8888
(124,136,136)
#8E9998
(142,153,152)
#A0AAA8
(160,170,168)
#B2BBB8
(178,187,184)
#C4CCC8
(196,204,200)
#D6DDD8
(214,221,216)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344448; }

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

This text font color is #344448.


Background Color

.myBgColor { background-color: #344448; }

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

This div background color is #344448.


Border color

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

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

This div border color is #344448.


Opacity

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

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

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

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

This text has shadow with #344448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344448 on black background.


Color preview on white background

This text has color #344448 on white background.



Black color preview on #344448 background

This text has black color on #344448 background.


White color preview on #344448 background

This text has white color on #344448 background.