COLOR #33464F

HEX: #33464F RGB: (51,70,79)

Color info

#33464F contains red, green and blue colors in about the same proportion. Web safe color of #33464F is #333366 (or #336).

RGB color model

#33464F color RGB value is (51,70,79).

RGB: (51,70,79) (20%, 27%, 31%)

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 79 of 255 = 31%

51
70
79

R + G + B ~ 26%. #33464F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 70 + 79 = 200 (100%)
R 51 of 200 ~ 25.5%
G 70 of 200 ~ 35%
B 79 of 200 ~ 39.5'%

%25.5
%35
%39.5

CMYK color model

#33464F color CMYK value is (35,11,0,69).

  • cyan value is 35.44%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (35,11,0,69)
C35M11Y0K69 (35%, 11%, 0%, 69%)
(0.35 / 0.11 / 0.00 / 0.69)

CMYK percentages

%35.44
%11.39
%0
%69.02

Codes

Color #33464F in popluar color models

33 46 4F
RGB 51 70 79
HSL 199° 21.54% 25.49%
HSB/HSV 199° 35.44% 30.98%
CMYK 35.44% 11.39% 0.00%
69.02%

Color #33464F in popluar number systems.

HEX 33 46 4F
Decimal 51 70 79
Binary 110011 1000110 1001111
Octal 63 106 117

Shades and tints

Shades of #33464F

#33464F
(51,70,79)
#2F4048
(47,64,72)
#2B3A41
(43,58,65)
#27343A
(39,52,58)
#232E33
(35,46,51)
#1F282C
(31,40,44)
#1B2225
(27,34,37)
#171C1E
(23,28,30)
#131617
(19,22,23)
#0F1010
(15,16,16)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #33464F

#33464F
(51,70,79)
#45565F
(69,86,95)
#57666F
(87,102,111)
#69767F
(105,118,127)
#7B868F
(123,134,143)
#8D969F
(141,150,159)
#9FA6AF
(159,166,175)
#B1B6BF
(177,182,191)
#C3C6CF
(195,198,207)
#D5D6DF
(213,214,223)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33464F color. Also use rgb(51,70,79) instead hex code.

Text Font Color

.myTextColor { color: #33464F; }

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

This text font color is #33464F.

Background Color

.myBgColor { background-color: #33464F; }

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

This div background color is #33464F.

Border color

.myBorderColor { border: 1px solid #33464F; }

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

This div border color is #33464F.

Opacity

.myOpacity80 { color: #33464F; opacity: 0.8; }

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

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

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

This text has shadow with #33464F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33464F.

Preview

Color preview on black background

This text has color #33464F on black background.


Color preview on white background

This text has color #33464F on white background.


Black color preview on #33464F background

This text has black color on #33464F background.


White color preview on #33464F background

This text has white color on #33464F background.


Related colors

Complementary color

Complementary color for #hex is #CCB9B0.


I love getcolorcode.com

Triadic colors

1 #4F3346 and #464F33 with #33464F are triadic colors.

2 #4F4633 and #46334F with #33464F are triadic colors.