COLOR #30404C

HEX: #30404C
RGB: (48,64,76)

Color info

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

RGB color model

#30404C color RGB value is (48,64,76).

  • red value is 48;
  • green value is 64;
  • blue value is 76.
RGB:
(48,64,76)
(19%,25%,30%)

RGB channels and saturation

R 48 of 255 = 19%
G 64 of 255 = 25%
B 76 of 255 = 30%

48
64
76

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

Portions of RGB colors in percentages

R + G + B =
48 + 64 + 76 = 188 (100%)
R 48 of 188 ~ 25.53%
G 64 of 188 ~ 34.04%
B 76 of 188 ~ 40.43%

%25.53
%34.04
%40.43

CMYK color model

#30404C color CMYK value is (37,16,0,70).

  • cyan value is 36.84%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(37,16,0,70)
C37M16Y0K70 
(37%,16%,0%,70%)
(0.37/0.16/0.00/0.70)	

CMYK percentages

%36.84
%15.79
%0
%70.2

Codes

Color #30404C in popluar color models

30404C
RGB486476
HSL206°22.58%24.31%
HSB/HSV206°36.84%29.80%
CMYK36.84%15.79%0.00%
70.20%

Color #30404C in popluar number systems.

HEX30404C
Decimal486476
Binary11000010000001001100
Octal60100114

Shades and tints

Shades of #30404C

#30404C
(48,64,76)
#2C3B46
(44,59,70)
#283640
(40,54,64)
#24313A
(36,49,58)
#202C34
(32,44,52)
#1C272E
(28,39,46)
#182228
(24,34,40)
#141D22
(20,29,34)
#10181C
(16,24,28)
#0C1316
(12,19,22)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #30404C

#30404C
(48,64,76)
#42515C
(66,81,92)
#54626C
(84,98,108)
#66737C
(102,115,124)
#78848C
(120,132,140)
#8A959C
(138,149,156)
#9CA6AC
(156,166,172)
#AEB7BC
(174,183,188)
#C0C8CC
(192,200,204)
#D2D9DC
(210,217,220)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30404C color. Also use rgb(48,64,76) instead hex code.

Text Font Color

.myTextColor { color: #30404C; }

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

This text font color is #30404C.


Background Color

.myBgColor { background-color: #30404C; }

<div style="background-color:#30404C">Inner text</div>

This div background color is #30404C.


Border color

.myBorderColor { border: 1px solid #30404C; }

<div style="border:3px solid #30404C">Div</div>

This div border color is #30404C.


Opacity

.myOpacity80 { color: #30404C; opacity: 0.8; }

<p style="color:#30404C;opacity:0.8;">80%</p>

Text with #30404C 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 #30404C;}

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

This text has shadow with #30404C color.

.textShadow {text-shadow: 3px 3px 1px #30404C, 3px 3px 1px red;}

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

This text has shadow with #30404C primary color and red secondary color.


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

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

This text has shadow with #30404C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30404C on black background.


Color preview on white background

This text has color #30404C on white background.



Black color preview on #30404C background

This text has black color on #30404C background.


White color preview on #30404C background

This text has white color on #30404C background.