COLOR #30384F

HEX: #30384F RGB: (48,56,79)

Color info

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

RGB color model

#30384F color RGB value is (48,56,79).

RGB: (48,56,79) (19%, 22%, 31%)

RGB channels and saturation

R 48 of 255 = 19%
G 56 of 255 = 22%
B 79 of 255 = 31%

48
56
79

R + G + B ~ 24%. #30384F is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 56 + 79 = 183 (100%)
R 48 of 183 ~ 26.23%
G 56 of 183 ~ 30.6%
B 79 of 183 ~ 43.17'%

%26.23
%30.6
%43.17

CMYK color model

#30384F color CMYK value is (39,29,0,69).

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

CMYK: (39,29,0,69)
C39M29Y0K69 (39%, 29%, 0%, 69%)
(0.39 / 0.29 / 0.00 / 0.69)

CMYK percentages

%39.24
%29.11
%0
%69.02

Codes

Color #30384F in popluar color models

30 38 4F
RGB 48 56 79
HSL 225° 24.41% 24.90%
HSB/HSV 225° 39.24% 30.98%
CMYK 39.24% 29.11% 0.00%
69.02%

Color #30384F in popluar number systems.

HEX 30 38 4F
Decimal 48 56 79
Binary 110000 111000 1001111
Octal 60 70 117

Shades and tints

Shades of #30384F

#30384F
(48,56,79)
#2C3348
(44,51,72)
#282E41
(40,46,65)
#24293A
(36,41,58)
#202433
(32,36,51)
#1C1F2C
(28,31,44)
#181A25
(24,26,37)
#14151E
(20,21,30)
#101017
(16,16,23)
#0C0B10
(12,11,16)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #30384F

#30384F
(48,56,79)
#424A5F
(66,74,95)
#545C6F
(84,92,111)
#666E7F
(102,110,127)
#78808F
(120,128,143)
#8A929F
(138,146,159)
#9CA4AF
(156,164,175)
#AEB6BF
(174,182,191)
#C0C8CF
(192,200,207)
#D2DADF
(210,218,223)
#E4ECEF
(228,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30384F; }

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

This text font color is #30384F.

Background Color

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

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

This div background color is #30384F.

Border color

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

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

This div border color is #30384F.

Opacity

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

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

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

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

This text has shadow with #30384F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30384F.

Preview

Color preview on black background

This text has color #30384F on black background.


Color preview on white background

This text has color #30384F on white background.


Black color preview on #30384F background

This text has black color on #30384F background.


White color preview on #30384F background

This text has white color on #30384F background.


Related colors

Complementary color

Complementary color for #hex is #CFC7B0.


I love getcolorcode.com

Triadic colors

1 #4F3038 and #384F30 with #30384F are triadic colors.

2 #4F3830 and #38304F with #30384F are triadic colors.