COLOR #344F48

HEX: #344F48
RGB: (52,79,72)

Color info

#344F48 contains red, green and blue colors in about the same proportion. Web safe color of #344F48 is #336633 (or #363).

RGB color model

#344F48 color RGB value is (52,79,72).

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

RGB channels and saturation

R 52 of 255 = 20%
G 79 of 255 = 31%
B 72 of 255 = 28%

52
79
72

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

Portions of RGB colors in percentages

R + G + B =
52 + 79 + 72 = 203 (100%)
R 52 of 203 ~ 25.62%
G 79 of 203 ~ 38.92%
B 72 of 203 ~ 35.47%

%25.62
%38.92
%35.47

CMYK color model

#344F48 color CMYK value is (34,0,9,69).

  • cyan value is 34.18%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 69.02%
CMYK:
(34,0,9,69)
C34M0Y9K69 
(34%,0%,9%,69%)
(0.34/0.00/0.09/0.69)	

CMYK percentages

%34.18
%0
%8.86
%69.02

Codes

Color #344F48 in popluar color models

344F48
RGB527972
HSL164°20.61%25.69%
HSB/HSV164°34.18%30.98%
CMYK34.18%0.00%8.86%
69.02%

Color #344F48 in popluar number systems.

HEX344F48
Decimal527972
Binary11010010011111001000
Octal64117110

Shades and tints

Shades of #344F48

#344F48
(52,79,72)
#304842
(48,72,66)
#2C413C
(44,65,60)
#283A36
(40,58,54)
#243330
(36,51,48)
#202C2A
(32,44,42)
#1C2524
(28,37,36)
#181E1E
(24,30,30)
#141718
(20,23,24)
#101012
(16,16,18)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #344F48

#344F48
(52,79,72)
#465F58
(70,95,88)
#586F68
(88,111,104)
#6A7F78
(106,127,120)
#7C8F88
(124,143,136)
#8E9F98
(142,159,152)
#A0AFA8
(160,175,168)
#B2BFB8
(178,191,184)
#C4CFC8
(196,207,200)
#D6DFD8
(214,223,216)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344F48; }

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

This text font color is #344F48.


Background Color

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

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

This div background color is #344F48.


Border color

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

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

This div border color is #344F48.


Opacity

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

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

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

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

This text has shadow with #344F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344F48 on black background.


Color preview on white background

This text has color #344F48 on white background.



Black color preview on #344F48 background

This text has black color on #344F48 background.


White color preview on #344F48 background

This text has white color on #344F48 background.