COLOR #30424A

HEX: #30424A
RGB: (48,66,74)

Color info

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

RGB color model

#30424A color RGB value is (48,66,74).

  • red value is 48;
  • green value is 66;
  • blue value is 74.
RGB:
(48,66,74)
(19%,26%,29%)

RGB channels and saturation

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

48
66
74

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

Portions of RGB colors in percentages

R + G + B =
48 + 66 + 74 = 188 (100%)
R 48 of 188 ~ 25.53%
G 66 of 188 ~ 35.11%
B 74 of 188 ~ 39.36%

%25.53
%35.11
%39.36

CMYK color model

#30424A color CMYK value is (35,11,0,71).

  • cyan value is 35.14%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(35,11,0,71)
C35M11Y0K71 
(35%,11%,0%,71%)
(0.35/0.11/0.00/0.71)	

CMYK percentages

%35.14
%10.81
%0
%70.98

Codes

Color #30424A in popluar color models

30424A
RGB486674
HSL198°21.31%23.92%
HSB/HSV198°35.14%29.02%
CMYK35.14%10.81%0.00%
70.98%

Color #30424A in popluar number systems.

HEX30424A
Decimal486674
Binary11000010000101001010
Octal60102112

Shades and tints

Shades of #30424A

#30424A
(48,66,74)
#2C3C44
(44,60,68)
#28363E
(40,54,62)
#243038
(36,48,56)
#202A32
(32,42,50)
#1C242C
(28,36,44)
#181E26
(24,30,38)
#141820
(20,24,32)
#10121A
(16,18,26)
#0C0C14
(12,12,20)
#08060E
(8,6,14)
#000000
(0,0,0)

Tints of #30424A

#30424A
(48,66,74)
#42535A
(66,83,90)
#54646A
(84,100,106)
#66757A
(102,117,122)
#78868A
(120,134,138)
#8A979A
(138,151,154)
#9CA8AA
(156,168,170)
#AEB9BA
(174,185,186)
#C0CACA
(192,202,202)
#D2DBDA
(210,219,218)
#E4ECEA
(228,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30424A; }

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

This text font color is #30424A.


Background Color

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

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

This div background color is #30424A.


Border color

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

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

This div border color is #30424A.


Opacity

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

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

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

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

This text has shadow with #30424A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30424A on black background.


Color preview on white background

This text has color #30424A on white background.



Black color preview on #30424A background

This text has black color on #30424A background.


White color preview on #30424A background

This text has white color on #30424A background.