COLOR #303331

HEX: #303331
RGB: (48,51,49)

Color info

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

RGB color model

#303331 color RGB value is (48,51,49).

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

RGB channels and saturation

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

48
51
49

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

Portions of RGB colors in percentages

R + G + B =
48 + 51 + 49 = 148 (100%)
R 48 of 148 ~ 32.43%
G 51 of 148 ~ 34.46%
B 49 of 148 ~ 33.11%

%32.43
%34.46
%33.11

CMYK color model

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

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

CMYK percentages

%5.88
%0
%3.92
%80

Codes

Color #303331 in popluar color models

303331
RGB485149
HSL140°3.03%19.41%
HSB/HSV140°5.88%20.00%
CMYK5.88%0.00%3.92%
80.00%

Color #303331 in popluar number systems.

HEX303331
Decimal485149
Binary110000110011110001
Octal606361

Shades and tints

Shades of #303331

#303331
(48,51,49)
#2C2F2D
(44,47,45)
#282B29
(40,43,41)
#242725
(36,39,37)
#202321
(32,35,33)
#1C1F1D
(28,31,29)
#181B19
(24,27,25)
#141715
(20,23,21)
#101311
(16,19,17)
#0C0F0D
(12,15,13)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #303331

#303331
(48,51,49)
#424543
(66,69,67)
#545755
(84,87,85)
#666967
(102,105,103)
#787B79
(120,123,121)
#8A8D8B
(138,141,139)
#9C9F9D
(156,159,157)
#AEB1AF
(174,177,175)
#C0C3C1
(192,195,193)
#D2D5D3
(210,213,211)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303331; }

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

This text font color is #303331.


Background Color

.myBgColor { background-color: #303331; }

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

This div background color is #303331.


Border color

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

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

This div border color is #303331.


Opacity

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

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

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

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

This text has shadow with #303331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303331 on black background.


Color preview on white background

This text has color #303331 on white background.



Black color preview on #303331 background

This text has black color on #303331 background.


White color preview on #303331 background

This text has white color on #303331 background.