COLOR #333028

HEX: #333028
RGB: (51,48,40)

Color info

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

RGB color model

#333028 color RGB value is (51,48,40).

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

RGB channels and saturation

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

51
48
40

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

Portions of RGB colors in percentages

R + G + B =
51 + 48 + 40 = 139 (100%)
R 51 of 139 ~ 36.69%
G 48 of 139 ~ 34.53%
B 40 of 139 ~ 28.78%

%36.69
%34.53
%28.78

CMYK color model

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

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

CMYK percentages

%0
%5.88
%21.57
%80

Codes

Color #333028 in popluar color models

333028
RGB514840
HSL44°12.09%17.84%
HSB/HSV44°21.57%20.00%
CMYK0.00%5.88%21.57%
80.00%

Color #333028 in popluar number systems.

HEX333028
Decimal514840
Binary110011110000101000
Octal636050

Shades and tints

Shades of #333028

#333028
(51,48,40)
#2F2C25
(47,44,37)
#2B2822
(43,40,34)
#27241F
(39,36,31)
#23201C
(35,32,28)
#1F1C19
(31,28,25)
#1B1816
(27,24,22)
#171413
(23,20,19)
#131010
(19,16,16)
#0F0C0D
(15,12,13)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #333028

#333028
(51,48,40)
#45423B
(69,66,59)
#57544E
(87,84,78)
#696661
(105,102,97)
#7B7874
(123,120,116)
#8D8A87
(141,138,135)
#9F9C9A
(159,156,154)
#B1AEAD
(177,174,173)
#C3C0C0
(195,192,192)
#D5D2D3
(213,210,211)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333028; }

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

This text font color is #333028.


Background Color

.myBgColor { background-color: #333028; }

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

This div background color is #333028.


Border color

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

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

This div border color is #333028.


Opacity

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

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

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

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

This text has shadow with #333028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333028 on black background.


Color preview on white background

This text has color #333028 on white background.



Black color preview on #333028 background

This text has black color on #333028 background.


White color preview on #333028 background

This text has white color on #333028 background.