COLOR #333131

HEX: #333131
RGB: (51,49,49)

Color info

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

RGB color model

#333131 color RGB value is (51,49,49).

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

RGB channels and saturation

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

51
49
49

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

Portions of RGB colors in percentages

R + G + B =
51 + 49 + 49 = 149 (100%)
R 51 of 149 ~ 34.23%
G 49 of 149 ~ 32.89%
B 49 of 149 ~ 32.89%

%34.23
%32.89
%32.89

CMYK color model

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

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

CMYK percentages

%0
%3.92
%3.92
%80

Codes

Color #333131 in popluar color models

333131
RGB514949
HSL2.00%19.61%
HSB/HSV3.92%20.00%
CMYK0.00%3.92%3.92%
80.00%

Color #333131 in popluar number systems.

HEX333131
Decimal514949
Binary110011110001110001
Octal636161

Shades and tints

Shades of #333131

#333131
(51,49,49)
#2F2D2D
(47,45,45)
#2B2929
(43,41,41)
#272525
(39,37,37)
#232121
(35,33,33)
#1F1D1D
(31,29,29)
#1B1919
(27,25,25)
#171515
(23,21,21)
#131111
(19,17,17)
#0F0D0D
(15,13,13)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #333131

#333131
(51,49,49)
#454343
(69,67,67)
#575555
(87,85,85)
#696767
(105,103,103)
#7B7979
(123,121,121)
#8D8B8B
(141,139,139)
#9F9D9D
(159,157,157)
#B1AFAF
(177,175,175)
#C3C1C1
(195,193,193)
#D5D3D3
(213,211,211)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333131; }

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

This text font color is #333131.


Background Color

.myBgColor { background-color: #333131; }

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

This div background color is #333131.


Border color

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

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

This div border color is #333131.


Opacity

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

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

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

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

This text has shadow with #333131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333131 on black background.


Color preview on white background

This text has color #333131 on white background.



Black color preview on #333131 background

This text has black color on #333131 background.


White color preview on #333131 background

This text has white color on #333131 background.