COLOR #30444F

HEX: #30444F RGB: (48,68,79)

Color info

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

RGB color model

#30444F color RGB value is (48,68,79).

RGB: (48,68,79) (19%, 27%, 31%)

RGB channels and saturation

R 48 of 255 = 19%
G 68 of 255 = 27%
B 79 of 255 = 31%

48
68
79

R + G + B ~ 26%. #30444F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 68 + 79 = 195 (100%)
R 48 of 195 ~ 24.62%
G 68 of 195 ~ 34.87%
B 79 of 195 ~ 40.51'%

%24.62
%34.87
%40.51

CMYK color model

#30444F color CMYK value is (39,14,0,69).

  • cyan value is 39.24%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (39,14,0,69)
C39M14Y0K69 (39%, 14%, 0%, 69%)
(0.39 / 0.14 / 0.00 / 0.69)

CMYK percentages

%39.24
%13.92
%0
%69.02

Codes

Color #30444F in popluar color models

30 44 4F
RGB 48 68 79
HSL 201° 24.41% 24.90%
HSB/HSV 201° 39.24% 30.98%
CMYK 39.24% 13.92% 0.00%
69.02%

Color #30444F in popluar number systems.

HEX 30 44 4F
Decimal 48 68 79
Binary 110000 1000100 1001111
Octal 60 104 117

Shades and tints

Shades of #30444F

#30444F
(48,68,79)
#2C3E48
(44,62,72)
#283841
(40,56,65)
#24323A
(36,50,58)
#202C33
(32,44,51)
#1C262C
(28,38,44)
#182025
(24,32,37)
#141A1E
(20,26,30)
#101417
(16,20,23)
#0C0E10
(12,14,16)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #30444F

#30444F
(48,68,79)
#42555F
(66,85,95)
#54666F
(84,102,111)
#66777F
(102,119,127)
#78888F
(120,136,143)
#8A999F
(138,153,159)
#9CAAAF
(156,170,175)
#AEBBBF
(174,187,191)
#C0CCCF
(192,204,207)
#D2DDDF
(210,221,223)
#E4EEEF
(228,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30444F color. Also use rgb(48,68,79) instead hex code.

Text Font Color

.myTextColor { color: #30444F; }

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

This text font color is #30444F.

Background Color

.myBgColor { background-color: #30444F; }

<div style="background-color:#30444F">Inner text</div>

This div background color is #30444F.

Border color

.myBorderColor { border: 1px solid #30444F; }

<div style="border:3px solid #30444F">Div</div>

This div border color is #30444F.

Opacity

.myOpacity80 { color: #30444F; opacity: 0.8; }

<p style="color:#30444F;opacity:0.8;">80%</p>

Text with #30444F 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 #30444F;}

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

This text has shadow with #30444F color.


.textShadow {text-shadow: 3px 3px 1px #30444F', 3px 3px 1px red;}

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

This text has shadow with #30444F primary color and red secondary color.


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

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

This text has shadow with #30444F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #30444F; -webkit-box-shadow: 1px 1px 3px 2px #30444F; box-shadow:1px 1px 3px 2px #30444F;">
Div content here
</div>

This div box has shadow with color #30444F.

Preview

Color preview on black background

This text has color #30444F on black background.


Color preview on white background

This text has color #30444F on white background.


Black color preview on #30444F background

This text has black color on #30444F background.


White color preview on #30444F background

This text has white color on #30444F background.


Related colors

Complementary color

Complementary color for #hex is #CFBBB0.


I love getcolorcode.com

Triadic colors

1 #4F3044 and #444F30 with #30444F are triadic colors.

2 #4F4430 and #44304F with #30444F are triadic colors.