COLOR #333428

HEX: #333428 RGB: (51,52,40)

Color info

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

RGB color model

#333428 color RGB value is (51,52,40).

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

RGB channels and saturation

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

51
52
40

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

Portions of RGB colors in percentages

R + G + B = 51 + 52 + 40 = 143 (100%)
R 51 of 143 ~ 35.66%
G 52 of 143 ~ 36.36%
B 40 of 143 ~ 27.97'%

%35.66
%36.36
%27.97

CMYK color model

#333428 color CMYK value is (2,0,23,80).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 79.61%

CMYK: (2,0,23,80)
C2M0Y23K80 (2%, 0%, 23%, 80%)
(0.02 / 0.00 / 0.23 / 0.80)

CMYK percentages

%1.92
%0
%23.08
%79.61

Codes

Color #333428 in popluar color models

33 34 28
RGB 51 52 40
HSL 65° 13.04% 18.04%
HSB/HSV 65° 23.08% 20.39%
CMYK 1.92% 0.00% 23.08%
79.61%

Color #333428 in popluar number systems.

HEX 33 34 28
Decimal 51 52 40
Binary 110011 110100 101000
Octal 63 64 50

Shades and tints

Shades of #333428

#333428
(51,52,40)
#2F3025
(47,48,37)
#2B2C22
(43,44,34)
#27281F
(39,40,31)
#23241C
(35,36,28)
#1F2019
(31,32,25)
#1B1C16
(27,28,22)
#171813
(23,24,19)
#131410
(19,20,16)
#0F100D
(15,16,13)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #333428

#333428
(51,52,40)
#45463B
(69,70,59)
#57584E
(87,88,78)
#696A61
(105,106,97)
#7B7C74
(123,124,116)
#8D8E87
(141,142,135)
#9FA09A
(159,160,154)
#B1B2AD
(177,178,173)
#C3C4C0
(195,196,192)
#D5D6D3
(213,214,211)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333428; }

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

This text font color is #333428.

Background Color

.myBgColor { background-color: #333428; }

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

This div background color is #333428.

Border color

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

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

This div border color is #333428.

Opacity

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

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

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

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

This text has shadow with #333428 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333428.

Preview

Color preview on black background

This text has color #333428 on black background.


Color preview on white background

This text has color #333428 on white background.


Black color preview on #333428 background

This text has black color on #333428 background.


White color preview on #333428 background

This text has white color on #333428 background.


Related colors

Complementary color

Complementary color for #hex is #CCCBD7.


I love getcolorcode.com

Triadic colors

1 #283334 and #342833 with #333428 are triadic colors.

2 #283433 and #343328 with #333428 are triadic colors.