COLOR #30494E

HEX: #30494E
RGB: (48,73,78)

Color info

#30494E contains red, green and blue colors in about the same proportion. Web safe color of #30494E is #333366 (or #336).

RGB color model

#30494E color RGB value is (48,73,78).

  • red value is 48;
  • green value is 73;
  • blue value is 78.
RGB:
(48,73,78)
(19%,29%,31%)

RGB channels and saturation

R 48 of 255 = 19%
G 73 of 255 = 29%
B 78 of 255 = 31%

48
73
78

R + G + B ~ 26%. #30494E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 73 + 78 = 199 (100%)
R 48 of 199 ~ 24.12%
G 73 of 199 ~ 36.68%
B 78 of 199 ~ 39.2%

%24.12
%36.68
%39.2

CMYK color model

#30494E color CMYK value is (38,6,0,69).

  • cyan value is 38.46%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(38,6,0,69)
C38M6Y0K69 
(38%,6%,0%,69%)
(0.38/0.06/0.00/0.69)	

CMYK percentages

%38.46
%6.41
%0
%69.41

Codes

Color #30494E in popluar color models

30494E
RGB487378
HSL190°23.81%24.71%
HSB/HSV190°38.46%30.59%
CMYK38.46%6.41%0.00%
69.41%

Color #30494E in popluar number systems.

HEX30494E
Decimal487378
Binary11000010010011001110
Octal60111116

Shades and tints

Shades of #30494E

#30494E
(48,73,78)
#2C4347
(44,67,71)
#283D40
(40,61,64)
#243739
(36,55,57)
#203132
(32,49,50)
#1C2B2B
(28,43,43)
#182524
(24,37,36)
#141F1D
(20,31,29)
#101916
(16,25,22)
#0C130F
(12,19,15)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #30494E

#30494E
(48,73,78)
#42595E
(66,89,94)
#54696E
(84,105,110)
#66797E
(102,121,126)
#78898E
(120,137,142)
#8A999E
(138,153,158)
#9CA9AE
(156,169,174)
#AEB9BE
(174,185,190)
#C0C9CE
(192,201,206)
#D2D9DE
(210,217,222)
#E4E9EE
(228,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30494E color. Also use rgb(48,73,78) instead hex code.

Text Font Color

.myTextColor { color: #30494E; }

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

This text font color is #30494E.


Background Color

.myBgColor { background-color: #30494E; }

<div style="background-color:#30494E">Inner text</div>

This div background color is #30494E.


Border color

.myBorderColor { border: 1px solid #30494E; }

<div style="border:3px solid #30494E">Div</div>

This div border color is #30494E.


Opacity

.myOpacity80 { color: #30494E; opacity: 0.8; }

<p style="color:#30494E;opacity:0.8;">80%</p>

Text with #30494E 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 #30494E;}

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

This text has shadow with #30494E color.

.textShadow {text-shadow: 3px 3px 1px #30494E, 3px 3px 1px red;}

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

This text has shadow with #30494E primary color and red secondary color.


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

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

This text has shadow with #30494E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30494E on black background.


Color preview on white background

This text has color #30494E on white background.



Black color preview on #30494E background

This text has black color on #30494E background.


White color preview on #30494E background

This text has white color on #30494E background.