COLOR #333030

HEX: #333030
RGB: (51,48,48)

Color info

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

RGB color model

#333030 color RGB value is (51,48,48).

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

RGB channels and saturation

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

51
48
48

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

Portions of RGB colors in percentages

R + G + B =
51 + 48 + 48 = 147 (100%)
R 51 of 147 ~ 34.69%
G 48 of 147 ~ 32.65%
B 48 of 147 ~ 32.65%

%34.69
%32.65
%32.65

CMYK color model

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

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

CMYK percentages

%0
%5.88
%5.88
%80

Codes

Color #333030 in popluar color models

333030
RGB514848
HSL3.03%19.41%
HSB/HSV5.88%20.00%
CMYK0.00%5.88%5.88%
80.00%

Color #333030 in popluar number systems.

HEX333030
Decimal514848
Binary110011110000110000
Octal636060

Shades and tints

Shades of #333030

#333030
(51,48,48)
#2F2C2C
(47,44,44)
#2B2828
(43,40,40)
#272424
(39,36,36)
#232020
(35,32,32)
#1F1C1C
(31,28,28)
#1B1818
(27,24,24)
#171414
(23,20,20)
#131010
(19,16,16)
#0F0C0C
(15,12,12)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #333030

#333030
(51,48,48)
#454242
(69,66,66)
#575454
(87,84,84)
#696666
(105,102,102)
#7B7878
(123,120,120)
#8D8A8A
(141,138,138)
#9F9C9C
(159,156,156)
#B1AEAE
(177,174,174)
#C3C0C0
(195,192,192)
#D5D2D2
(213,210,210)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333030; }

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

This text font color is #333030.


Background Color

.myBgColor { background-color: #333030; }

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

This div background color is #333030.


Border color

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

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

This div border color is #333030.


Opacity

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

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

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

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

This text has shadow with #333030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333030 on black background.


Color preview on white background

This text has color #333030 on white background.



Black color preview on #333030 background

This text has black color on #333030 background.


White color preview on #333030 background

This text has white color on #333030 background.