COLOR #33303A

HEX: #33303A
RGB: (51,48,58)

Color info

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

RGB color model

#33303A color RGB value is (51,48,58).

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

RGB channels and saturation

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

51
48
58

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

Portions of RGB colors in percentages

R + G + B =
51 + 48 + 58 = 157 (100%)
R 51 of 157 ~ 32.48%
G 48 of 157 ~ 30.57%
B 58 of 157 ~ 36.94%

%32.48
%30.57
%36.94

CMYK color model

#33303A color CMYK value is (12,17,0,77).

  • cyan value is 12.07%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(12,17,0,77)
C12M17Y0K77 
(12%,17%,0%,77%)
(0.12/0.17/0.00/0.77)	

CMYK percentages

%12.07
%17.24
%0
%77.25

Codes

Color #33303A in popluar color models

33303A
RGB514858
HSL258°9.43%20.78%
HSB/HSV258°17.24%22.75%
CMYK12.07%17.24%0.00%
77.25%

Color #33303A in popluar number systems.

HEX33303A
Decimal514858
Binary110011110000111010
Octal636072

Shades and tints

Shades of #33303A

#33303A
(51,48,58)
#2F2C35
(47,44,53)
#2B2830
(43,40,48)
#27242B
(39,36,43)
#232026
(35,32,38)
#1F1C21
(31,28,33)
#1B181C
(27,24,28)
#171417
(23,20,23)
#131012
(19,16,18)
#0F0C0D
(15,12,13)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #33303A

#33303A
(51,48,58)
#45424B
(69,66,75)
#57545C
(87,84,92)
#69666D
(105,102,109)
#7B787E
(123,120,126)
#8D8A8F
(141,138,143)
#9F9CA0
(159,156,160)
#B1AEB1
(177,174,177)
#C3C0C2
(195,192,194)
#D5D2D3
(213,210,211)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33303A; }

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

This text font color is #33303A.


Background Color

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

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

This div background color is #33303A.


Border color

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

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

This div border color is #33303A.


Opacity

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

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

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

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

This text has shadow with #33303A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33303A on black background.


Color preview on white background

This text has color #33303A on white background.



Black color preview on #33303A background

This text has black color on #33303A background.


White color preview on #33303A background

This text has white color on #33303A background.