COLOR #334044

HEX: #334044 RGB: (51,64,68)

Color info

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

RGB color model

#334044 color RGB value is (51,64,68).

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

RGB channels and saturation

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

51
64
68

R + G + B ~ 24%. #334044 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 64 + 68 = 183 (100%)
R 51 of 183 ~ 27.87%
G 64 of 183 ~ 34.97%
B 68 of 183 ~ 37.16'%

%27.87
%34.97
%37.16

CMYK color model

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

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

CMYK: (25,6,0,73)
C25M6Y0K73 (25%, 6%, 0%, 73%)
(0.25 / 0.06 / 0.00 / 0.73)

CMYK percentages

%25
%5.88
%0
%73.33

Codes

Color #334044 in popluar color models

33 40 44
RGB 51 64 68
HSL 194° 14.29% 23.33%
HSB/HSV 194° 25.00% 26.67%
CMYK 25.00% 5.88% 0.00%
73.33%

Color #334044 in popluar number systems.

HEX 33 40 44
Decimal 51 64 68
Binary 110011 1000000 1000100
Octal 63 100 104

Shades and tints

Shades of #334044

#334044
(51,64,68)
#2F3B3E
(47,59,62)
#2B3638
(43,54,56)
#273132
(39,49,50)
#232C2C
(35,44,44)
#1F2726
(31,39,38)
#1B2220
(27,34,32)
#171D1A
(23,29,26)
#131814
(19,24,20)
#0F130E
(15,19,14)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #334044

#334044
(51,64,68)
#455155
(69,81,85)
#576266
(87,98,102)
#697377
(105,115,119)
#7B8488
(123,132,136)
#8D9599
(141,149,153)
#9FA6AA
(159,166,170)
#B1B7BB
(177,183,187)
#C3C8CC
(195,200,204)
#D5D9DD
(213,217,221)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334044; }

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

This text font color is #334044.

Background Color

.myBgColor { background-color: #334044; }

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

This div background color is #334044.

Border color

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

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

This div border color is #334044.

Opacity

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

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

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

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

This text has shadow with #334044 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334044.

Preview

Color preview on black background

This text has color #334044 on black background.


Color preview on white background

This text has color #334044 on white background.


Black color preview on #334044 background

This text has black color on #334044 background.


White color preview on #334044 background

This text has white color on #334044 background.


Related colors

Complementary color

Complementary color for #hex is #CCBFBB.


I love getcolorcode.com

Triadic colors

1 #443340 and #404433 with #334044 are triadic colors.

2 #444033 and #403344 with #334044 are triadic colors.