COLOR #30333A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

48
51
58

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

Portions of RGB colors in percentages

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

%30.57
%32.48
%36.94

CMYK color model

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

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

CMYK percentages

%17.24
%12.07
%0
%77.25

Codes

Color #30333A in popluar color models

30333A
RGB485158
HSL222°9.43%20.78%
HSB/HSV222°17.24%22.75%
CMYK17.24%12.07%0.00%
77.25%

Color #30333A in popluar number systems.

HEX30333A
Decimal485158
Binary110000110011111010
Octal606372

Shades and tints

Shades of #30333A

#30333A
(48,51,58)
#2C2F35
(44,47,53)
#282B30
(40,43,48)
#24272B
(36,39,43)
#202326
(32,35,38)
#1C1F21
(28,31,33)
#181B1C
(24,27,28)
#141717
(20,23,23)
#101312
(16,19,18)
#0C0F0D
(12,15,13)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #30333A

#30333A
(48,51,58)
#42454B
(66,69,75)
#54575C
(84,87,92)
#66696D
(102,105,109)
#787B7E
(120,123,126)
#8A8D8F
(138,141,143)
#9C9FA0
(156,159,160)
#AEB1B1
(174,177,177)
#C0C3C2
(192,195,194)
#D2D5D3
(210,213,211)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30333A; }

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

This text font color is #30333A.


Background Color

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

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

This div background color is #30333A.


Border color

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

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

This div border color is #30333A.


Opacity

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

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

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

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

This text has shadow with #30333A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30333A on black background.


Color preview on white background

This text has color #30333A on white background.



Black color preview on #30333A background

This text has black color on #30333A background.


White color preview on #30333A background

This text has white color on #30333A background.