COLOR #334444

HEX: #334444 RGB: (51,68,68)

Color info

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

RGB color model

#334444 color RGB value is (51,68,68).

RGB: (51,68,68) (20%, 27%, 27%)

RGB channels and saturation

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

51
68
68

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

Portions of RGB colors in percentages

R + G + B = 51 + 68 + 68 = 187 (100%)
R 51 of 187 ~ 27.27%
G 68 of 187 ~ 36.36%
B 68 of 187 ~ 36.36'%

%27.27
%36.36
%36.36

CMYK color model

#334444 color CMYK value is (25,0,0,73).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (25,0,0,73)
C25M0Y0K73 (25%, 0%, 0%, 73%)
(0.25 / 0.00 / 0.00 / 0.73)

CMYK percentages

%25
%0
%0
%73.33

Codes

Color #334444 in popluar color models

33 44 44
RGB 51 68 68
HSL 180° 14.29% 23.33%
HSB/HSV 180° 25.00% 26.67%
CMYK 25.00% 0.00% 0.00%
73.33%

Color #334444 in popluar number systems.

HEX 33 44 44
Decimal 51 68 68
Binary 110011 1000100 1000100
Octal 63 104 104

Shades and tints

Shades of #334444

#334444
(51,68,68)
#2F3E3E
(47,62,62)
#2B3838
(43,56,56)
#273232
(39,50,50)
#232C2C
(35,44,44)
#1F2626
(31,38,38)
#1B2020
(27,32,32)
#171A1A
(23,26,26)
#131414
(19,20,20)
#0F0E0E
(15,14,14)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #334444

#334444
(51,68,68)
#455555
(69,85,85)
#576666
(87,102,102)
#697777
(105,119,119)
#7B8888
(123,136,136)
#8D9999
(141,153,153)
#9FAAAA
(159,170,170)
#B1BBBB
(177,187,187)
#C3CCCC
(195,204,204)
#D5DDDD
(213,221,221)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334444; }

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

This text font color is #334444.

Background Color

.myBgColor { background-color: #334444; }

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

This div background color is #334444.

Border color

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

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

This div border color is #334444.

Opacity

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

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

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

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

This text has shadow with #334444 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334444.

Preview

Color preview on black background

This text has color #334444 on black background.


Color preview on white background

This text has color #334444 on white background.


Black color preview on #334444 background

This text has black color on #334444 background.


White color preview on #334444 background

This text has white color on #334444 background.


Related colors

Complementary color

Complementary color for #hex is #CCBBBB.


I love getcolorcode.com