COLOR #33313C

HEX: #33313C
RGB: (51,49,60)

Color info

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

RGB color model

#33313C color RGB value is (51,49,60).

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

RGB channels and saturation

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

51
49
60

R + G + B ~ 21%. #33313C is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 49 + 60 = 160 (100%)
R 51 of 160 ~ 31.88%
G 49 of 160 ~ 30.63%
B 60 of 160 ~ 37.5%

%31.88
%30.63
%37.5

CMYK color model

#33313C color CMYK value is (15,18,0,76).

  • cyan value is 15.00%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(15,18,0,76)
C15M18Y0K76 
(15%,18%,0%,76%)
(0.15/0.18/0.00/0.76)	

CMYK percentages

%15
%18.33
%0
%76.47

Codes

Color #33313C in popluar color models

33313C
RGB514960
HSL251°10.09%21.37%
HSB/HSV251°18.33%23.53%
CMYK15.00%18.33%0.00%
76.47%

Color #33313C in popluar number systems.

HEX33313C
Decimal514960
Binary110011110001111100
Octal636174

Shades and tints

Shades of #33313C

#33313C
(51,49,60)
#2F2D37
(47,45,55)
#2B2932
(43,41,50)
#27252D
(39,37,45)
#232128
(35,33,40)
#1F1D23
(31,29,35)
#1B191E
(27,25,30)
#171519
(23,21,25)
#131114
(19,17,20)
#0F0D0F
(15,13,15)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #33313C

#33313C
(51,49,60)
#45434D
(69,67,77)
#57555E
(87,85,94)
#69676F
(105,103,111)
#7B7980
(123,121,128)
#8D8B91
(141,139,145)
#9F9DA2
(159,157,162)
#B1AFB3
(177,175,179)
#C3C1C4
(195,193,196)
#D5D3D5
(213,211,213)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33313C; }

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

This text font color is #33313C.


Background Color

.myBgColor { background-color: #33313C; }

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

This div background color is #33313C.


Border color

.myBorderColor { border: 1px solid #33313C; }

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

This div border color is #33313C.


Opacity

.myOpacity80 { color: #33313C; opacity: 0.8; }

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

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

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

This text has shadow with #33313C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33313C on black background.


Color preview on white background

This text has color #33313C on white background.



Black color preview on #33313C background

This text has black color on #33313C background.


White color preview on #33313C background

This text has white color on #33313C background.