COLOR #30404D

HEX: #30404D
RGB: (48,64,77)

Color info

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

RGB color model

#30404D color RGB value is (48,64,77).

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

RGB channels and saturation

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

48
64
77

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

Portions of RGB colors in percentages

R + G + B =
48 + 64 + 77 = 189 (100%)
R 48 of 189 ~ 25.4%
G 64 of 189 ~ 33.86%
B 77 of 189 ~ 40.74%

%25.4
%33.86
%40.74

CMYK color model

#30404D color CMYK value is (38,17,0,70).

  • cyan value is 37.66%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(38,17,0,70)
C38M17Y0K70 
(38%,17%,0%,70%)
(0.38/0.17/0.00/0.70)	

CMYK percentages

%37.66
%16.88
%0
%69.8

Codes

Color #30404D in popluar color models

30404D
RGB486477
HSL207°23.20%24.51%
HSB/HSV207°37.66%30.20%
CMYK37.66%16.88%0.00%
69.80%

Color #30404D in popluar number systems.

HEX30404D
Decimal486477
Binary11000010000001001101
Octal60100115

Shades and tints

Shades of #30404D

#30404D
(48,64,77)
#2C3B46
(44,59,70)
#28363F
(40,54,63)
#243138
(36,49,56)
#202C31
(32,44,49)
#1C272A
(28,39,42)
#182223
(24,34,35)
#141D1C
(20,29,28)
#101815
(16,24,21)
#0C130E
(12,19,14)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #30404D

#30404D
(48,64,77)
#42515D
(66,81,93)
#54626D
(84,98,109)
#66737D
(102,115,125)
#78848D
(120,132,141)
#8A959D
(138,149,157)
#9CA6AD
(156,166,173)
#AEB7BD
(174,183,189)
#C0C8CD
(192,200,205)
#D2D9DD
(210,217,221)
#E4EAED
(228,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30404D; }

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

This text font color is #30404D.


Background Color

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

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

This div background color is #30404D.


Border color

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

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

This div border color is #30404D.


Opacity

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

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

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

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

This text has shadow with #30404D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30404D on black background.


Color preview on white background

This text has color #30404D on white background.



Black color preview on #30404D background

This text has black color on #30404D background.


White color preview on #30404D background

This text has white color on #30404D background.