COLOR #30393D

HEX: #30393D RGB: (48,57,61)

Color info

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

RGB color model

#30393D color RGB value is (48,57,61).

RGB: (48,57,61) (19%, 22%, 24%)

RGB channels and saturation

R 48 of 255 = 19%
G 57 of 255 = 22%
B 61 of 255 = 24%

48
57
61

R + G + B ~ 22%. #30393D is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 57 + 61 = 166 (100%)
R 48 of 166 ~ 28.92%
G 57 of 166 ~ 34.34%
B 61 of 166 ~ 36.75'%

%28.92
%34.34
%36.75

CMYK color model

#30393D color CMYK value is (21,7,0,76).

  • cyan value is 21.31%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (21,7,0,76)
C21M7Y0K76 (21%, 7%, 0%, 76%)
(0.21 / 0.07 / 0.00 / 0.76)

CMYK percentages

%21.31
%6.56
%0
%76.08

Codes

Color #30393D in popluar color models

30 39 3D
RGB 48 57 61
HSL 198° 11.93% 21.37%
HSB/HSV 198° 21.31% 23.92%
CMYK 21.31% 6.56% 0.00%
76.08%

Color #30393D in popluar number systems.

HEX 30 39 3D
Decimal 48 57 61
Binary 110000 111001 111101
Octal 60 71 75

Shades and tints

Shades of #30393D

#30393D
(48,57,61)
#2C3438
(44,52,56)
#282F33
(40,47,51)
#242A2E
(36,42,46)
#202529
(32,37,41)
#1C2024
(28,32,36)
#181B1F
(24,27,31)
#14161A
(20,22,26)
#101115
(16,17,21)
#0C0C10
(12,12,16)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #30393D

#30393D
(48,57,61)
#424B4E
(66,75,78)
#545D5F
(84,93,95)
#666F70
(102,111,112)
#788181
(120,129,129)
#8A9392
(138,147,146)
#9CA5A3
(156,165,163)
#AEB7B4
(174,183,180)
#C0C9C5
(192,201,197)
#D2DBD6
(210,219,214)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30393D; }

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

This text font color is #30393D.

Background Color

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

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

This div background color is #30393D.

Border color

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

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

This div border color is #30393D.

Opacity

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

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

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

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

This text has shadow with #30393D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30393D.

Preview

Color preview on black background

This text has color #30393D on black background.


Color preview on white background

This text has color #30393D on white background.


Black color preview on #30393D background

This text has black color on #30393D background.


White color preview on #30393D background

This text has white color on #30393D background.


Related colors

Complementary color

Complementary color for #hex is #CFC6C2.


I love getcolorcode.com

Triadic colors

1 #3D3039 and #393D30 with #30393D are triadic colors.

2 #3D3930 and #39303D with #30393D are triadic colors.