COLOR #344444

HEX: #344444
RGB: (52,68,68)

Color info

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

RGB color model

#344444 color RGB value is (52,68,68).

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

RGB channels and saturation

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

52
68
68

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

Portions of RGB colors in percentages

R + G + B =
52 + 68 + 68 = 188 (100%)
R 52 of 188 ~ 27.66%
G 68 of 188 ~ 36.17%
B 68 of 188 ~ 36.17%

%27.66
%36.17
%36.17

CMYK color model

#344444 color CMYK value is (24,0,0,73).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(24,0,0,73)
C24M0Y0K73 
(24%,0%,0%,73%)
(0.24/0.00/0.00/0.73)	

CMYK percentages

%23.53
%0
%0
%73.33

Codes

Color #344444 in popluar color models

344444
RGB526868
HSL180°13.33%23.53%
HSB/HSV180°23.53%26.67%
CMYK23.53%0.00%0.00%
73.33%

Color #344444 in popluar number systems.

HEX344444
Decimal526868
Binary11010010001001000100
Octal64104104

Shades and tints

Shades of #344444

#344444
(52,68,68)
#303E3E
(48,62,62)
#2C3838
(44,56,56)
#283232
(40,50,50)
#242C2C
(36,44,44)
#202626
(32,38,38)
#1C2020
(28,32,32)
#181A1A
(24,26,26)
#141414
(20,20,20)
#100E0E
(16,14,14)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #344444

#344444
(52,68,68)
#465555
(70,85,85)
#586666
(88,102,102)
#6A7777
(106,119,119)
#7C8888
(124,136,136)
#8E9999
(142,153,153)
#A0AAAA
(160,170,170)
#B2BBBB
(178,187,187)
#C4CCCC
(196,204,204)
#D6DDDD
(214,221,221)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344444; }

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

This text font color is #344444.


Background Color

.myBgColor { background-color: #344444; }

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

This div background color is #344444.


Border color

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

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

This div border color is #344444.


Opacity

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

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

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

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

This text has shadow with #344444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344444 on black background.


Color preview on white background

This text has color #344444 on white background.



Black color preview on #344444 background

This text has black color on #344444 background.


White color preview on #344444 background

This text has white color on #344444 background.