COLOR #333128

HEX: #333128 RGB: (51,49,40)

Color info

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

RGB color model

#333128 color RGB value is (51,49,40).

RGB: (51,49,40) (20%, 19%, 16%)

RGB channels and saturation

R 51 of 255 = 20%
G 49 of 255 = 19%
B 40 of 255 = 16%

51
49
40

R + G + B ~ 18%. #333128 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 49 + 40 = 140 (100%)
R 51 of 140 ~ 36.43%
G 49 of 140 ~ 35%
B 40 of 140 ~ 28.57'%

%36.43
%35
%28.57

CMYK color model

#333128 color CMYK value is (0,4,22,80).

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

CMYK: (0,4,22,80)
C0M4Y22K80 (0%, 4%, 22%, 80%)
(0.00 / 0.04 / 0.22 / 0.80)

CMYK percentages

%0
%3.92
%21.57
%80

Codes

Color #333128 in popluar color models

33 31 28
RGB 51 49 40
HSL 49° 12.09% 17.84%
HSB/HSV 49° 21.57% 20.00%
CMYK 0.00% 3.92% 21.57%
80.00%

Color #333128 in popluar number systems.

HEX 33 31 28
Decimal 51 49 40
Binary 110011 110001 101000
Octal 63 61 50

Shades and tints

Shades of #333128

#333128
(51,49,40)
#2F2D25
(47,45,37)
#2B2922
(43,41,34)
#27251F
(39,37,31)
#23211C
(35,33,28)
#1F1D19
(31,29,25)
#1B1916
(27,25,22)
#171513
(23,21,19)
#131110
(19,17,16)
#0F0D0D
(15,13,13)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #333128

#333128
(51,49,40)
#45433B
(69,67,59)
#57554E
(87,85,78)
#696761
(105,103,97)
#7B7974
(123,121,116)
#8D8B87
(141,139,135)
#9F9D9A
(159,157,154)
#B1AFAD
(177,175,173)
#C3C1C0
(195,193,192)
#D5D3D3
(213,211,211)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333128; }

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

This text font color is #333128.

Background Color

.myBgColor { background-color: #333128; }

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

This div background color is #333128.

Border color

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

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

This div border color is #333128.

Opacity

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

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

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

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

This text has shadow with #333128 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333128.

Preview

Color preview on black background

This text has color #333128 on black background.


Color preview on white background

This text has color #333128 on white background.


Black color preview on #333128 background

This text has black color on #333128 background.


White color preview on #333128 background

This text has white color on #333128 background.


Related colors

Complementary color

Complementary color for #hex is #CCCED7.


I love getcolorcode.com

Triadic colors

1 #283331 and #312833 with #333128 are triadic colors.

2 #283133 and #313328 with #333128 are triadic colors.