COLOR #333228

HEX: #333228 RGB: (51,50,40)

Color info

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

RGB color model

#333228 color RGB value is (51,50,40).

RGB: (51,50,40) (20%, 20%, 16%)

RGB channels and saturation

R 51 of 255 = 20%
G 50 of 255 = 20%
B 40 of 255 = 16%

51
50
40

R + G + B ~ 19%. #333228 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 50 + 40 = 141 (100%)
R 51 of 141 ~ 36.17%
G 50 of 141 ~ 35.46%
B 40 of 141 ~ 28.37'%

%36.17
%35.46
%28.37

CMYK color model

#333228 color CMYK value is (0,2,22,80).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 21.57%
  • key color value is 80.00%

CMYK: (0,2,22,80)
C0M2Y22K80 (0%, 2%, 22%, 80%)
(0.00 / 0.02 / 0.22 / 0.80)

CMYK percentages

%0
%1.96
%21.57
%80

Codes

Color #333228 in popluar color models

33 32 28
RGB 51 50 40
HSL 55° 12.09% 17.84%
HSB/HSV 55° 21.57% 20.00%
CMYK 0.00% 1.96% 21.57%
80.00%

Color #333228 in popluar number systems.

HEX 33 32 28
Decimal 51 50 40
Binary 110011 110010 101000
Octal 63 62 50

Shades and tints

Shades of #333228

#333228
(51,50,40)
#2F2E25
(47,46,37)
#2B2A22
(43,42,34)
#27261F
(39,38,31)
#23221C
(35,34,28)
#1F1E19
(31,30,25)
#1B1A16
(27,26,22)
#171613
(23,22,19)
#131210
(19,18,16)
#0F0E0D
(15,14,13)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #333228

#333228
(51,50,40)
#45443B
(69,68,59)
#57564E
(87,86,78)
#696861
(105,104,97)
#7B7A74
(123,122,116)
#8D8C87
(141,140,135)
#9F9E9A
(159,158,154)
#B1B0AD
(177,176,173)
#C3C2C0
(195,194,192)
#D5D4D3
(213,212,211)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333228 color. Also use rgb(51,50,40) instead hex code.

Text Font Color

.myTextColor { color: #333228; }

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

This text font color is #333228.

Background Color

.myBgColor { background-color: #333228; }

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

This div background color is #333228.

Border color

.myBorderColor { border: 1px solid #333228; }

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

This div border color is #333228.

Opacity

.myOpacity80 { color: #333228; opacity: 0.8; }

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

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

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

This text has shadow with #333228 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333228.

Preview

Color preview on black background

This text has color #333228 on black background.


Color preview on white background

This text has color #333228 on white background.


Black color preview on #333228 background

This text has black color on #333228 background.


White color preview on #333228 background

This text has white color on #333228 background.


Related colors

Complementary color

Complementary color for #hex is #CCCDD7.


I love getcolorcode.com

Triadic colors

1 #283332 and #322833 with #333228 are triadic colors.

2 #283233 and #323328 with #333228 are triadic colors.