COLOR #33443B

HEX: #33443B RGB: (51,68,59)

Color info

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

RGB color model

#33443B color RGB value is (51,68,59).

RGB: (51,68,59) (20%, 27%, 23%)

RGB channels and saturation

R 51 of 255 = 20%
G 68 of 255 = 27%
B 59 of 255 = 23%

51
68
59

R + G + B ~ 23%. #33443B is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 68 + 59 = 178 (100%)
R 51 of 178 ~ 28.65%
G 68 of 178 ~ 38.2%
B 59 of 178 ~ 33.15'%

%28.65
%38.2
%33.15

CMYK color model

#33443B color CMYK value is (25,0,13,73).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 73.33%
CMYK: (25,0,13,73) C25M0Y13K73 (25%,0%,13%,73%) (0.25/0.00/0.13/0.73) 

CMYK percentages

%25
%0
%13.24
%73.33

Codes

Color #33443B in popluar color models

33 44 3B
RGB 51 68 59
HSL 148° 14.29% 23.33%
HSB/HSV 148° 25.00% 26.67%
CMYK 25.00% 0.00% 13.24%
73.33%

Color #33443B in popluar number systems.

HEX 33 44 3B
Decimal 51 68 59
Binary 110011 1000100 111011
Octal 63 104 73

Shades and tints

Shades of #33443B

#33443B
(51,68,59)
#2F3E36
(47,62,54)
#2B3831
(43,56,49)
#27322C
(39,50,44)
#232C27
(35,44,39)
#1F2622
(31,38,34)
#1B201D
(27,32,29)
#171A18
(23,26,24)
#131413
(19,20,19)
#0F0E0E
(15,14,14)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #33443B

#33443B
(51,68,59)
#45554C
(69,85,76)
#57665D
(87,102,93)
#69776E
(105,119,110)
#7B887F
(123,136,127)
#8D9990
(141,153,144)
#9FAAA1
(159,170,161)
#B1BBB2
(177,187,178)
#C3CCC3
(195,204,195)
#D5DDD4
(213,221,212)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33443B color. Also use rgb(51,68,59) instead hex code.

Text Font Color

.myTextColor { color: #33443B; }

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

This text font color is #33443B.

Background Color

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

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

This div background color is #33443B.

Border color

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

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

This div border color is #33443B.

Opacity

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

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

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

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

This text has shadow with #33443B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33443B.

Preview

Color preview on black background

This text has color #33443B on black background.


Color preview on white background

This text has color #33443B on white background.


Black color preview on #33443B background

This text has black color on #33443B background.


White color preview on #33443B background

This text has white color on #33443B background.


Related colors

Complementary color

Complementary color for #hex is #CCBBC4.


I love getcolorcode.com

Triadic colors

1 #3B3344 and #443B33 with #33443B are triadic colors.

2 #3B4433 and #44333B with #33443B are triadic colors.