COLOR #30404A

HEX: #30404A
RGB: (48,64,74)

Color info

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

RGB color model

#30404A color RGB value is (48,64,74).

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

RGB channels and saturation

R 48 of 255 = 19%
G 64 of 255 = 25%
B 74 of 255 = 29%

48
64
74

R + G + B ~ 24%. #30404A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 64 + 74 = 186 (100%)
R 48 of 186 ~ 25.81%
G 64 of 186 ~ 34.41%
B 74 of 186 ~ 39.78%

%25.81
%34.41
%39.78

CMYK color model

#30404A color CMYK value is (35,14,0,71).

  • cyan value is 35.14%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(35,14,0,71)
C35M14Y0K71 
(35%,14%,0%,71%)
(0.35/0.14/0.00/0.71)	

CMYK percentages

%35.14
%13.51
%0
%70.98

Codes

Color #30404A in popluar color models

30404A
RGB486474
HSL203°21.31%23.92%
HSB/HSV203°35.14%29.02%
CMYK35.14%13.51%0.00%
70.98%

Color #30404A in popluar number systems.

HEX30404A
Decimal486474
Binary11000010000001001010
Octal60100112

Shades and tints

Shades of #30404A

#30404A
(48,64,74)
#2C3B44
(44,59,68)
#28363E
(40,54,62)
#243138
(36,49,56)
#202C32
(32,44,50)
#1C272C
(28,39,44)
#182226
(24,34,38)
#141D20
(20,29,32)
#10181A
(16,24,26)
#0C1314
(12,19,20)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #30404A

#30404A
(48,64,74)
#42515A
(66,81,90)
#54626A
(84,98,106)
#66737A
(102,115,122)
#78848A
(120,132,138)
#8A959A
(138,149,154)
#9CA6AA
(156,166,170)
#AEB7BA
(174,183,186)
#C0C8CA
(192,200,202)
#D2D9DA
(210,217,218)
#E4EAEA
(228,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30404A; }

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

This text font color is #30404A.


Background Color

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

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

This div background color is #30404A.


Border color

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

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

This div border color is #30404A.


Opacity

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

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

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

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

This text has shadow with #30404A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30404A on black background.


Color preview on white background

This text has color #30404A on white background.



Black color preview on #30404A background

This text has black color on #30404A background.


White color preview on #30404A background

This text has white color on #30404A background.