COLOR #33404B

HEX: #33404B RGB: (51,64,75)

Color info

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

RGB color model

#33404B color RGB value is (51,64,75).

RGB: (51,64,75) (20%, 25%, 29%)

RGB channels and saturation

R 51 of 255 = 20%
G 64 of 255 = 25%
B 75 of 255 = 29%

51
64
75

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

Portions of RGB colors in percentages

R + G + B = 51 + 64 + 75 = 190 (100%)
R 51 of 190 ~ 26.84%
G 64 of 190 ~ 33.68%
B 75 of 190 ~ 39.47'%

%26.84
%33.68
%39.47

CMYK color model

#33404B color CMYK value is (32,15,0,71).

  • cyan value is 32.00%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (32,15,0,71)
C32M15Y0K71 (32%, 15%, 0%, 71%)
(0.32 / 0.15 / 0.00 / 0.71)

CMYK percentages

%32
%14.67
%0
%70.59

Codes

Color #33404B in popluar color models

33 40 4B
RGB 51 64 75
HSL 208° 19.05% 24.71%
HSB/HSV 208° 32.00% 29.41%
CMYK 32.00% 14.67% 0.00%
70.59%

Color #33404B in popluar number systems.

HEX 33 40 4B
Decimal 51 64 75
Binary 110011 1000000 1001011
Octal 63 100 113

Shades and tints

Shades of #33404B

#33404B
(51,64,75)
#2F3B45
(47,59,69)
#2B363F
(43,54,63)
#273139
(39,49,57)
#232C33
(35,44,51)
#1F272D
(31,39,45)
#1B2227
(27,34,39)
#171D21
(23,29,33)
#13181B
(19,24,27)
#0F1315
(15,19,21)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #33404B

#33404B
(51,64,75)
#45515B
(69,81,91)
#57626B
(87,98,107)
#69737B
(105,115,123)
#7B848B
(123,132,139)
#8D959B
(141,149,155)
#9FA6AB
(159,166,171)
#B1B7BB
(177,183,187)
#C3C8CB
(195,200,203)
#D5D9DB
(213,217,219)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33404B; }

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

This text font color is #33404B.

Background Color

.myBgColor { background-color: #33404B; }

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

This div background color is #33404B.

Border color

.myBorderColor { border: 1px solid #33404B; }

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

This div border color is #33404B.

Opacity

.myOpacity80 { color: #33404B; opacity: 0.8; }

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

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

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

This text has shadow with #33404B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33404B.

Preview

Color preview on black background

This text has color #33404B on black background.


Color preview on white background

This text has color #33404B on white background.


Black color preview on #33404B background

This text has black color on #33404B background.


White color preview on #33404B background

This text has white color on #33404B background.


Related colors

Complementary color

Complementary color for #hex is #CCBFB4.


I love getcolorcode.com

Triadic colors

1 #4B3340 and #404B33 with #33404B are triadic colors.

2 #4B4033 and #40334B with #33404B are triadic colors.