COLOR #30393A

HEX: #30393A
RGB: (48,57,58)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

48
57
58

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

Portions of RGB colors in percentages

R + G + B =
48 + 57 + 58 = 163 (100%)
R 48 of 163 ~ 29.45%
G 57 of 163 ~ 34.97%
B 58 of 163 ~ 35.58%

%29.45
%34.97
%35.58

CMYK color model

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

  • cyan value is 17.24%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(17,2,0,77)
C17M2Y0K77 
(17%,2%,0%,77%)
(0.17/0.02/0.00/0.77)	

CMYK percentages

%17.24
%1.72
%0
%77.25

Codes

Color #30393A in popluar color models

30393A
RGB485758
HSL186°9.43%20.78%
HSB/HSV186°17.24%22.75%
CMYK17.24%1.72%0.00%
77.25%

Color #30393A in popluar number systems.

HEX30393A
Decimal485758
Binary110000111001111010
Octal607172

Shades and tints

Shades of #30393A

#30393A
(48,57,58)
#2C3435
(44,52,53)
#282F30
(40,47,48)
#242A2B
(36,42,43)
#202526
(32,37,38)
#1C2021
(28,32,33)
#181B1C
(24,27,28)
#141617
(20,22,23)
#101112
(16,17,18)
#0C0C0D
(12,12,13)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #30393A

#30393A
(48,57,58)
#424B4B
(66,75,75)
#545D5C
(84,93,92)
#666F6D
(102,111,109)
#78817E
(120,129,126)
#8A938F
(138,147,143)
#9CA5A0
(156,165,160)
#AEB7B1
(174,183,177)
#C0C9C2
(192,201,194)
#D2DBD3
(210,219,211)
#E4EDE4
(228,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30393A; }

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

This text font color is #30393A.


Background Color

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

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

This div background color is #30393A.


Border color

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

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

This div border color is #30393A.


Opacity

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

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

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

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

This text has shadow with #30393A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30393A on black background.


Color preview on white background

This text has color #30393A on white background.



Black color preview on #30393A background

This text has black color on #30393A background.


White color preview on #30393A background

This text has white color on #30393A background.