COLOR #33444C

HEX: #33444C RGB: (51,68,76)

Color info

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

RGB color model

#33444C color RGB value is (51,68,76).

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

RGB channels and saturation

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

51
68
76

R + G + B ~ 26%. #33444C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 68 + 76 = 195 (100%)
R 51 of 195 ~ 26.15%
G 68 of 195 ~ 34.87%
B 76 of 195 ~ 38.97'%

%26.15
%34.87
%38.97

CMYK color model

#33444C color CMYK value is (33,11,0,70).

  • cyan value is 32.89%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (33,11,0,70)
C33M11Y0K70 (33%, 11%, 0%, 70%)
(0.33 / 0.11 / 0.00 / 0.70)

CMYK percentages

%32.89
%10.53
%0
%70.2

Codes

Color #33444C in popluar color models

33 44 4C
RGB 51 68 76
HSL 199° 19.69% 24.90%
HSB/HSV 199° 32.89% 29.80%
CMYK 32.89% 10.53% 0.00%
70.20%

Color #33444C in popluar number systems.

HEX 33 44 4C
Decimal 51 68 76
Binary 110011 1000100 1001100
Octal 63 104 114

Shades and tints

Shades of #33444C

#33444C
(51,68,76)
#2F3E46
(47,62,70)
#2B3840
(43,56,64)
#27323A
(39,50,58)
#232C34
(35,44,52)
#1F262E
(31,38,46)
#1B2028
(27,32,40)
#171A22
(23,26,34)
#13141C
(19,20,28)
#0F0E16
(15,14,22)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #33444C

#33444C
(51,68,76)
#45555C
(69,85,92)
#57666C
(87,102,108)
#69777C
(105,119,124)
#7B888C
(123,136,140)
#8D999C
(141,153,156)
#9FAAAC
(159,170,172)
#B1BBBC
(177,187,188)
#C3CCCC
(195,204,204)
#D5DDDC
(213,221,220)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33444C; }

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

This text font color is #33444C.

Background Color

.myBgColor { background-color: #33444C; }

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

This div background color is #33444C.

Border color

.myBorderColor { border: 1px solid #33444C; }

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

This div border color is #33444C.

Opacity

.myOpacity80 { color: #33444C; opacity: 0.8; }

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

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

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

This text has shadow with #33444C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33444C.

Preview

Color preview on black background

This text has color #33444C on black background.


Color preview on white background

This text has color #33444C on white background.


Black color preview on #33444C background

This text has black color on #33444C background.


White color preview on #33444C background

This text has white color on #33444C background.


Related colors

Complementary color

Complementary color for #hex is #CCBBB3.


I love getcolorcode.com

Triadic colors

1 #4C3344 and #444C33 with #33444C are triadic colors.

2 #4C4433 and #44334C with #33444C are triadic colors.