COLOR #303330

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

48
51
48

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

Portions of RGB colors in percentages

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

%32.65
%34.69
%32.65

CMYK color model

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

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

CMYK percentages

%5.88
%0
%5.88
%80

Codes

Color #303330 in popluar color models

303330
RGB485148
HSL120°3.03%19.41%
HSB/HSV120°5.88%20.00%
CMYK5.88%0.00%5.88%
80.00%

Color #303330 in popluar number systems.

HEX303330
Decimal485148
Binary110000110011110000
Octal606360

Shades and tints

Shades of #303330

#303330
(48,51,48)
#2C2F2C
(44,47,44)
#282B28
(40,43,40)
#242724
(36,39,36)
#202320
(32,35,32)
#1C1F1C
(28,31,28)
#181B18
(24,27,24)
#141714
(20,23,20)
#101310
(16,19,16)
#0C0F0C
(12,15,12)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #303330

#303330
(48,51,48)
#424542
(66,69,66)
#545754
(84,87,84)
#666966
(102,105,102)
#787B78
(120,123,120)
#8A8D8A
(138,141,138)
#9C9F9C
(156,159,156)
#AEB1AE
(174,177,174)
#C0C3C0
(192,195,192)
#D2D5D2
(210,213,210)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303330; }

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

This text font color is #303330.


Background Color

.myBgColor { background-color: #303330; }

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

This div background color is #303330.


Border color

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

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

This div border color is #303330.


Opacity

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

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

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

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

This text has shadow with #303330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303330 on black background.


Color preview on white background

This text has color #303330 on white background.



Black color preview on #303330 background

This text has black color on #303330 background.


White color preview on #303330 background

This text has white color on #303330 background.