COLOR #30424B

HEX: #30424B RGB: (48,66,75)

Color info

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

RGB color model

#30424B color RGB value is (48,66,75).

RGB: (48,66,75) (19%, 26%, 29%)

RGB channels and saturation

R 48 of 255 = 19%
G 66 of 255 = 26%
B 75 of 255 = 29%

48
66
75

R + G + B ~ 25%. #30424B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 66 + 75 = 189 (100%)
R 48 of 189 ~ 25.4%
G 66 of 189 ~ 34.92%
B 75 of 189 ~ 39.68'%

%25.4
%34.92
%39.68

CMYK color model

#30424B color CMYK value is (36,12,0,71).

  • cyan value is 36.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK: (36,12,0,71) C36M12Y0K71 (36%,12%,0%,71%) (0.36/0.12/0.00/0.71) 

CMYK percentages

%36
%12
%0
%70.59

Codes

Color #30424B in popluar color models

30 42 4B
RGB 48 66 75
HSL 200° 21.95% 24.12%
HSB/HSV 200° 36.00% 29.41%
CMYK 36.00% 12.00% 0.00%
70.59%

Color #30424B in popluar number systems.

HEX 30 42 4B
Decimal 48 66 75
Binary 110000 1000010 1001011
Octal 60 102 113

Shades and tints

Shades of #30424B

#30424B
(48,66,75)
#2C3C45
(44,60,69)
#28363F
(40,54,63)
#243039
(36,48,57)
#202A33
(32,42,51)
#1C242D
(28,36,45)
#181E27
(24,30,39)
#141821
(20,24,33)
#10121B
(16,18,27)
#0C0C15
(12,12,21)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #30424B

#30424B
(48,66,75)
#42535B
(66,83,91)
#54646B
(84,100,107)
#66757B
(102,117,123)
#78868B
(120,134,139)
#8A979B
(138,151,155)
#9CA8AB
(156,168,171)
#AEB9BB
(174,185,187)
#C0CACB
(192,202,203)
#D2DBDB
(210,219,219)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30424B color. Also use rgb(48,66,75) instead hex code.

Text Font Color

.myTextColor { color: #30424B; }

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

This text font color is #30424B.

Background Color

.myBgColor { background-color: #30424B; }

<div style="background-color:#30424B">Inner text</div>

This div background color is #30424B.

Border color

.myBorderColor { border: 1px solid #30424B; }

<div style="border:3px solid #30424B">Div</div>

This div border color is #30424B.

Opacity

.myOpacity80 { color: #30424B; opacity: 0.8; }

<p style="color:#30424B;opacity:0.8;">80%</p>

Text with #30424B 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 #30424B;}

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

This text has shadow with #30424B color.


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

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

This text has shadow with #30424B primary color and red secondary color.


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

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

This text has shadow with #30424B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #30424B.

Preview

Color preview on black background

This text has color #30424B on black background.


Color preview on white background

This text has color #30424B on white background.


Black color preview on #30424B background

This text has black color on #30424B background.


White color preview on #30424B background

This text has white color on #30424B background.


Related colors

Complementary color

Complementary color for #hex is #CFBDB4.


I love getcolorcode.com

Triadic colors

1 #4B3042 and #424B30 with #30424B are triadic colors.

2 #4B4230 and #42304B with #30424B are triadic colors.