COLOR #33404D

HEX: #33404D RGB: (51,64,77)

Color info

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

RGB color model

#33404D color RGB value is (51,64,77).

RGB: (51,64,77) (20%, 25%, 30%)

RGB channels and saturation

R 51 of 255 = 20%
G 64 of 255 = 25%
B 77 of 255 = 30%

51
64
77

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

Portions of RGB colors in percentages

R + G + B = 51 + 64 + 77 = 192 (100%)
R 51 of 192 ~ 26.56%
G 64 of 192 ~ 33.33%
B 77 of 192 ~ 40.1'%

%26.56
%33.33
%40.1

CMYK color model

#33404D color CMYK value is (34,17,0,70).

  • cyan value is 33.77%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (34,17,0,70)
C34M17Y0K70 (34%, 17%, 0%, 70%)
(0.34 / 0.17 / 0.00 / 0.70)

CMYK percentages

%33.77
%16.88
%0
%69.8

Codes

Color #33404D in popluar color models

33 40 4D
RGB 51 64 77
HSL 210° 20.31% 25.10%
HSB/HSV 210° 33.77% 30.20%
CMYK 33.77% 16.88% 0.00%
69.80%

Color #33404D in popluar number systems.

HEX 33 40 4D
Decimal 51 64 77
Binary 110011 1000000 1001101
Octal 63 100 115

Shades and tints

Shades of #33404D

#33404D
(51,64,77)
#2F3B46
(47,59,70)
#2B363F
(43,54,63)
#273138
(39,49,56)
#232C31
(35,44,49)
#1F272A
(31,39,42)
#1B2223
(27,34,35)
#171D1C
(23,29,28)
#131815
(19,24,21)
#0F130E
(15,19,14)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #33404D

#33404D
(51,64,77)
#45515D
(69,81,93)
#57626D
(87,98,109)
#69737D
(105,115,125)
#7B848D
(123,132,141)
#8D959D
(141,149,157)
#9FA6AD
(159,166,173)
#B1B7BD
(177,183,189)
#C3C8CD
(195,200,205)
#D5D9DD
(213,217,221)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33404D; }

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

This text font color is #33404D.

Background Color

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

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

This div background color is #33404D.

Border color

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

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

This div border color is #33404D.

Opacity

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

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

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

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

This text has shadow with #33404D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33404D.

Preview

Color preview on black background

This text has color #33404D on black background.


Color preview on white background

This text has color #33404D on white background.


Black color preview on #33404D background

This text has black color on #33404D background.


White color preview on #33404D background

This text has white color on #33404D background.


Related colors

Complementary color

Complementary color for #hex is #CCBFB2.


I love getcolorcode.com

Triadic colors

1 #4D3340 and #404D33 with #33404D are triadic colors.

2 #4D4033 and #40334D with #33404D are triadic colors.