COLOR #334544

HEX: #334544 RGB: (51,69,68)

Color info

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

RGB color model

#334544 color RGB value is (51,69,68).

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

RGB channels and saturation

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

51
69
68

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

Portions of RGB colors in percentages

R + G + B = 51 + 69 + 68 = 188 (100%)
R 51 of 188 ~ 27.13%
G 69 of 188 ~ 36.7%
B 68 of 188 ~ 36.17'%

%27.13
%36.7
%36.17

CMYK color model

#334544 color CMYK value is (26,0,1,73).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 1.45%
  • key color value is 72.94%
CMYK: (26,0,1,73) C26M0Y1K73 (26%,0%,1%,73%) (0.26/0.00/0.01/0.73) 

CMYK percentages

%26.09
%0
%1.45
%72.94

Codes

Color #334544 in popluar color models

33 45 44
RGB 51 69 68
HSL 177° 15.00% 23.53%
HSB/HSV 177° 26.09% 27.06%
CMYK 26.09% 0.00% 1.45%
72.94%

Color #334544 in popluar number systems.

HEX 33 45 44
Decimal 51 69 68
Binary 110011 1000101 1000100
Octal 63 105 104

Shades and tints

Shades of #334544

#334544
(51,69,68)
#2F3F3E
(47,63,62)
#2B3938
(43,57,56)
#273332
(39,51,50)
#232D2C
(35,45,44)
#1F2726
(31,39,38)
#1B2120
(27,33,32)
#171B1A
(23,27,26)
#131514
(19,21,20)
#0F0F0E
(15,15,14)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #334544

#334544
(51,69,68)
#455555
(69,85,85)
#576566
(87,101,102)
#697577
(105,117,119)
#7B8588
(123,133,136)
#8D9599
(141,149,153)
#9FA5AA
(159,165,170)
#B1B5BB
(177,181,187)
#C3C5CC
(195,197,204)
#D5D5DD
(213,213,221)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334544; }

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

This text font color is #334544.

Background Color

.myBgColor { background-color: #334544; }

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

This div background color is #334544.

Border color

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

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

This div border color is #334544.

Opacity

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

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

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

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

This text has shadow with #334544 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334544.

Preview

Color preview on black background

This text has color #334544 on black background.


Color preview on white background

This text has color #334544 on white background.


Black color preview on #334544 background

This text has black color on #334544 background.


White color preview on #334544 background

This text has white color on #334544 background.


Related colors

Complementary color

Complementary color for #hex is #CCBABB.


I love getcolorcode.com

Triadic colors

1 #443345 and #454433 with #334544 are triadic colors.

2 #444533 and #453344 with #334544 are triadic colors.