COLOR #33303D

HEX: #33303D
RGB: (51,48,61)

Color info

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

RGB color model

#33303D color RGB value is (51,48,61).

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

RGB channels and saturation

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

51
48
61

R + G + B ~ 21%. #33303D is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 48 + 61 = 160 (100%)
R 51 of 160 ~ 31.88%
G 48 of 160 ~ 30%
B 61 of 160 ~ 38.13%

%31.88
%30
%38.13

CMYK color model

#33303D color CMYK value is (16,21,0,76).

  • cyan value is 16.39%
  • magenta value is 21.31%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(16,21,0,76)
C16M21Y0K76 
(16%,21%,0%,76%)
(0.16/0.21/0.00/0.76)	

CMYK percentages

%16.39
%21.31
%0
%76.08

Codes

Color #33303D in popluar color models

33303D
RGB514861
HSL254°11.93%21.37%
HSB/HSV254°21.31%23.92%
CMYK16.39%21.31%0.00%
76.08%

Color #33303D in popluar number systems.

HEX33303D
Decimal514861
Binary110011110000111101
Octal636075

Shades and tints

Shades of #33303D

#33303D
(51,48,61)
#2F2C38
(47,44,56)
#2B2833
(43,40,51)
#27242E
(39,36,46)
#232029
(35,32,41)
#1F1C24
(31,28,36)
#1B181F
(27,24,31)
#17141A
(23,20,26)
#131015
(19,16,21)
#0F0C10
(15,12,16)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #33303D

#33303D
(51,48,61)
#45424E
(69,66,78)
#57545F
(87,84,95)
#696670
(105,102,112)
#7B7881
(123,120,129)
#8D8A92
(141,138,146)
#9F9CA3
(159,156,163)
#B1AEB4
(177,174,180)
#C3C0C5
(195,192,197)
#D5D2D6
(213,210,214)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33303D; }

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

This text font color is #33303D.


Background Color

.myBgColor { background-color: #33303D; }

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

This div background color is #33303D.


Border color

.myBorderColor { border: 1px solid #33303D; }

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

This div border color is #33303D.


Opacity

.myOpacity80 { color: #33303D; opacity: 0.8; }

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

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

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

This text has shadow with #33303D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33303D on black background.


Color preview on white background

This text has color #33303D on white background.



Black color preview on #33303D background

This text has black color on #33303D background.


White color preview on #33303D background

This text has white color on #33303D background.