COLOR #333328

HEX: #333328
RGB: (51,51,40)

Color info

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

RGB color model

#333328 color RGB value is (51,51,40).

  • red value is 51;
  • green value is 51;
  • blue value is 40.
RGB:
(51,51,40)
(20%,20%,16%)

RGB channels and saturation

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

51
51
40

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

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 40 = 142 (100%)
R 51 of 142 ~ 35.92%
G 51 of 142 ~ 35.92%
B 40 of 142 ~ 28.17%

%35.92
%35.92
%28.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(0,0,22,80)
C0M0Y22K80 
(0%,0%,22%,80%)
(0.00/0.00/0.22/0.80)	

CMYK percentages

%0
%0
%21.57
%80

Codes

Color #333328 in popluar color models

333328
RGB515140
HSL60°12.09%17.84%
HSB/HSV60°21.57%20.00%
CMYK0.00%0.00%21.57%
80.00%

Color #333328 in popluar number systems.

HEX333328
Decimal515140
Binary110011110011101000
Octal636350

Shades and tints

Shades of #333328

#333328
(51,51,40)
#2F2F25
(47,47,37)
#2B2B22
(43,43,34)
#27271F
(39,39,31)
#23231C
(35,35,28)
#1F1F19
(31,31,25)
#1B1B16
(27,27,22)
#171713
(23,23,19)
#131310
(19,19,16)
#0F0F0D
(15,15,13)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #333328

#333328
(51,51,40)
#45453B
(69,69,59)
#57574E
(87,87,78)
#696961
(105,105,97)
#7B7B74
(123,123,116)
#8D8D87
(141,141,135)
#9F9F9A
(159,159,154)
#B1B1AD
(177,177,173)
#C3C3C0
(195,195,192)
#D5D5D3
(213,213,211)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333328; }

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

This text font color is #333328.


Background Color

.myBgColor { background-color: #333328; }

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

This div background color is #333328.


Border color

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

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

This div border color is #333328.


Opacity

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

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

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

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

This text has shadow with #333328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333328 on black background.


Color preview on white background

This text has color #333328 on white background.



Black color preview on #333328 background

This text has black color on #333328 background.


White color preview on #333328 background

This text has white color on #333328 background.