COLOR #30303A

HEX: #30303A RGB: (48,48,58)

Color info

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

RGB color model

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

RGB: (48,48,58) (19%, 19%, 23%)

RGB channels and saturation

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

48
48
58

R + G + B ~ 20%. #30303A is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 48 + 58 = 154 (100%)
R 48 of 154 ~ 31.17%
G 48 of 154 ~ 31.17%
B 58 of 154 ~ 37.66'%

%31.17
%31.17
%37.66

CMYK color model

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

  • cyan value is 17.24%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (17,17,0,77)
C17M17Y0K77 (17%, 17%, 0%, 77%)
(0.17 / 0.17 / 0.00 / 0.77)

CMYK percentages

%17.24
%17.24
%0
%77.25

Codes

Color #30303A in popluar color models

30 30 3A
RGB 48 48 58
HSL 240° 9.43% 20.78%
HSB/HSV 240° 17.24% 22.75%
CMYK 17.24% 17.24% 0.00%
77.25%

Color #30303A in popluar number systems.

HEX 30 30 3A
Decimal 48 48 58
Binary 110000 110000 111010
Octal 60 60 72

Shades and tints

Shades of #30303A

#30303A
(48,48,58)
#2C2C35
(44,44,53)
#282830
(40,40,48)
#24242B
(36,36,43)
#202026
(32,32,38)
#1C1C21
(28,28,33)
#18181C
(24,24,28)
#141417
(20,20,23)
#101012
(16,16,18)
#0C0C0D
(12,12,13)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #30303A

#30303A
(48,48,58)
#42424B
(66,66,75)
#54545C
(84,84,92)
#66666D
(102,102,109)
#78787E
(120,120,126)
#8A8A8F
(138,138,143)
#9C9CA0
(156,156,160)
#AEAEB1
(174,174,177)
#C0C0C2
(192,192,194)
#D2D2D3
(210,210,211)
#E4E4E4
(228,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30303A; }

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

This text font color is #30303A.

Background Color

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

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

This div background color is #30303A.

Border color

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

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

This div border color is #30303A.

Opacity

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

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

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

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

This text has shadow with #30303A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30303A.

Preview

Color preview on black background

This text has color #30303A on black background.


Color preview on white background

This text has color #30303A on white background.


Black color preview on #30303A background

This text has black color on #30303A background.


White color preview on #30303A background

This text has white color on #30303A background.


Related colors

Complementary color

Complementary color for #hex is #CFCFC5.


I love getcolorcode.com