COLOR #33424C

HEX: #33424C RGB: (51,66,76)

Color info

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

RGB color model

#33424C color RGB value is (51,66,76).

RGB: (51,66,76) (20%, 26%, 30%)

RGB channels and saturation

R 51 of 255 = 20%
G 66 of 255 = 26%
B 76 of 255 = 30%

51
66
76

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

Portions of RGB colors in percentages

R + G + B = 51 + 66 + 76 = 193 (100%)
R 51 of 193 ~ 26.42%
G 66 of 193 ~ 34.2%
B 76 of 193 ~ 39.38'%

%26.42
%34.2
%39.38

CMYK color model

#33424C color CMYK value is (33,13,0,70).

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

CMYK: (33,13,0,70)
C33M13Y0K70 (33%, 13%, 0%, 70%)
(0.33 / 0.13 / 0.00 / 0.70)

CMYK percentages

%32.89
%13.16
%0
%70.2

Codes

Color #33424C in popluar color models

33 42 4C
RGB 51 66 76
HSL 204° 19.69% 24.90%
HSB/HSV 204° 32.89% 29.80%
CMYK 32.89% 13.16% 0.00%
70.20%

Color #33424C in popluar number systems.

HEX 33 42 4C
Decimal 51 66 76
Binary 110011 1000010 1001100
Octal 63 102 114

Shades and tints

Shades of #33424C

#33424C
(51,66,76)
#2F3C46
(47,60,70)
#2B3640
(43,54,64)
#27303A
(39,48,58)
#232A34
(35,42,52)
#1F242E
(31,36,46)
#1B1E28
(27,30,40)
#171822
(23,24,34)
#13121C
(19,18,28)
#0F0C16
(15,12,22)
#0B0610
(11,6,16)
#000000
(0,0,0)

Tints of #33424C

#33424C
(51,66,76)
#45535C
(69,83,92)
#57646C
(87,100,108)
#69757C
(105,117,124)
#7B868C
(123,134,140)
#8D979C
(141,151,156)
#9FA8AC
(159,168,172)
#B1B9BC
(177,185,188)
#C3CACC
(195,202,204)
#D5DBDC
(213,219,220)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33424C; }

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

This text font color is #33424C.

Background Color

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

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

This div background color is #33424C.

Border color

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

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

This div border color is #33424C.

Opacity

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

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

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

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

This text has shadow with #33424C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33424C.

Preview

Color preview on black background

This text has color #33424C on black background.


Color preview on white background

This text has color #33424C on white background.


Black color preview on #33424C background

This text has black color on #33424C background.


White color preview on #33424C background

This text has white color on #33424C background.


Related colors

Complementary color

Complementary color for #hex is #CCBDB3.


I love getcolorcode.com

Triadic colors

1 #4C3342 and #424C33 with #33424C are triadic colors.

2 #4C4233 and #42334C with #33424C are triadic colors.