COLOR #30384E

HEX: #30384E
RGB: (48,56,78)

Color info

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

RGB color model

#30384E color RGB value is (48,56,78).

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

RGB channels and saturation

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

48
56
78

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

Portions of RGB colors in percentages

R + G + B =
48 + 56 + 78 = 182 (100%)
R 48 of 182 ~ 26.37%
G 56 of 182 ~ 30.77%
B 78 of 182 ~ 42.86%

%26.37
%30.77
%42.86

CMYK color model

#30384E color CMYK value is (38,28,0,69).

  • cyan value is 38.46%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(38,28,0,69)
C38M28Y0K69 
(38%,28%,0%,69%)
(0.38/0.28/0.00/0.69)	

CMYK percentages

%38.46
%28.21
%0
%69.41

Codes

Color #30384E in popluar color models

30384E
RGB485678
HSL224°23.81%24.71%
HSB/HSV224°38.46%30.59%
CMYK38.46%28.21%0.00%
69.41%

Color #30384E in popluar number systems.

HEX30384E
Decimal485678
Binary1100001110001001110
Octal6070116

Shades and tints

Shades of #30384E

#30384E
(48,56,78)
#2C3347
(44,51,71)
#282E40
(40,46,64)
#242939
(36,41,57)
#202432
(32,36,50)
#1C1F2B
(28,31,43)
#181A24
(24,26,36)
#14151D
(20,21,29)
#101016
(16,16,22)
#0C0B0F
(12,11,15)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #30384E

#30384E
(48,56,78)
#424A5E
(66,74,94)
#545C6E
(84,92,110)
#666E7E
(102,110,126)
#78808E
(120,128,142)
#8A929E
(138,146,158)
#9CA4AE
(156,164,174)
#AEB6BE
(174,182,190)
#C0C8CE
(192,200,206)
#D2DADE
(210,218,222)
#E4ECEE
(228,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30384E; }

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

This text font color is #30384E.


Background Color

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

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

This div background color is #30384E.


Border color

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

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

This div border color is #30384E.


Opacity

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

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

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

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

This text has shadow with #30384E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30384E on black background.


Color preview on white background

This text has color #30384E on white background.



Black color preview on #30384E background

This text has black color on #30384E background.


White color preview on #30384E background

This text has white color on #30384E background.